2024-10-06

current64 - xfce4-settings-editor - Settings Editor


xfce4-settings-editor - Settings Editor

Panels can be configured and populated with items and these configurations
are also stored in
$HOME/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
but when xfce4-panel is restarted, as with logout and new login,
this configuration is lost!

Try!

Accessing Configuration Data

xfce4-settings-editor - Settings Editor
Monitoring Channel Changes

XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon

xfconf - Configuration Storage System

Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called “channels”. All settings beneath the channel nodes are called “properties.”

Accessing Configuration Data
Settings stored in Xfconf can be accessed in numerous ways:

From within applications of Settings Manager. Most of the time, settings stored in Xfconf and configuration options presented in the GUI are tightly coupled. It means that any action of the GUI settings is automatically and immediately propagated to the configuration system and vice-versa. See also: Settings Daemon.

From Command Line Interface (CLI) using xfconf-query.

From GUI. Settings, which are not exposed in configuration dialogs, can be browsed and manipulated using Settings Editor.

If everything else fails, settings can be edited manually. Xfconf stores all its data in XML files, which can be edited when Xfconf is not running. Be very careful when using this option, as it is easy to make the file unparseable or inconsistent.

https://docs.xfce.org/xfce/xfconf/start

xfce4-settings-editor - Settings Editor

The xfce4-settings-editor is a tool for editing ALL settings within xfconf. It is the graphical counterpart of xfconf-query. Both xfconf-query and the xfce4-settings-editor can be used to perform maintenance on the xfconf property database.

[..]

Monitoring Channel Changes

If you right-click a channel, you can Monitor... a channel for changes. This is useful for debugging in some cases and gives you some insight in the activity of a channel.

https://docs.xfce.org/xfce/xfce4-settings/editor

xfce4-settings - Settings Daemon

Debugging

If you have problems with settings and wonder which and if the settings are applied, you can run the daemon in debugging mode. You can do with with the following command in a terminal:
XFSETTINGSD_DEBUG=1 xfsettingsd --replace --no-daemon

https://docs.xfce.org/xfce/xfce4-settings/xfsettingsd


https://forum.slitaz.org/topic/warning-xfce4-cooking#post-52823


2024-09-29

current64 - amdgpu-glamoregl

 amdgpu-glamoregl

(EE) AMDGPU(0): eglGetDisplay() failed
(EE) AMDGPU(0): glamor detected, failed to initialize EGL.
(WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB

(==) AMDGPU(0): DRI3 disabled
(WW) AMDGPU(0): Direct rendering disabled
(II) AMDGPU(0): 2D and 3D acceleration disabled
(II) AIGLX: Screen 0 is not DRI2 capable
(II) IGLX: Loaded and initialized swrast

tux@slitaz:~$ egrep 'failed|disabled|glamor|DRI[23]|GLX' /var/log/Xorg.0.log
[ 25.186] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 25.220] (II) Loading sub module "glamoregl"
[ 25.220] (II) LoadModule: "glamoregl"
[ 25.220] (II) Loading /usr/lib/X11/modules/libglamoregl.so
[ 25.222] (II) Module glamoregl: vendor="X.Org Foundation"
[ 25.222] (EE) AMDGPU(0): eglGetDisplay() failed
[ 25.223] (EE) AMDGPU(0): glamor detected, failed to initialize EGL.
[ 25.223] (WW) AMDGPU(0): amdgpu_glamor_pre_init returned FALSE, using ShadowFB
[ 25.230] (==) AMDGPU(0): DRI3 disabled
[ 25.230] (WW) AMDGPU(0): Direct rendering disabled
[ 25.230] (II) AMDGPU(0): 2D and 3D acceleration disabled
[ 25.240] (II) Initializing extension GLX
[ 25.240] (II) AIGLX: Screen 0 is not DRI2 capable
[ 25.244] (II) IGLX: Loaded and initialized swrast
[ 25.244] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 25.244] (II) Initializing extension DRI2


https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52819


