You are not logged in.
Pages: 1
Topic closed
Hi guys,
since I installed Quod Libet (around 1 year ago), Ex Falso is my default file browser. I have stated this behavior in two different computers as a system wide setting. Since I am using Gnome3, I would like to have Nautilus as default file browser. What can I do? How can I know what setting files where modified by Quod Libet upon installation?
Thx, folks!
SOLVED down there #5!
Last edited by cedricmc (2013-02-02 12:09:51)
Offline
I have the same issue when clicking on 'Open containing Folder' in firefox. Would love to know how to fix this!
Offline
What is the output of xdg-mime query default inode/directory? If its not nautilus, you can make it the default with:
xdg-mime default nautilus.desktop inode/directory
Offline
Thank you very much. I swaped nautilus for, pcmanfm and it sorted out my problem just fine. So thanks again
Offline
Thx anonymous_user! Even though your command did not solve the wide system setting problem, pulling from that hint I managed to find where was exactly the problem and how to solve it. However I still don't know how did I get there...
After issuing
$ xdg-mime query default inode/directory
exfalso.desktop
I determined that Ex Falso was (at least) the per-user default file browser. In fact,
$ xdg-open ~
was lauching Ex Falso on my home directory. I therefore executed
$ xdg-mime default nautilus.desktop inode/directory
$ xdg-mime query default inode/directory
nautilus.desktop
$ xdg-open ~
and now my per-user setting was corrected. But still not the system wide one.
I noticed that ~/.local/share/applications/mimeapps.list had a new line
[Default Applications]
inode/directory=nautilus.desktop;
Although the file /usr/share/applications/mimeapps.list does not exist, /usr/share/applications/mimeinfo.cache does and had the line
[Default Applications]
inode/directory=exfalso.desktop;nautilus.desktop;
that I changed to
[Default Applications]
inode/directory=nautilus.desktop;
I deleted the corresponding one from ~/.local/share/applications/mimeapps.list and now the problem is solved, my common sense system wide configuration is correct. And yet I don't know from where it came.
UPDATE: updating the system may launch update-desktop-database (from the desktop-file-utils package) and revert the changes made in /usr/share/applications/mimeinfo.cache. A workaround is to delete the mimetype field of /usr/share/applications/exfalso.desktop.
Last edited by cedricmc (2013-02-08 15:03:40)
Offline
I had a similar issue. But here, the problem was that xdg-open detected the wrong DE here (I don't have any) and so it always opend pcmanfm as the filebrowser. I want xdg-open to lookup the default application for inode/directory, and one can force that by
$ XDG_CURRENT_DESKTOP='X-Generic' xdg-open ~
Offline
thorsten, thanks for sharing, however be aware that this topic has been solved and is over 4 years old. Please don't necrobump topics in the future.
Closing.
Offline
Pages: 1
Topic closed