![]() |
strange different themes for same user in same application
2 Attachment(s)
I have a small utility i am executing - once by a queen beecon widget, and once from xterm. for both executions, i'm using the same command with sudo - both are for the "root" user.
nevertheless, the UI seems and behaves differently - it's like 2 different themes (see attached pics). Why is this happening? how can i control which "theme" to be used? |
Re: strange different themes for same user in same application
What is your "small utility" made with?
It looks like one is running as root and one isn't. Why do you need root to run those commands anyway? |
Re: strange different themes for same user in same application
Quote:
i'm executing the following command from a queen beecon widget: bash /home/user/smart/scripts/Launchers/CarModeSelection it runs as "user" - i verified that by adding this to the end of the "CarModeSelection" script: id -un>/res.txt when i execute the following from x-term: su user -c "bash /home/user/smart/scripts/Launchers/CarModeSelection" the output being written to the file is the same - "user", but the UI looks different (see photos) from the one displayed when executed from the widget. the UI is of a utility i wrote in C# using GTK# which is being executed from the "CarModeSelection" script. |
Re: strange different themes for same user in same application
And do you really use bash as your X-Terminal shell?
The default X-Terminal shell from busybox is ash. |
Re: strange different themes for same user in same application
Quote:
IFS='_' read -a array <<< "$settings" |
Re: strange different themes for same user in same application
Quote:
Code:
$ run-standalone.sh /home/user/smart/scripts/Launchers/CarModeSelection |
Re: strange different themes for same user in same application
Arent you inheriting the users theme when you run it under queen beecon and the roottheme when you run it in a shell.
|
Re: strange different themes for same user in same application
Quote:
|
All times are GMT. The time now is 12:55. |
vBulletin® Version 3.8.8