Page 1 of 1

[SOLVED] dolphin instead of gwenview as default file manager

PostPosted: May 2nd, '12, 02:22
by andersond
hello

when I click some folder icon on the desktop (using gnome),like for example, "home folder" or 'downloads", mageia opens it using GwenView.

but i dont like GwenView. I prefer Dolphin. How to chage this?

thanks in advance!

anderson

Re: how to set DOLPHIN instead GWENVIEW as standard explorer

PostPosted: May 2nd, '12, 21:10
by doktor5000
In systemsettings -> file associations -> check the order which is set for inode/directory, what does it say?

Re: how to set DOLPHIN instead GWENVIEW as standard explorer

PostPosted: May 8th, '12, 15:10
by mailedfist
I think this was inadvertently changed in a recent update, as I have had the same behaviour appear in the last couple of weeks. It is particularly annoying with respect to Firefox downloads "Open containing folder".

The order in file associations has Dolphin first, but /usr/share/applications/mimeinfo.cache says:

Code: Select all
inode/directory=kde4-gwenview.desktop;kde4-kfmclient_dir.desktop;kde4-filelight.desktop;kde4-dolphin.desktop;


Changing the order of this works temporarily, but it reverts on the next reboot.

Re: how to set DOLPHIN instead GWENVIEW as standard explorer

PostPosted: May 11th, '12, 16:52
by andersond
well I did not find such option

I am on gnome,not kde.. I entered system tools -> system settings --> (under system tab)details

Inside, there is 4 tabs:
- general view, which says gnome v3.4.1
- standard applications, with options for Web,Mail, Calendar, Music, VĂ­deo and Fotos,but nothing for folder links, and none with the dolphin option
- removable mediawith optionslike audio cd, DVD, etc.
- graphics

Re: how to set DOLPHIN instead GWENVIEW as standard explorer

PostPosted: May 14th, '12, 19:39
by doktor5000
mailedfist wrote:The order in file associations has Dolphin first, but /usr/share/applications/mimeinfo.cache says:

Code: Select all
inode/directory=kde4-gwenview.desktop;kde4-kfmclient_dir.desktop;kde4-filelight.desktop;kde4-dolphin.desktop;


Changing the order of this works temporarily, but it reverts on the next reboot.


Sure, as you only modify a cache file, which gets recreated.

This may be influenced due to gwenview's desktop file /usr/share/applications/kde4/gwenview.desktop carrying an InitialPreference key.
For more information what this does, maybe have a look at this thread starting at viewtopic.php?p=3525#p3525

Sorry, but currently i can't help you further, i simply miss the spare time to do so :(

Re: how to set DOLPHIN instead GWENVIEW as standard explorer

PostPosted: Jun 16th, '12, 10:18
by laurentb
I found a workaround (?) found here http://ubuntu.5.n6.nabble.com/Firefox-utilise-par-defaut-Nautilus-sous-Kubuntu-td4976023.html for this problem:
I added these lines:
Code: Select all
[Added Associations]
x-directory/normal=kde4-dolphin.desktop;kde4-kfmclient_dir.desktop;
inode/directory=kde4-dolphin.desktop;kde4-kfmclient_dir.desktop;kde4-gwenview.desktop;kde4-filelight.desktop;kde4-cervisia.desktop;

[Default Applications]
inode/directory=kde4-dolphin.desktop;kde4-kfmclient_dir.desktop;kde4-gwenview.desktop;kde4-filelight.desktop;kde4-cervisia.desktop;
x-directory/normal=kde4-dolphin.desktop;kde4-kfmclient_dir.desktop;

in the file /home/$USER/.local/share/applications/mimeapps.list

Works fine for me.

Re: [SOLVED] dolphin instead of gwenview as default file man

PostPosted: Jul 4th, '12, 18:50
by doktor5000
For the record, this also happened to me, when i tried to open a folder from within Transmission. Gwenview opened up :/

Re: [SOLVED] dolphin instead of gwenview as default file man

PostPosted: Jun 19th, '14, 13:05
by fereydouni
A simpler workaround would be to just remove "Gwenview" from application preference order of "File Associations -> inode -> directory"