2024-09-27

current64 - mesa-dri - mesa-dri-ati

 

mesa-dri - mesa-dri-ati



Installing (web/cache): mesa-21.3.5-x86_64
Unable to find package "linux-agp" in the mirrored packages list.
Unable to find package "get-linux-agp" in the mirrored packages list.
Unable to find package "linux-drm" in the mirrored packages list.
Unable to find package "get-linux-drm" in the mirrored packages list.

tux@slitaz:~$ uname -a
Linux slitaz 5.10.221-slitaz64 #2 SMP Thu Jul 11 06:31:46 Europe 2024 x86_64 GNU/Linux

tux@slitaz:~$ ls -l /usr/lib/dri
total 20088
-rwxr-xr-x 1 root root 20568848 Aug 2 13:34 kms_swrast_dri.so
lrwxrwxrwx 1 root root 11 Sep 24 14:39 r200_dri.so -> i830_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 r300_dri.so -> kms_swrast_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 r600_dri.so -> kms_swrast_dri.so
lrwxrwxrwx 1 root root 11 Sep 24 14:39 radeon_dri.so -> i830_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 radeonsi_dri.so -> kms_swrast_dri.so
lrwxrwxrwx 1 root root 17 Sep 24 14:39 swrast_dri.so -> kms_swrast_dri.so

tux@slitaz:~$ grep -A2 DEPENDS /var/lib/tazpkg/installed/mesa-dri/receipt
DEPENDS="expat libdrm linux-agp llvm-lib \
linux-drm libdrm-amdgpu libdrm-radeon \
libdrm-nouveau libdrm-intel libglapi-mesa"
tux@slitaz:~$


https://forum.slitaz.org/topic/usage-of-slitaz-40-rolling/page/33#post-52818

current64 - xfce4-4.18

 

current64 - xfce4-4.18 

Xfce's dependency chain

https://docs.xfce.org/xfce/4.12/building

Try build xfce4-4.18

Changes in Dependencies
glib-2.0 >= 2.66
Same version for gmodule-2.0, gobject-2.0, gthread-2.0, gio-2.0 and gdbus
gtk >= 3.24
libcairo >= 1.16
gdk-pixbuf-2.0 >= 2.40
gobject-introspection >= 1.66

https://wiki.xfce.org/releng/4.18/roadmap#changes_in_dependencies

https://docs.xfce.org/xfce/building

tux@slitaz:~$ tazpkg -l | grep xfce

tux@slitaz:~$ tazpkg -l | grep xfce

elementary-xfce                    0.19              xfce
exo               		   4.18.0            xfce
garcon                             4.18.2            xfce
greybird                           3.23.3            xfce
libxfce4ui                         4.18.6            xfce
libxfce4util                       4.18.2            xfce
mousepad                           0.6.2             xfce
thunar                             4.18.11           xfce
thunar-archive-plugin              0.5.2             xfce
thunar-volman                      4.18.0            xfce
tumbler                            4.18.2            xfce
xfce4-appfinder                    4.18.1            xfce
xfce4-netload-plugin               1.4.1             xfce
xfce4-notifyd                      0.9.4             xfce
xfce4-panel                        4.18.6            xfce
xfce4-power-manager                4.18.4            xfce
xfce4-pulseaudio-plugin            0.4.8             xfce
xfce4-ristretto                    0.13.2            xfce
xfce4-screensaver                  4.18.3            xfce
xfce4-screenshooter                1.9.9             xfce
xfce4-session                      4.18.4            xfce
xfce4-settings                     4.18.6            xfce
xfce4-taskmanager                  1.5.7             xfce
xfce4-terminal                     1.1.3             xfce
xfce4-whiskermenu-plugin           2.7.3             xfce
xfconf                             4.18.3            xfce
xfdesktop                          4.18.1            xfce
xfwm4                              4.18.0            xfce
xfwm4-themes                       4.18.0            xfce

tux@slitaz:~$ tazpkg -l | grep xfce | wc -l
29