LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Ktorrent Scripts (https://www.linuxquestions.org/questions/slackware-14/ktorrent-scripts-4175415432/)

lopid 07-07-2012 11:27 AM

Ktorrent Scripts
 
1 Attachment(s)
With the new current, I can no longer select scripts in Ktorrent. In the screenshot, you'll see a tickbox on all four scripts. Attempting to tick a box, I can see the tick mark appear for a very brief moment, then disappear. Also, selecting the scripts by clicking on them makes them highlight randomly.

I'm not using the KDE environment, just Ktorrent on its own, but this didn't happen before the recent current update.

amani 07-07-2012 11:38 AM

This will not help.
See if you can get the debuginfo
Before doing that

1. quit ktorrent
2. remove ktorrent.rc inside .kde
3. check if problem persists

lopid 07-07-2012 11:53 AM

The problem persisted after removing ktorrentrc. I don't know how to get the debug info, none of the --help options are for it. This is what I get when I run it from command line, but nothing is output when I click on any of the scripts:

Code:

$ ktorrent
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
/home/lopid/.themes/marble-look/gtk-2.0/gtkrc:49: Clearlooks configuration option "sunkenmenu" is not supported and will be ignored.
Warning: QSystemTrayIcon::setVisible: No Icon set


amani 07-07-2012 12:08 PM

Generally that would installing a huge load of packages starting with gdb

#gdb ktorrent

#run

(it will tell you about missing things).

You can file a bug with that info .

lopid 07-07-2012 12:27 PM

gdb doesn't appear to add much of use:

Code:

$ gdb ktorrent
GNU gdb (GDB) 7.4.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-slackware-linux".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/ktorrent...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/ktorrent
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
warning: the debug information found in "/usr/lib/libqca.so.2.0.2.debug" does not match "/usr/lib/libqca.so.2" (CRC mismatch).

Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.2800.6-gdb.py", line 9, in <module>
    from gobject import register
  File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
ImportError: No module named backtrace
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
/home/lopid/.themes/marble-look/gtk-2.0/gtkrc:49: Clearlooks configuration option "sunkenmenu" is not supported and will be ignored.
Warning: QSystemTrayIcon::setVisible: No Icon set
[Inferior 1 (process 22978) exited normally]
(gdb)


lopid 09-05-2012 04:27 PM

It appears that installing krosspython (python-kde4) should fix it, but as far as I can tell, Slackware already has that installed. I always do a full Slackware install, so I don't think I'm missing any official Slackware packages:

Code:

$ cd /var/log/packages/
$ ls {kde*,pykde*}
kdeadmin-4.8.5-i486-1                    kdemultimedia-4.8.5-i486-1    kdevelop-4.3.1-i486-1
kdeartwork-4.8.5-i486-1                  kdenetwork-4.8.5-i486-1        kdevelop-pg-qt-1.0.0-i486-1
kde-baseapps-4.8.5-i486-1                kdepim-4.8.5-i486-1            kdevplatform-1.3.1-i486-1
kdegames-4.8.5-i486-1                    kdepimlibs-4.8.5-i486-1        kde-wallpapers-4.8.5-noarch-1
kdegraphics-mobipocket-4.8.5-i486-1      kdepim-runtime-4.8.5-i486-1    kdewebdev-4.8.5-i486-1
kdegraphics-strigi-analyzer-4.8.5-i486-1  kdeplasma-addons-4.8.5-i486-1  kde-workspace-4.8.5-i486-1
kdegraphics-thumbnailers-4.8.5-i486-1    kde-runtime-4.8.5-i486-1      pykde4-4.8.5-i486-1
kde-l10n-en_GB-4.8.5-noarch-1            kdesdk-4.8.5-i486-1
kdelibs-4.8.5-i486-1                      kdetoys-4.8.5-i486-1



All times are GMT -5. The time now is 05:03 AM.