From c56587eb301b514dff380268876134c5cb841cbe Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 5 Mar 2017 12:53:38 +0100 Subject: [PATCH 1/4] doc: Remove indention from program listings --- nixos/doc/manual/configuration/xfce.xml | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml index af6278e9c920..e9f7bd8d0688 100644 --- a/nixos/doc/manual/configuration/xfce.xml +++ b/nixos/doc/manual/configuration/xfce.xml @@ -9,10 +9,10 @@ To enable the Xfce Desktop Environment, set - services.xserver.desktopManager = { - xfce.enable = true; - default = "xfce"; - }; +services.xserver.desktopManager = { + xfce.enable = true; + default = "xfce"; +}; @@ -20,13 +20,13 @@ Optionally, compton can be enabled for nice graphical effects, some example settings: - services.compton = { - enable = true; - fade = true; - inactiveOpacity = "0.9"; - shadow = true; - fadeDelta = 4; - }; +services.compton = { + enable = true; + fade = true; + inactiveOpacity = "0.9"; + shadow = true; + fadeDelta = 4; +}; @@ -43,7 +43,7 @@ You can, for example, select KDE’s sddm instead: - services.xserver.displayManager.sddm.enable = true; +services.xserver.displayManager.sddm.enable = true; @@ -55,7 +55,7 @@ Thunar volume support, put - services.xserver.desktopManager.xfce.enable = true; +services.xserver.desktopManager.xfce.enable = true; into your configuration.nix. @@ -87,7 +87,7 @@ (look at journalctl --user -b). - Thunar:2410): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.UDisks2VolumeMonitor is not supported +Thunar:2410): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.UDisks2VolumeMonitor is not supported This is caused by some needed GNOME services not running. @@ -95,7 +95,7 @@ the Advanced tab of the Session and Startup settings panel. Alternatively, you can run this command to do the same thing. - $ xfconf-query -c xfce4-session -p /compat/LaunchGNOME -s true +$ xfconf-query -c xfce4-session -p /compat/LaunchGNOME -s true A log-out and re-log will be needed for this to take effect. From 1e3dec3baaf12c6be0704d4e15fb270a628ecc10 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 5 Mar 2017 12:56:23 +0100 Subject: [PATCH 2/4] nixos doc xfce: Fix missing space --- nixos/doc/manual/configuration/xfce.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml index e9f7bd8d0688..1639351e70cb 100644 --- a/nixos/doc/manual/configuration/xfce.xml +++ b/nixos/doc/manual/configuration/xfce.xml @@ -37,7 +37,7 @@ services.compton = { - NixOS’s default display manageris SLiM. + NixOS’s default display manager is SLiM. (DM is the program that provides a graphical login prompt and manages the X server.) You can, for example, select KDE’s From 0a18a56375fbf2146b19fba7528b8d1a5bd51d44 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 5 Mar 2017 12:57:01 +0100 Subject: [PATCH 3/4] nixos doc xfce: Tabs -> spaces --- nixos/doc/manual/configuration/xfce.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml index 1639351e70cb..e35f6096a21e 100644 --- a/nixos/doc/manual/configuration/xfce.xml +++ b/nixos/doc/manual/configuration/xfce.xml @@ -34,13 +34,13 @@ services.compton = { Some Xfce programs are not installed automatically. To install them manually (system wide), put them into your environment.systemPackages. - + - NixOS’s default display manager is SLiM. - (DM is the program that provides a graphical login prompt - and manages the X server.) - You can, for example, select KDE’s + NixOS’s default display manager is SLiM. + (DM is the program that provides a graphical login prompt + and manages the X server.) + You can, for example, select KDE’s sddm instead: services.xserver.displayManager.sddm.enable = true; From 87f57de8e579ed7b41096c77b1ceb2146db87f5a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 5 Mar 2017 14:21:45 +0100 Subject: [PATCH 4/4] Wrap command in --- nixos/doc/manual/configuration/xfce.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/configuration/xfce.xml b/nixos/doc/manual/configuration/xfce.xml index e35f6096a21e..21c7a85e19cc 100644 --- a/nixos/doc/manual/configuration/xfce.xml +++ b/nixos/doc/manual/configuration/xfce.xml @@ -84,7 +84,7 @@ services.xserver.desktopManager.xfce.enable = true; Thunar and/or the desktop takes time to show up. Thunar will spit out this kind of message on start - (look at journalctl --user -b). + (look at journalctl --user -b). Thunar:2410): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.UDisks2VolumeMonitor is not supported