Post Reply 
[guide] making root applications (like synaptic manager) use your theme
Author Message
trademark91
Unique?
Fractal Insanity

Posts: 4,719.9300
Threads: 269
Joined: 4th Jan 2008
Reputation: -6.15982
E-Pigs: 105.8691
Offline
Post: #1
[guide] making root applications (like synaptic manager) use your them
posting this because it took me quite some time to figure this out, im sure someone will appreciate it.


i know, like me, some of you don't like the way that your synaptic package manager looks fresh out of windows 95. so, after some research, i found a rather elegant solution. the problem is, the synaptic manager is run out of a root account. the root account does not have any themes in it. so the problem is, it has no themes to apply.

so heres what wee do

wee can either copy over our .theme and .icon folders to the root directory, if wee have the memory, or wee can do what i did.

wee can create a symbolic link between the root themes and icons folders.

*note: these commands must be run as root

if you are using ubuntu, an easy way to run terminal commands as root is to use "sudo bash"
that will make the terminal run as root for as long as it is open.
if you are on debian or some other distro, simply use a root terminal, or login as root.

so
here is what you need to put in

Code:
ln -s /home/********/.themes /root/.themes


replace ******** with your normal username

Code:
ln -s /home/********/.icons /root/.icons


and that's all you have to do!


[Image: 531115][Image: 76561198014212040.png]
windows Proud
(This post was last modified: 06/01/2010 12:56 PM by S7*.)
06/01/2010 12:45 PM
Find all posts by this user Quote this message in a reply
PSPkiller
*The Sweaty Indian/Welsh Guy*

Posts: 2,393.2167
Threads: 251
Joined: 24th Jun 2007
Reputation: 0.56947
E-Pigs: 53.7911
Offline
Post: #2
RE: [guide] making root applications (like synaptic manager) use your
Clever...

[Insert Signature Here]
06/01/2010 05:38 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1294
Offline
Post: #3
RE: [guide] making root applications (like synaptic manager) use your
You do know that "~" refers to your home directory right? (whatever you set in /etc/passwd )

Code:
ln -s ~/.themes /root/.themes
ln -s ~/.icons /root/.icons

^ More elegant :P

(This post was last modified: 06/01/2010 08:07 PM by ZiNgA BuRgA.)
06/01/2010 08:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: