diff options
Diffstat (limited to 'documentation/content/en/books/handbook/desktop/_index.adoc')
-rw-r--r-- | documentation/content/en/books/handbook/desktop/_index.adoc | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/documentation/content/en/books/handbook/desktop/_index.adoc b/documentation/content/en/books/handbook/desktop/_index.adoc index 7722d4d6a6..f533c80c26 100644 --- a/documentation/content/en/books/handbook/desktop/_index.adoc +++ b/documentation/content/en/books/handbook/desktop/_index.adoc @@ -151,14 +151,23 @@ Enable D-BUS service in `/etc/rc.conf` to start at system boot: # sysrc dbus_enable="YES" .... -To increase messages size execute: +KDE Plasma requires larger message sizes for optimal performance. -[source,shell] +Add the following lines to man:sysctl.conf[5]: + +[.programlisting] .... sysctl net.local.stream.recvspace=65536 sysctl net.local.stream.sendspace=65536 .... +To apply the change, either run the following command as root or simply reboot the system: + +[source,shell] +.... +# sysctl -f /etc/sysctl.conf +.... + [[kde-start]] ==== Start KDE Plasma @@ -281,15 +290,6 @@ To install the XFCE meta package, execute: [[xfce-configuration]] ==== Configure XFCE -XFCE requires `/proc` to be mounted. -Add this line to `/etc/fstab` to mount this file system automatically during system startup: - -[.programlisting] -.... -# Device Mountpoint FStype Options Dump Pass# -proc /proc procfs rw 0 0 -.... - XFCE uses man:dbus-daemon[1] for a message bus and hardware abstraction. This application is automatically installed as a dependency of XFCE. @@ -813,7 +813,7 @@ Functionalities included with Qt Creator are: * code editor with C++, QML and ECMAscript support; * rapid code navigation tools; -* static code checking and style hints as you type; +* static code checking and style hints when typing; * context sensitive help; * visual debugger; * integrated GUI layout and forms designer. @@ -949,7 +949,7 @@ For example, for the version localized in Spanish, it is necessary to install th [source,shell] .... -# pkg install libreoffice-es +# pkg install es-libreoffice .... [[calligra]] |