I hate the new interface changes and it's not auto-adding my torrents.
How do I revert to an older version like 1.3.0, which worked fine?
I'm running Ubuntu Studio x64, 10.04 LTS - Lucid Lynx
I dont like the new systray, how do I revert to old version?
Re: Hate the new version, how do I revert to older?
What interface changes?
Reverting to an older version is foolish considering the huge number of bugs fixed in 1.3.1 and 1.3.2
If it is not auto adding torrents then please describe in detail the issue here or create a bug ticket and we will try to fix it.
Reverting to an older version is foolish considering the huge number of bugs fixed in 1.3.1 and 1.3.2
If it is not auto adding torrents then please describe in detail the issue here or create a bug ticket and we will try to fix it.
Re: Hate the new version, how do I revert to older?
Tray behaviour has been changed for no reason whatsoever, what used to be one click to show, one click to hide, is now a two-step process. Tray icon also now does not respond to right click, just the left click, which pops up the selection menu instead of previous behaviour of Hide/Restore to tray.
When selecting a torrent to download from a site, using FireFox, it gives the following error message:
Invalid File
[Errno 2] No such file or directory: u'/home/guyllfyre/file:/tmp/torrentnamehere.torrent'
Worked fine under previous version(s).
Bug fixes don't mean squat if usability is broken.
When selecting a torrent to download from a site, using FireFox, it gives the following error message:
Invalid File
[Errno 2] No such file or directory: u'/home/guyllfyre/file:/tmp/torrentnamehere.torrent'
Worked fine under previous version(s).
Bug fixes don't mean squat if usability is broken.
Re: Hate the new version, how do I revert to older?
To clarify, torrent is selected in FireFox, it brings up the typical dialog of whether to save or open, I select to open in Deluge.
Deluge then opens an empty add torrent dialog and produces that error.
If I save torrent to disk first, then add it, it works fine.
Deluge then opens an empty add torrent dialog and produces that error.
If I save torrent to disk first, then add it, it works fine.
Re: Hate the new version, how do I revert to older?
That's the new application indicator, you can disable it under Preferences->Interface.GuyllFyre wrote:Tray behaviour has been changed for no reason whatsoever, what used to be one click to show, one click to hide, is now a two-step process. Tray icon also now does not respond to right click, just the left click, which pops up the selection menu instead of previous behaviour of Hide/Restore to tray.
That looks like a problem with your file association in firefox.GuyllFyre wrote:When selecting a torrent to download from a site, using FireFox, it gives the following error message:
Invalid File
[Errno 2] No such file or directory: u'/home/guyllfyre/file:/tmp/torrentnamehere.torrent'
You can change file associations under Edit->Preferences->Applications.
Look for "BitTorrent Association" and make sure it is set to deluge (if it's not in the list then you can manually specify it as /usr/bin/deluge-gtk).
Re: Hate the new version, how do I revert to older?
OK, first issue fixed. Back to working like it should.johnnyg wrote:That's the new application indicator, you can disable it under Preferences->Interface.GuyllFyre wrote:Tray behaviour has been changed for no reason whatsoever, what used to be one click to show, one click to hide, is now a two-step process. Tray icon also now does not respond to right click, just the left click, which pops up the selection menu instead of previous behaviour of Hide/Restore to tray.
I have checked and rechecked FireFox, it's set to use Deluge.johnnyg wrote:That looks like a problem with your file association in firefox.GuyllFyre wrote:When selecting a torrent to download from a site, using FireFox, it gives the following error message:
Invalid File
[Errno 2] No such file or directory: u'/home/guyllfyre/file:/tmp/torrentnamehere.torrent'
You can change file associations under Edit->Preferences->Applications.
Look for "BitTorrent Association" and make sure it is set to deluge (if it's not in the list then you can manually specify it as /usr/bin/deluge-gtk).
It DOES open Deluge when I select a torrent file but I get that error. The error comes from Deluge, NOT FF.
Setting to choose, then setting back to deluge also does not fix it.
This has only occurred with this Deluge update. Previous updates have worked fine.
Next step?
Re: I dont like the new systray, how do I revert to old vers
it seems to be bug related to the new .desktop file but you could try 'use other' in firefox prefs and point it to /usr/bin/deluge-gtk
If you are still having issues then the old .desktop file is here
If you are still having issues then the old .desktop file is here
Re: I dont like the new systray, how do I revert to old vers
Manually specifying /usr/bin/deluge-gtk worked but I shouldn't have had to do it.
You should make sure this gets fixed so it doesn't happen again.
You should make sure this gets fixed so it doesn't happen again.
- slumbergod
- Member
- Posts: 15
- Joined: Thu Apr 23, 2009 8:20 pm
Re: I dont like the new systray, how do I revert to old vers
Finally, that is the problem I was having with Deluge 1.3.2 in Natty.
Because Deluge was actually opening before displaying the ERRNO 2 I'd assumed it was Deluge and not Firefox that was the guilty party.
Manually changing the Firefox torrent helper application to /usr/bin/deluge-gtk solves the issue but I agree with the user above: this is not something the end user should have to do themselves.
Otherwise great release. My thanks!
Because Deluge was actually opening before displaying the ERRNO 2 I'd assumed it was Deluge and not Firefox that was the guilty party.
Manually changing the Firefox torrent helper application to /usr/bin/deluge-gtk solves the issue but I agree with the user above: this is not something the end user should have to do themselves.
Otherwise great release. My thanks!
Re: I dont like the new systray, how do I revert to old vers
Its a bug! As I wrote earlier:slumbergod wrote:Manually changing the Firefox torrent helper application to /usr/bin/deluge-gtk solves the issue but I agree with the user above: this is not something the end user should have to do themselves
and its fixed for the next release: http://git.deluge-torrent.org/deluge/co ... id=34f8163cas wrote:it seems to be bug related to the new .desktop file