When I go to torrent now I have to use a magnet link bit it wants to open in deluge which doesn't work as it doesn't *** the torrent to the list.
xdg-mime may have been configured to use these applications.Here is how I configured Thunar as my file manager> xdg-mime query filetype [directory]
application/x-directory; charset=binary
> ls /usr/share/applications|grep Thunar
Thunar-bulk-rename.desktop
Thunar.desktop
Thunar-folder-handler.desktop
> xdg-mime default Thunar.desktop application/x-directory
> xdg-mime query default appl
I changed default application for text/plain with:$ xdg-mime default gvim.desktop text/plainand I can see that `~/.local/share/applications/mimeapps.list` has changed.But now when I open an archive with Ark and preview a file it uses Wine Notepad (!!) instead.That's really disappointing and I haven't managed to change its behavior yet.
I have tried everything I can think of to get this to work. Such as:xdg-mime default evolution.desktop x-scheme-handler/mailto
xdg-mime default evolution.desktop application/mbox
xdg-mime default evolution.desktop x-scheme-handler/mailtoI tried opening a shell and typing export DE=gnome
chromiumI also tried looking into the xdg-email script.
Deluge, a full-featured BitTorrent client that uses libtorrent in its backend and features multiple user-interfaces including GTK+, web and console, is now at version 1.3.6.
The latest Deluge 1.3.6 comes with a lot of fixes and tons of new features and users have been advised to update to the latest version.
Highlights of Deluge 1.3.6:
• Catch & log KeyError when removing a torrent from th
Many torrent sites like The Pirate Bay are now using magnet links.
Has anyone had any luck with trying to get xdg-open to work with magnet links in Chromium?
Make Chrome (or Chromium) to open magnet links.The original article is here: http://www.foresightlinux.se/make-chrom
s-in-lxde/The original is for LXDE as it says in the title but it will work just fine . But I'm going to post it here for others since this worked perfectly. :)Very simple and few steps involved.
I would like to be able to click on SSH links that look like ssh://user@servername and have a gnome-terminal open that runs SSH inside of it.
After reading up on the XDG stuff I did the following:
I created a shell script in $HOME/bin/ssh-terminal with the following:
#!/bin/sh
dest=${1#ssh://}
gnome-terminal -e "ssh $dest" &
This works from the command line.
I created $HOME/.local/share/