Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  15] [ 0]  / answers: 1 / hits: 32932  / 3 Years ago, fri, december 3, 2021, 8:12:08

Correcting this question, I've realised that I was - and still am - unable to sync folders with ubuntu one, because pcmanfm is still my default LXDE file manager, despite the fact that I've changed the panel settings as I should have done (at least I think so) and replaced the entry "pcmanfm %s" with "nautilus". Yet, how can I actually change it?



Kind regards,
schlossblick


More From » nautilus

 Answers
2

When you open file manager you get



enter image description here
Now go to Menu --> Accessories --> File Manager --> right click, and choose properties



enter image description here



Change pcmafm to nautilus and you will get



enter image description here



However that only changes the application that will be opened by the shortcut "file manager". It does not make nautilus the "default file manager" in the proper sense: Opening a folder on the desktop, or opening a file location from an application would not open nautilus, but still pcmanfm.



Note: I will be adding information on how to make this change permanent in the next couple of days.



Note: This is my own personal opinion. I've tried these steps on my machine, and they worked. But I didn't like the outcome.



Change the contents of /etc/xdg/lxsession/LXDE/autostart as shown below.



From



@xscreensaver -no-splash
@setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,ar
@lxpanel --profile LXDE
@pcmanfm --desktop --profile LXDE
@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1


To



@xscreensaver -no-splash
@setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,ar
@lxpanel --profile LXDE
@/usr/bin/nautilus -n
@/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1


Also you can take a look at https://help.ubuntu.com/community/DefaultFileManager to see if it might help.



Edit:



In Ubuntu 14.04 here's what I did. I did a fresh installation of Ubuntu 14.04, and then installed LXDE. Once that was done, I set nautilus as a default file manager using the following command:



xdg-mime default nautilus.desktop inode/directory application/x-gnome-saved-search


and then I checked the current default file manager using the command below:



xdg-mime query default inode/directory


and it showed Nautilus as the default. See image below.



enter image description here


[#37290] Saturday, December 4, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nosaurindb

Total Points: 266
Total Questions: 113
Total Answers: 120

Location: Ecuador
Member since Tue, Jul 26, 2022
2 Years ago
;