Active Topics

 


Reply
Thread Tools
Posts: 1,539 | Thanked: 1,604 times | Joined on Oct 2011 @ With my N9
#51
Originally Posted by topet2k12001 View Post
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)
Tried... No good.
__________________
Arie|www.everythingn9.com|Nokia N9 64GB x2|Nokia N950

@everythingn9

Temporary Inception Fix


Times Banned from TMO: 4
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#52
Arie, run it as USER:
Code:
mkdir -p /home/user/.config/MohammadAG
echo -e "[main]\nhide-on-all-stopped=true" > /home/user/.config/MohammadAG/system-ui-music-controls.conf
killall sysuid
or run it as ROOT:
Code:
devel-su user -c "mkdir -p /home/user/.config/MohammadAG"
devel-su user -c 'echo -e "[main]\nhide-on-all-stopped=true" > /home/user/.config/MohammadAG/system-ui-music-controls.conf'
/sbin/initctl restart xsession/sysuid
 
Posts: 649 | Thanked: 762 times | Joined on Mar 2012 @ Ohio
#53
Trying this for the first time, and all controls are working well. Only problem is that no album art is appearing. I am only getting music player squircle icon. Any way to make art appear instead?
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:52.