#2731 closed bug (Fixed)
GTK UI: Add Torrent dialog does not appears
Reported by: | Shished | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.12 |
Component: | GTK UI | Version: | 1.3-stable |
Keywords: | Magnet, osx, mac | Cc: | g.litenstein@gmail.com |
Description
Clicking on magnet link or opening torrent file does not bring Add Torrent dialog unless Client window is opened.
When "focus on window when adding torrent" option is disabled, clicking on magnet link (or opening torrent file) does nothing. If this option is enabled and window is closed, clicking on magnet link (or opening torrent file) opens Deluge window but does not open torrent add dialog. It works correctly only if Deluge window was opened before clicking on magnet link (or opening torrent file).
Steps to reproduce: 1). Have a Deluge running, main window should be closed 2). Click a Magnet URL or open torrent file
Expected results:
- Deluge launches (depends on settings), Add Torrent dialog opens
Actual results:
- Deluge launches (depends on settings), Add Torrent dialog does not appears
Tested on 1.3.11 with GTK UI, both split and classic modes are affected, openSUSE 13.2 x86_64 with Gnome-Shell 3.14 is used.
Traceback is attached
Attachments (1)
Change History (8)
by , 10 years ago
comment:1 by , 10 years ago
comment:2 by , 9 years ago
Component: | other/unknown → GTK-UI |
---|---|
Milestone: | Future → 1.3.12 |
Version: | other (please specify) → 1.3.11 |
comment:3 by , 9 years ago
As I can't replicate the problem, are you able to test if this fixes the issue:
-
deluge/ui/gtkui/mainwindow.py
a b def is_on_active_workspace(self): 341 341 """ 342 342 if not wnck: 343 343 return True 344 self.screen.force_update() 344 345 win = wnck.window_get(self.window.window.xid) 345 346 active_wksp = win.get_screen().get_active_workspace() 346 347 if active_wksp:
comment:4 by , 9 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Should be fixed in 1.3-stable: [8e3d737ad]
comment:5 by , 9 years ago
Cc: | added |
---|---|
Keywords: | Magnet osx mac added |
Resolution: | Fixed |
Status: | closed → reopened |
Version: | 1.3.11 → 1.3-stable (git) |
Still not working in 1.3.12.
Sorry I took this long to post this but as-of-yet am still unable to produce a working deluge executable, so had to wait for the official release.
EDIT: While trying out 1.3.12 and posting this, I left Deluge open and idling and after a while it just crashed; will post the crash report in a bit in another ticket.
comment:6 by , 9 years ago
Milestone: | 1.3.12 → 1.3.x |
---|
comment:7 by , 9 years ago
Milestone: | 1.3.x → 1.3.12 |
---|---|
Resolution: | → Fixed |
Status: | reopened → closed |
Ok after IRC discussion your issue is different to OP so closing. See: #2420
I'm using deluge 1.3.11 for OSX and have experienced the same bug. Only, in my case, even if the UI is already open, magnets won't open the add torrent dialog. Normal torrent files will work without regard to whether the UI is open or not.