Re: How to set up volume mounting as user
Reply #5 –
I have find a way, simply and quick.
I have created a file .xprofile in the user directory with this content
## Ensure that the D-Bus Communication System is running properly to fix
## File management, authentication, and other essential system processes
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi
## Ensure that GTK themes are applied uniformly in the Desktop Environment
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
This will solve also the trash not working properly.
Hint found on https://www.linuxsecrets.com/ that seem related to Manjaro, all is working now.
Another method is to installa udiskie
With udiskie you will have a systray icon in which manage the usb key inserted and after mounted pcmanfm will show all the usb-key correctly.