Results 1 to 8 of 8

Thread: Unable to see Top bar text in Unity

  1. #1
    Join Date
    Nov 2011
    Posts
    61

    Unable to see Top bar text in Unity

    I am not able to see top menu text in the dark themed background of Unity desktop manager. If I have changed the Input Boxes Text color to white. Then I am not able to see text into the input boxes. If you are having any solution to fix the above mentioned problem. Thanks a lot in advance.

  2. #2
    Join Date
    May 2011
    Posts
    448

    Re: Unable to see Top bar text in Unity

    You have to use gtkrc2.0 to fix the above mentioned problem.
    you should press alt+f2 and type gedit .gtkrc-2.0.
    after that paste below mentioned code in the above mentioned file.
    Code:
    style "panel-clock"
    {
    fg[NORMAL] = "#FFFFFF"
    font_name = "Sans Bold 14"
    }
    widget "*.clock-applet-button.*" style "panel-clock"
    you have to save the same at your home folder.
    Logout and login on your system.
    By using above mentioned thing you will be able adjust the font type as well as size according to your requirement.

  3. #3
    Join Date
    Jun 2011
    Posts
    798

    Re: Unable to see Top bar text in Unity

    You can try to change the "*.clock-applet-button.*" to "*-applet-*". Unity is making use of indicator applets. You have to get the name of the widget...

  4. #4
    Join Date
    Jun 2011
    Posts
    487

    Re: Unable to see Top bar text in Unity

    Looking at the situation I am suggesting below mentioned command for xprop.

    Code:
    arpad@sasangasana:~$ xprop
    _NET_WM_ICON_GEOMETRY(CARDINAL) = 9, 1057, 48, 48
    XKLAVIER_STATE(INTEGER) = 0, 0
    WM_STATE(WM_STATE):
    		window state: Normal
    		icon window: 0x0
    _NET_WM_DESKTOP(CARDINAL) = 0
    _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_ABOVE, _NET_WM_ACTION_BELOW
    _NET_WM_STRUT_PARTIAL(CARDINAL) = 0, 0, 24, 0, 0, 0, 0, 0, 0, 1919, 0, 0
    XdndAware(ATOM) = BITMAP
    WM_NAME(STRING) = "panel"
    _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DOCK
    _NET_WM_STATE(ATOM) = _NET_WM_STATE_STICKY, _NET_WM_STATE_SKIP_TASKBAR, _NET_WM_STATE_SKIP_PAGER

  5. #5
    Join Date
    Jun 2011
    Posts
    635

    Re: Unable to see Top bar text in Unity

    I am suspecting that Gnome is reading as Panel hence I recommend below mentioned command

    Code:
    style "panel"
    {
    fg[NORMAL] = "#FFFFFF"
    font_name = "Sans Bold 14"
    }
    widget "*panel*" style "panel"

  6. #6
    Join Date
    Jul 2011
    Posts
    640

    Re: Unable to see Top bar text in Unity

    I don’t know whether the solution which I have mentioned would work for you not but you can give a try to below mentioned steps.
    • You have to browse /home/you/.themes/yourtheme/gtk-2.0.
    • You have to gedit file "panel.rc" or "panel".
    • If you are not able to get anything then you have to go for "panel" or "style" folder. So you should open panel.rc and look for


    Code:
    style "panel" {
     here you have to add 
    text[NORMAL] = "#ffffff"
    save the file and simply reset the theme.

  7. #7
    Join Date
    Jul 2011
    Posts
    634

    Re: Unable to see Top bar text in Unity

    Code:
    If  above mentioned solution is not working then you can go for  below mentioned code and let me know about the results
    
    style "theme-panel"
    {
    #	bg_pixmap[NORMAL] = "paneltrans.png"
    #	bg[SELECTED]	= "#666666" # Makes selected items dark.
    	bg[NORMAL] 	= shade (0.37, @bg_color) # Makes panel background dark.
    	bg[PRELIGHT]	= mix (0.50, shade (0.50,@bg_color), shade (0.90,@selected_bg_color)) # Makes panel button prelight dark.
    	bg[ACTIVE]	= shade (0.22, @bg_color) # Makes active buttons dark.
    	bg[INSENSITIVE]	= shade (0.52, @bg_color)
    	fg[NORMAL]	= @selected_fg_color # Makes panel text light.
    	fg[PRELIGHT]	= @selected_fg_color  # Makes prelighted text colored.
    	fg[SELECTED]	= @selected_fg_color  # Makes prelighted text colored.
    	fg[ACTIVE]	= @selected_fg_color  # Makes active text colored.
    	fg[INSENSITIVE]	= "#ffffff" # Color for insensitive text.
    	text[NORMAL]	= "#ffffff"
    	text[PRELIGHT]	= @selected_fg_color  # Makes prelighted text colored.
    	text[SELECTED]	= @selected_fg_color  # Makes prelighted text colored.
    	text[ACTIVE]	= @selected_fg_color  # Makes active text colored.
    	text[INSENSITIVE]	= "#ffffff"
    }

  8. #8
    Join Date
    Jul 2011
    Posts
    623

    Re: Unable to see Top bar text in Unity

    Well I recommend below mentioned steps which you can perform.
    You should launch Terminal and run below mentioned command
    Code:
    gksudo nautilus ~/.themes
    if you are not able to get theme then you can try
    Code:
    gksudo nautilus /usr/share/themes
    you should search for theme file and open that particular folder and you have to open file with gtkrc with gEdit.
    Look for Panel and below mentioned thing
    Code:
    style "panel"
    style "murrine-panel"
    style "etc-panel"
    style "panel-etc"
    you have to add following line to Style
    Code:
    text[NORMAL]
    theme UbuntuStudio which has been saved for all the users you have to run below mentioned code in the terminal.
    Code:
    gksudo gedit /usr/share/themes/UbuntuStudio/gtk-2.0/gtkrc
    now look for
    Code:
    style "murrine-panel"
    under of bg_pixmap[NORMAL] = "panel/panel.png line you have to add
    text[NORMAL] = "#FFFFFF"

Similar Threads

  1. Does Ubuntu 12.04 LTS have unity?
    By AbiCgail in forum Operating Systems
    Replies: 11
    Last Post: 29-10-2011, 10:48 PM
  2. Unity Player does not work with the optimus
    By SULOLA ! in forum Monitor & Video Cards
    Replies: 6
    Last Post: 16-10-2011, 10:14 PM
  3. Comparison between unity and GNOME for ubuntu 11.04?
    By Cauvery in forum Operating Systems
    Replies: 7
    Last Post: 25-07-2011, 11:36 PM
  4. Oz Unity for Linux
    By dogaman in forum Operating Systems
    Replies: 4
    Last Post: 09-01-2011, 04:01 AM
  5. Unity Interface in Ubuntu 10.10 for Netbook
    By LaMarcus in forum Operating Systems
    Replies: 4
    Last Post: 08-11-2010, 03:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,059,747.25666 seconds with 16 queries