Issues in a GTK+2 Theme

Style your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Anas R.

Issues in a GTK+2 Theme

Post by Anas R. »

Hi all,

I've developed my own theme for Linux Mint:
http://richstyle.org/download/richstyle-theme_0.1.deb
I have some issues with it:

1) When I choose this theme for the first time, everything works fine.
Image
.. but once I reboot, it becomes like this:
Image
The text color of the active item in the Mint menu doesn't comply the theme's color: white.
Here's the content of the mintmenu.rc file:

Code: Select all

style "mintmenu-style"
{
	bg[PRELIGHT]	= @selected_bg_color
	bg[SELECTED]	= @selected_bg_color
	bg[ACTIVE]		= @selected_bg_color

	fg[PRELIGHT]	= @selected_fg_color
	fg[SELECTED]	= @selected_fg_color
	fg[ACTIVE]		= @selected_fg_color

	text[PRELIGHT]	= @selected_fg_color
	text[SELECTED]	= @selected_fg_color
	text[ACTIVE]		= @selected_fg_color
}

widget "mintmenu.*" style "mintmenu-style"
2) I'm trying to use this theme for GDM using the following command:

Code: Select all

 sudo -u gdm gconftool-2 -t str -s /desktop/gnome/interface/gtk_theme RichStyle
.. but I failed, although this command works fine with Clearlooks:

Code: Select all

 sudo -u gdm gconftool-2 -t str -s /desktop/gnome/interface/gtk_theme Clearlooks 
Thanks in advance.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Themes, Icons & Wallpaper”