Set gnome-shell to start in fallback mode without GUI.
If you run into issues with gnome-shell then gnome-shell should allow you to disable all the plugins and get the gnome-shell. But since gnome-shell is still evolving, you might run into issue where the shell does not come up. What to do in that case. You can set the shell to start in fallback mode, where there are more chances that it will come up.
Alas, but you don’t have a shell or desktop session to do that. Simple, start the gnome-shell and before it is killed, do this:
gsettings set org.gnome.desktop.session session-name 'gnome-fallback'
And to do this from one of the virtual terminals, you would need the terminal to be able to attach to the running session. You can get the script to do that from the gnome website in How to debug gnome-shell or copy the script below:
gnome_session=$(pgrep -u $USER gnome-session) eval export $(sed 's/\o000/\n/g;' < /proc/$gnome_session/environ | grep DISPLAY) eval export $(sed 's/\o000/\n/g;' < /proc/$gnome_session/environ | grep XAUTHORITY) eval export $(sed 's/\o000/\n/g;' < /proc/$gnome_session/environ | grep DBUS_SESSION_BUS_ADDRESS)
Related articles
- 5 Alternatives To Unity For Ubuntu Users [Linux] (makeuseof.com)
- Linux Mint Aims to Take Gnome Beyond MGSE, Planning a New Desktop Environment Called Calls Cinnamon (techie-buzz.com)
- Try Out GNOME’s Upcoming Browser Right Now [Linux] (makeuseof.com)
Related Articles:
- 2011/10/21 Fedora 16 screenshot with conky and bmpaenl2
- 2011/08/18 Gnome 3 screenshot with conky dock
- 2011/10/27 gnome-tweak-tool gets a fantastic new Font Selector window
- 2011/02/04 vino – connect to running GNome session like RDP
- 2010/08/11 gphotoframe Free digital photo frame for your desk.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.