I'm surprised. That's default config. I will do as you suggested! Thanks!
rubik
https://bbs.archlinux.org/profile.php?id=58470
2012-07-22T08:25:53Z
Create the file~/.local/share/applications/mimeapps.listand fill it with[Default Applications]
inode/directory=nautilus.desktop;Should work.https://wiki.archlinux.org/index.php/De … plications
bademaister
https://bbs.archlinux.org/profile.php?id=49308
2013-01-17T11:10:37Z
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 am trying to set the default application for magnet links using:
xdg-mime default deluge.desktop x-scheme-handler/magnet
Checking this with grep -i deluge ~/.local/share/applications/*
yeilds:
/home/manko/.local/share/applications/mimeapps.list:x-scheme-handler/magnet=deluge.desktop
/home/manko/.local/share/applications/mimeapps.list:application/x-bittorrent=deluge.desktop
i.e.
Ok solved. urxvt-fullscreen places the perl files into /usr/lib/urxvt/perl/fullscreen but reading urxvt man page it seems that URxvt does not look for extensions there, but rather in $HOME/.urxvt and /usr/local/lib/urxvt/perl. Symlinking the perl file into ~/.urxvt/ext solved the problem.
opensrcrox wrote:Disk Usage Analyzer hijacks the mime type through its .desktop file Try this FWIW : xdg-mime default nautilus.desktop inode/directory ... and see if it works Worked perfectly for me. Thanks mate.
moted
https://bbs.archlinux.org/profile.php?id=38461
2012-11-16T04:53:25Z
Have you tried using xdg-mime to set the default browser?
mariusmeyer
https://bbs.archlinux.org/profile.php?id=25244
2013-01-08T09:29:56Z
Still hoping for some ideas for this. What could be makign this happen?I reinstalled again with the default everythign. I then changed the default path of the default host to what is above and left everything else the same. Still having the same problem. (Works fine if I just use the default webapp dir)
hypoglycemic
https://bbs.archlinux.org/profile.php?id=32889
2012-05-22T08:42:03Z
https://www.archlinux.de/?page=PackageD … zsh-configIt's probably the default from here: http://grml.org/zsh/
jasonwryan
https://bbs.archlinux.org/profile.php?id=25579
2012-09-22T04:26:56Z