mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
2.0 KiB
2.0 KiB
layout | title | permalink | redirect_from | ||||
---|---|---|---|---|---|---|---|
doc | XFCE | /doc/xfce/ |
|
XFCE installation in dom0
Disclaimer: The article is obsolete for Qubes OS 3.2 and later.
Prior to R3.2, KDE was the default desktop environment in Qubes. Beginning with R3.2 XFCE is the new default desktop environment and does not require manual installation.
Installation:
sudo qubes-dom0-update @xfce-desktop-qubes
Reboot the system. At system startup, select "Xfce session" in login screen (menu on the right bottom corner of the screen).
Configuration
Things needed/recommended to be done:
- remove some useless entries from menu and panel, especially file manager, web browser
- create own favorites menu (currently standard XFCE menu isn't modified to use per-VM subsections, which makes it very inconvenient):
-
create
~/.config/menus/favorites.menu
, example content:<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd"> <Menu> <Name>Favorites</Name> <DefaultAppDirs/> <DefaultDirectoryDirs/> <Directory>favorites.directory</Directory> <Include> <Filename>personal-gnome-terminal.desktop</Filename> <Filename>personal-firefox.desktop</Filename> <Filename>work-gnome-terminal.desktop</Filename> <Filename>work-firefox.desktop</Filename> <Filename>mail-mozilla-thunderbird.desktop</Filename> <Filename>mail-gnome-terminal.desktop</Filename> <Filename>banking-mozilla-firefox.desktop</Filename> <Filename>untrusted-firefox.desktop</Filename> </Include> </Menu>
-
add it to the panel: right click on panel, "add new items", select "XFCE menu", choose custom menu file - just created one
-