Changes between Initial Version and Version 1 of Ticket #12166, comment 3
- Timestamp:
- Oct 11, 2013 6:57:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12166, comment 3
initial v1 5 5 6 6 So there is something in the "autorun" environment under GNOME which I don't understand at all which is causing the problem. 7 8 From the command line as root the following works properly giving intended 775 permissions: 9 10 {{{ 11 ./runasroot.sh "install vbox" /media/VBOXADDITIONS_4.2.18_88780/VBoxLinuxAdditions.run 12 }}} 13 14 However, if I repeat that as a normal (unprivileged) user, I get a GUI dialog box asking for root password, and after I enter it, installation with the 770 permissions. 15 16 17 18