It didn't work for me too. Not sure if it was because I am on PR1.2. What I did, as a workaround, is to create a text file on my desktop computer. The text file looks like this: Code: [main] hide-on-all-stopped=true ...and saved it with a filename of: Code: system-ui-music-controls.conf ...and then transferred the file back to my N9 (MyDocs or wherever) ...finally, used the "copy" or "move" command of Terminal: Code: cp (or mv) [path/to/source] [path/to/destination] ...so in actual, the command will be (assuming that you saved the text file in your "MyDocs"): Code: cp (or mv) /home/user/MyDocs/system-ui-music-controls.conf /home/user/.config/MohammadAG Hope this helps in any way. NOTE: when saving this file using Notepad in MS Windows, make sure that there is no ".txt" and then in the "Save as type:" dropdown, select "All files" and not "Text Documents (.txt)". EDIT: restart after this or type the Terminal command to "refresh" the status bar... Code: killall sysuid (as regular user only, not root)
[main] hide-on-all-stopped=true
system-ui-music-controls.conf
cp (or mv) [path/to/source] [path/to/destination]
cp (or mv) /home/user/MyDocs/system-ui-music-controls.conf /home/user/.config/MohammadAG
killall sysuid