Originally posted by: fyleow
Quick questions for the Linux gurus here.
1) Is there a way to run Nautilus with elevated privileges temporarily? Right now I need to run terminal and sudo if I need to move/rename/delete files that my local account doesn't have permissions to.
2) How do I change the default programs used to open file types? I'd like to make mplayer open automatically when I double click a media file instead of totem.
3) Some programs like mplayer (at least with the default install options) don't like playing files that are on the network. The solution is to mount the samba share. Is there a way to get around this issue without mounting?
Thanks.
Alright well it's no big deal I guess. It's just annoying that the directories on my file servers are owned by root for some odd reason. I'll just chown it back to my local user.
Yeah when streaming files over the network mplayer will give an error saying that it couldn't be found. This happens if I just double click on a media file while it's on the network. If I mount it first then it's no problem. It works with totem though, and Kaffeine in Kubuntu.
Originally posted by: fyleow
Quick questions for the Linux gurus here.
1) Is there a way to run Nautilus with elevated privileges temporarily? Right now I need to run terminal and sudo if I need to move/rename/delete files that my local account doesn't have permissions to.
Originally posted by: firefly2442
Originally posted by: fyleow
Quick questions for the Linux gurus here.
1) Is there a way to run Nautilus with elevated privileges temporarily? Right now I need to run terminal and sudo if I need to move/rename/delete files that my local account doesn't have permissions to.
sudo nautilus
from the terminal? That's what I do sometimes.