Moderators, translator
455
edits
m (→Overview: Steamlining boxes and quotes - removing unnecessary whitespace) |
(Steamlining boxes and quotes - removing unnecessary whitespace) |
||
Line 1: | Line 1: | ||
{{Out of date|This information is now obsolete but kept for historical reasons! [[User:Fhdk|Fhdk]] ([[User talk:Fhdk|talk]])}} | |||
= Overview = | = Overview = | ||
A particular nuisance for many users is the need to enter a password in order to access other partitions present on their hard disk. In addition, those who installed Openbox 0.8.3 have also encountered the additional issue of having to enter a their passwords in order to eject removable media such as USB sticks and CD/DVDs. | A particular nuisance for many users is the need to enter a password in order to access other partitions present on their hard disk. In addition, those who installed Openbox 0.8.3 have also encountered the additional issue of having to enter a their passwords in order to eject removable media such as USB sticks and CD/DVDs. | ||
Line 11: | Line 11: | ||
sudo [text editor] /etc/polkit-1/rules.d/99-manjaro.rules | sudo [text editor] /etc/polkit-1/rules.d/99-manjaro.rules | ||
For example, if you wish to edit the file within the terminal using nano (a standard terminal-based text editor) then enter: | For example, if you wish to edit the file within the terminal using nano (a standard terminal-based text editor) then enter: | ||
sudo nano /etc/polkit-1/rules.d/99-manjaro.rules | sudo nano /etc/polkit-1/rules.d/99-manjaro.rules | ||
Otherwise, if you have installed the full version of Manjaro (i.e. not the NET-Edition), you may find it easier to use a text editor like ''Gedit'' or ''Leafpad'' instead. This will create and open the ''99-manjaro.rules'' file up as a document, making it easier to read and edit. To use ''Gedit'' instead, the command is: | Otherwise, if you have installed the full version of Manjaro (i.e. not the NET-Edition), you may find it easier to use a text editor like ''Gedit'' or ''Leafpad'' instead. This will create and open the ''99-manjaro.rules'' file up as a document, making it easier to read and edit. To use ''Gedit'' instead, the command is: | ||
Line 24: | Line 22: | ||
=Step 2: Editing the ''99-manjaro.rules'' File= | =Step 2: Editing the ''99-manjaro.rules'' File= | ||
{{ | {{BoxWarning|Warning|If you decide to manually type in the necessary command yourself, ensure that it is entered <u>exactly</u> as illustrated below.}} | ||
Once the blank file has been opened, copy and paste in the following command to override the default permissions used by ''UDisks2'': | Once the blank file has been opened, copy and paste in the following command to override the default permissions used by ''UDisks2'': | ||
Line 35: | Line 32: | ||
} | } | ||
); | ); | ||
Once you have completed the new file, save the changes and close it by: | Once you have completed the new file, save the changes and close it by: | ||
Line 41: | Line 37: | ||
* '''nano''': Press CTRL and 'x' to exit, 'y' to save, and <enter> to finish, or | * '''nano''': Press CTRL and 'x' to exit, 'y' to save, and <enter> to finish, or | ||
* '''Gedit or Leafpad''': Select the 'save' option and then close the window. | * '''Gedit or Leafpad''': Select the 'save' option and then close the window. | ||
'''Now reboot your system for the changes to take effect.''' | '''Now reboot your system for the changes to take effect.''' | ||
[[Category:Contents Page]] | [[Category:Contents Page]] |