You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
Add support for tox: links, so links such as tox:29233DDCFBC084115D707CB37A5F0C2102472D77EE40D11195ACFA1585F0C2423040FC6DC8D4 would open up the QtGUI and popup the add friend dialog
The text was updated successfully, but these errors were encountered:
In ubuntu, you can do this by adding a .desktop file to /usr/share/applications.
tox-qt.desktop would look like this: https://gist.github.com/ReAzem/9043259
In the Exec line, you can add %U for the friend id, with some flag.
You can use gconftool, to see the application handling torrents, run this:
gconftool -g /desktop/gnome/url-handlers/magnet/command
On my system, it will output "deluge '%s'".
Add support for tox: links, so links such as tox:29233DDCFBC084115D707CB37A5F0C2102472D77EE40D11195ACFA1585F0C2423040FC6DC8D4 would open up the QtGUI and popup the add friend dialog
The text was updated successfully, but these errors were encountered: