Difference between revisions of "GNOME/Flashback"
(update warning, update package locations) |
(→Known issues) |
||
Line 88: | Line 88: | ||
== Known issues == | == Known issues == | ||
+ | * The mouse cursor is not visible. | ||
+ | * Logout and shutdown is not possible. | ||
* The clock applet crashes when opening its settings. | * The clock applet crashes when opening its settings. | ||
* The desktop background image sometimes blanked out. | * The desktop background image sometimes blanked out. | ||
* The panel won't resized properly when the screen resolution changed. | * The panel won't resized properly when the screen resolution changed. |
Revision as of 08:33, 9 October 2013
Template:Article summary start Template:Article summary text Template:Article summary heading Template:Article summary wiki Template:Article summary end
GNOME Flashback is a shell for GNOME 3 which was initially called GNOME fallback mode. The desktop layout and the underlying technology is similar to GNOME 2. It doesn't use 3D acceleration at all, so it's generally faster and consumes less CPU time than GNOME Shell with llvmpipe.
Contents
Installation
GNOME Flashback can be installed with the package gnome-panelAUR, available in AUR. In order to login, you have to install the following packages as well:
- gnome-screensaver
- gnome-session
- gnome-settings-daemon-compatAUR
- gnome-themes-standard
- metacity
- notification-daemon
- polkit-gnome
You can also install the following packages which provide some additional applets for the GNOME Panel:
To get a complete desktop environment, it's recommended to install the gnome group which contains applications required for the standard GNOME experience.
Starting GNOME Flashback
Graphical log-in
Simply choose GNOME Flashback session from your favourite display manager.
Starting GNOME Flashback manually
If you prefer to start GNOME Flashback manually from the console, add the following line to your ~/.xinitrc
file:
~/.xinitrc
exec gnome-session --session=gnome-flashback
After the exec
command is placed, GNOME Flashback can be launched by typing startx
. See xinitrc for details.
Configuration
GNOME Flashback shares most of its settings with GNOME. See Customizing GNOME appearance for more details.
Customizing GNOME Panel
- To configure the panel, hold down the
Alt
key, and right-click on it in an empty area. - To move an applet on the panel, hold down the
Alt
key, and grab it with middle-button.
Alternative window manager
You can use an alternative window manager with GNOME by creating two files:
/usr/share/gnome-session/sessions/gnome-xmonad.session
[GNOME Session] Name=GNOME xmonad RequiredComponents=gnome-panel;gnome-settings-daemon;gnome-screensaver;xmonad;notification-daemon;polkit-gnome-authentication-agent-1;gnome-fallback-background-helper;gnome-fallback-media-keys-helper;gnome-fallback-mount-helper;
/usr/share/xsessions/gnome-xmonad.desktop
[Desktop Entry] Name=GNOME xmonad Comment=This session logs you into GNOME with the traditional panel Exec=gnome-session --session=gnome-xmonad TryExec=gnome-session Icon= Type=Application
The next time you log in, you should have the ability to choose GNOME xmonad as your session.
If there isn't a .desktop file for the window manager, you'll need to create one. Example for wmii:
/usr/share/applications/wmii.desktop
[Desktop Entry] Version=1.0 Type=Application Name=wmii TryExec=wmii Exec=wmii
For more information, see this article on running awesome as the window manager in GNOME.
Known issues
- The mouse cursor is not visible.
- Logout and shutdown is not possible.
- The clock applet crashes when opening its settings.
- The desktop background image sometimes blanked out.
- The panel won't resized properly when the screen resolution changed.