Persistent Gnome shell in Lucid
GNOME Shell is the defining technology of the GNOME 3 desktop user experience. It provides core interface functions like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a delightful and easy to use experience.
Availability and Status
The GNOME Shell is currently in active development and while many planned features are not yet implemented it is stable enough for everyday use.
Solarized colors on Gnome terminal
Solarized is a beautiful color palette. The palette was designed for readability and comes with both light and dark options.
Solarized is a sixteen color palette (eight monotones, eight accent colors) designed for use with terminal and gui applications. It has several unique properties. I designed this color scheme with both precise CIELAB lightness relationships and a refined set of hues based on fixed color wheel relationships. It has been tested extensively in real world use on color calibrated displays (as well as uncalibrated/intentionally miscalibrated displays) and in a variety of lighting conditions.
Warning failed to load theme
While recklessly installing/testing some new themes I broke my GUI. Nothing seemed to be working right. After rebooting the box I was sitting at a blank screen. A quick check of ps -aux showed Gnome and Xorg running. What gives?
Fired up journalctl and saw a bunch of these listed. Yep that looks like a place I might have screwed up.
gnome-session[7460]: Window manager warning: Failed to load theme "Adwaita": Failed to find a valid file for theme Adwaita gnome-session[7460]: Window manager warning: Failed to load theme "Simple": Failed to find a valid file for theme Simple gnome-session[7460]: Window manager warning: Failed to load theme "ThinIce": Failed to find a valid file for theme ThinIce gnome-session[7460]: Window manager warning: Failed to load theme "Zukitre": Failed to find a valid file for theme Zukitre gnome-session[7460]: Window manager warning: Failed to load theme "Default": Failed to find a valid file for theme Default gnome-session[7460]: Window manager warning: Failed to load theme "Emacs": Failed to find a valid file for theme Emacs gnome-session[7460]: Window manager warning: Failed to load theme "Redmond": Failed to find a valid file for theme Redmond gnome-session[7460]: Window manager warning: Failed to load theme "Moka": Failed to find a valid file for theme Moka gnome-session[7460]: Window manager warning: Failed to load theme "Numix": Failed to find a valid file for theme Numix gnome-session[7460]: Window manager warning: Failed to load theme "Zukitwo": Failed to find a valid file for theme Zukitwo I quick Google search found a recommendation to reinstall the gnome-themes-standard package.