Page 40 of 40 FirstFirst ... 30383940
Results 391 to 395 of 395

Thread: GNOME Classic & Flashback sessions

  1. #391
    Join Date
    Jan 2013
    Location
    Riga, Latvia
    Beans
    131
    Distro
    Ubuntu Development Release

    Re: Trusty GNOME Classic & Flashback sessions

    Quote Originally Posted by redman5087 View Post
    How to change the theme?
    You need to edit .css files.

    Quote Originally Posted by redman5087 View Post
    In the gtk2 or gtk3 theme?
    In the gnome-shell theme?
    Or the unity theme?
    gnome-panel uses gtk3 themes.

    You could look at Ambiance theme for example how to style gnome-panel.

    In Ambiance theme:
    1) gnome-panel related styling are stored in separate file - /usr/share/themes/Ambiance/gtk-3.0/apps/gnome-panel.css
    2) gnome-panel.css file is imported in this file - /usr/share/themes/Ambiance/gtk-3.0/gtk-main.css
    3) gtk-main.css is imported in this file - /usr/share/themes/Ambiance/gtk-3.0/gtk.css

    So if you want edit xTheme to add gnome-panel styling you can add directly styling in gtk.css file - /usr/share/themes/xTheme/gtk-3.0/gtk.css.

    But I would suggest to add new file in your theme directory and simply add import line in gtk.css file:
    1) create gnome-panel.css in - /usr/share/themes/xTheme/gtk-3.0/
    2) add import line '@import url("gnome-panel.css");' at end of file - /usr/share/themes/xTheme/gtk-3.0/gtk.css

    Remember that when there will be update for theme you edit your changes will be lost on update. So backup your created files. If you will use separate file for styling than after update you will only need to re-add import line.

  2. #392
    Join Date
    Oct 2004
    Beans
    107

    Re: GNOME Classic & Flashback sessions

    Thanks

  3. #393
    Join Date
    Feb 2014
    Beans
    9

    Re: GNOME Classic & Flashback sessions

    hello,
    again, now with 14.04 running these are the issues I have (also with a fresh user!)

    - custom keybindings are not possible!!! the gconf ones are ignored, the dconf ones in org.gnome.settings-daemon.plugins.media-keys too!
    - the tooltips are not word-warped any more
    - login lasts 10+ seconds

  4. #394
    Join Date
    Apr 2008
    Beans
    11,707

    Re: GNOME Classic & Flashback sessions

    Just a friendly reminder

    Since Trusty (14.04) has been released support questions regarding it or any prior release should be asked here:

    http://ubuntuforums.org/forumdisplay.php?f=329

    Or directly to me here:

    http://ubuntuforums.org/showthread.php?t=2220264

  5. #395
    Join Date
    Feb 2014
    Beans
    9

    Re: GNOME Classic & Flashback sessions

    thanks! will do so

Page 40 of 40 FirstFirst ... 30383940

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
  •