You are not logged in.
The fontconfig and icons of root apps are inconsistent with those of normal users'. This is by default in a new installation itself, not after any tweaking. Please make them look consistent before release of 'stable' ISO, so that it gives a pleasant user experience.
Pl see the screenshots of RC2 installation in a virtualbox.
Also, how can I change the fontconfig and icons of root apps ?
Last edited by ppk (2016-02-22 02:30:30)
Offline
The fontconfig and icons of root apps are inconsistent with those of normal users'. This is by default in a new installation itself, not after any tweaking. Please make them look consistent before release of 'stable' ISO, so that it gives a pleasant user experience.
Pl see the screenshots of RC2 installation in a virtualbox.
Also, how can I change the fontconfig and icons of root apps ?
There is an advantage in having different themeing for applications run as root - it emphasizes you are root, with the risks that entails if you aren't careful. Which is why BL uses a basic GTK theme by default.
To change the themes and font for the root user, then run lxappearance or obconfig as root ie start them with `gksudo`. Or edit the relevant files in /root/.config etc.
I change mine to a more pleasing theme and font, but I always make them distinctive compared to my user config.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
The fontconfig and icons of root apps are inconsistent with those of normal users'. This is by default in a new installation itself, not after any tweaking. Please make them look consistent before release of 'stable' ISO, so that it gives a pleasant user experience.
Pl see the screenshots of RC2 installation in a virtualbox.
Also, how can I change the fontconfig and icons of root apps ?
The reason for this is that user root has his home in /root which by default doesn't contain any customizations/configurations at all. This is expected and standard behaviour.
Offline
I change mine to a more pleasing theme and font, but I always make them distinctive compared to my user config.
+1 for changing to a distinctive theme - I change mine to the most 'orrible theme I can find so there's absolutely no chance of not noticing. I can see the op's point though, as it confused me once, a while ago.
red
Knowledge Ferret
Offline
Graphical applications should not be run as root, IMO.
Offline
Also, how can I change the fontconfig and icons of root apps ?
sudo lxappearance
Knowledge Ferret
Offline
Graphical applications should not be run as root, IMO.
Yeah, tell this to the system-config-printer application ]:D ]:D
Srsly though, +100 for different root themeing, and +100 for 'Graphical applications should not be run as root'. Can't remember when I had to run something graphically, as root ...
Last edited by iMBeCil (2016-02-21 22:34:44)
Postpone all your duties; if you die, you won't have to do them ..
Offline
ppk wrote:Also, how can I change the fontconfig and icons of root apps ?
sudo lxappearance
Potentially safer is
gksudo lxappearance
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Head_on_a_Stick wrote:Graphical applications should not be run as root, IMO.
Yeah, tell this to the system-config-printer application
Not to mention Synaptic, GParted...
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Stuck your head in that one, Stick.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Thanks for all the posts. I would ...
gksudo lxappearance
However, on a personal note, I think, instead of the default gtk theme, font-config and icons which don't fit quite well with those of normal bunsens installation, I would prefer a different colored gtk-theme (which would indicate a root's gui like red or something of that sort), the default font-config with a different font from that of normal user's, different colored icons etc.
I am marking the post as 'SOLVED'.
Offline
Graphical applications should not be run as root, IMO.
Tell this to gparted. I understand there are compelling arguments against running a graphical session as root, but there are quite a few gui applications that need root access...because reasons.
I agree 100% with the "different theme when root" concept. For a while I actually liked having a red-on-yellow theme for root to emphasize the potential for accidentally the whole system.
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
Synaptic
aptitude -u
gparted
btrfs filesystem resize
resize2fs
gdisk
Offline
^GParted is easy to use if you want to do some simple partition rearrangements. If you make a mistake using those command-line tools it's very easy to do major damage. (speaking from experience)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I would prefer a different colored gtk-theme (which would indicate a root's gui like red or something of that sort)
style "mingstil"
{
base[NORMAL] = "#FCAF3E"
base[ACTIVE] = "#FCAF3E"
}
class "GtkWidget" style "mingstil"
#class "FmMainWin.*.FmTabPage" style "mingstil"
#class "*Entry*" style "mingstil"
put this in your /root/.gtkrc-2.0 to colour the file managers background.
if you use lxappearance, put it in /root/.gtkrc-2.0.mine instead.
works with pcmanfm; if it doesn't with thunar, play with uncommenting the last lines.
Offline