na deinstallatie python-kde4 werk 1.3.3 niet meer

Bug #788838 reported by Paul Gevers
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Remote Torrent
Fix Released
Medium
Chaim Zax

Bug Description

Melding van Toon:

1.3.1 werkte goed. Na deinstallatie hebben we ook kde4 weggehaald en 1.3.3 geinstalleerd. Zie hieronder het resultaat.

toon@fl:~$ remote-torrent
Traceback (most recent call last):
  File "/usr/bin/remote-torrent", line 30, in <module>
    import remote_torrent.SettingsDialog as SettingsDialog
  File "/usr/lib/python2.7/dist-packages/remote_torrent/SettingsDialog.py", line 47, in <module>
    class SettingsView(Ui_settingsDialog):
NameError: name 'Ui_settingsDialog' is not defined
toon@flr:~$

toon@flr:~$ remote-torrent --version
Traceback (most recent call last):
  File "/usr/bin/remote-torrent", line 30, in <module>
    import remote_torrent.SettingsDialog as SettingsDialog
  File "/usr/lib/python2.7/dist-packages/remote_torrent/SettingsDialog.py", line 47, in <module>
    class SettingsView(Ui_settingsDialog):
NameError: name 'Ui_settingsDialog' is not defined
toon@flr:~$

Related branches

description: updated
Chaim Zax (chaim-zax)
Changed in remote-torrent:
importance: Undecided → Critical
assignee: nobody → Chaim Zax (chaim-zax)
status: New → In Progress
Revision history for this message
Chaim Zax (chaim-zax) wrote :

The settings screen seems to have a dependency on kde related libraries (although no direct references are visible). Investigation needs to be done to make sure the 'python-kde' package is absolutely needed. Installing this package will solve the issue. For gnome users this also means pulling in a lot of packages (200Mb). Perhaps the package needs to be spit up in a qt and a gtk (todo) variant.

Chaim Zax (chaim-zax)
Changed in remote-torrent:
milestone: none → 1.3.4
Revision history for this message
Chaim Zax (chaim-zax) wrote :

After testing the missing dependency turned out the be 'python-qt' and not 'python-kde'. The first one is mandatory if a UI is wanted, the second is no longer needed in the project (removed in 1.3.3). A command-line only version should not need python-qt too, which isn't the case right now. Perhaps the package should be split up in three separate packages (qt, gtk and core/cl).

Changed in remote-torrent:
importance: Critical → Medium
Chaim Zax (chaim-zax)
Changed in remote-torrent:
status: In Progress → Fix Committed
Chaim Zax (chaim-zax)
Changed in remote-torrent:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.