Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-11-03 14:09:34

hussain14
Member
Registered: 2024-11-03
Posts: 5
LinuxChrome 125.0

Desktop Icons and Folder Icons not shown in docker container

Hi,

The way I am trying to setup XFCE in a docker might sound weird. But essentially I've used an ubuntu 22.04 container to run a vncserver and have installed xfce in that container. When I access it through a client, everything works perfectly except the icons (both desktop and inside thunar).

I tried to look into docs and pinpoint the main issue but it seems that every dependency of xfdesktop is installed. yet the thumbnails of the items are not shown. For reference please take a look at the screenshots

On top of that whenever I open the Appearance settings, not a single icon theme has a preview.

The screenshots are given here: https://imgur.com/a/w17xBh6

does anyone have any idea why it is not working. I have installed all the dependencies for xfdesktop. But there was one small thing. When I installed xfce4, I used the --no-recommends flag to keep the size as low as possible. Would that do a problem. For reference, here is the Dockerfile I used to build the image I am working on.

FROM hussain14/ubuntu-systemd:jammy

RUN apt-get update &&                            \
        apt-get install -y --no-install-recommends   \
        python3-pip                          \
        git                                  \
        xfce4 xfce4-goodies &&               \
        apt-get install -y                                                \
        # Must be installed with the recommended packages
        tigervnc-standalone-server &&                             \
        # Housekeeping
        apt-get clean -y &&                                               \
        rm -rf                                                            \
        /var/cache/debconf/*                                           \
        /var/lib/apt/lists/*                                           \
        /var/log/*                                                     \
        /tmp/*                                                         \
        /var/tmp/*                                                     \
        /usr/share/doc/*                                               \
        /usr/share/man/*                                               \
        /usr/share/local/*

COPY --chown=admin:admin vnc_xstartup /home/admin/.vnc/xstartup
COPY --chown=admin:admin setup_vnc.sh /tmp/setup_vnc.sh
USER admin
RUN chmod +x /tmp/setup_vnc.sh && /tmp/setup_vnc.sh

It will only work with the sysbox-runc runtime.

Offline

#2 2024-11-03 14:46:04

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,499
LinuxFirefox 132.0

Re: Desktop Icons and Folder Icons not shown in docker container

Are the libgdk-pixbuf-2.0-0 and librsvg2-2 packages installed? If so, try running (as root):

gtk-update-icon-cache -f /usr/share/icons/Humanity
gtk-update-icon-cache -f /usr/share/icons/Humanity-Dark

Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2024-11-03 15:57:52

hussain14
Member
Registered: 2024-11-03
Posts: 5
LinuxChrome 125.0

Re: Desktop Icons and Folder Icons not shown in docker container

ToZ wrote:

Are the libgdk-pixbuf-2.0-0 and librsvg2-2 packages installed?

Yes the packages are installed.

ToZ wrote:

If so, try running (as root):

gtk-update-icon-cache -f /usr/share/icons/Humanity
gtk-update-icon-cache -f /usr/share/icons/Humanity-Dark

I ran these commands for Humanity Icon Theme and other themes as well, yet nothing seems to change. I've logged out and logged in again but it's still the same.

The /home/admin/.vnc/xstartup file is as follows (maybe that affects how xfce runs):

#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
exec startxfce4

Last edited by hussain14 (2024-11-03 15:58:11)

Offline

#4 2024-11-03 17:18:42

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,499
LinuxFirefox 132.0

Re: Desktop Icons and Folder Icons not shown in docker container

Any log files to review? Maybe ~/.xsession-errors or the vnc log file? Maybe some hints in there.

One other thing to try:

xfdesktop -Q && xfdesktop -e

...and post back the debug output.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2024-11-04 12:57:31

hussain14
Member
Registered: 2024-11-03
Posts: 5
LinuxChrome 125.0

Re: Desktop Icons and Folder Icons not shown in docker container

My timezone is different, apologies for being late.

This is the log file (vnc_xfce_debug.log) generated by vncserver. It resembles the one that is generated using the xfdesktop -e command (the file named xfdesktop_debug.log).

https://file.io/QDdjLc0ZY9Nu

Offline

#6 2024-11-04 23:29:17

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,499
LinuxFirefox 132.0

Re: Desktop Icons and Folder Icons not shown in docker container

It appears the file has been deleted. You can also copy/paste the content of the file here inside code tags.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#7 2024-11-06 15:03:08

hussain14
Member
Registered: 2024-11-03
Posts: 5
LinuxChrome 125.0

Re: Desktop Icons and Folder Icons not shown in docker container

Sure, here is the xfdesktop.log

DBG[xfdesktop-common.c:324] xfdesktop_debug_set(): debugging enabled
DBG[xfdesktop-application.c:588] cb_wait_for_window_manager_destroyed(): found window manager after 1 tries
DBG[xfce-desktop.c:1779] xfce_desktop_set_single_workspace_mode(): single_workspace_mode now TRUE
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfdesktop-file-icon-manager.c:2293] xfdesktop_file_icon_manager_add_icon(): attempting to set icon 'File System' to position (0,0) [location in cache]
DBG[xfdesktop-file-icon-manager.c:2293] xfdesktop_file_icon_manager_add_icon(): attempting to set icon 'Home' to position (1,0) [location in cache]
DBG[xfdesktop-icon-view.c:2808] xfdesktop_setup_grids(): CELL_SIZE=103.200, TEXT_WIDTH=91.200, ICON_SIZE=48
DBG[xfdesktop-icon-view.c:2809] xfdesktop_setup_grids(): grid size is 8x13
DBG[xfdesktop-icon-view.c:2822] xfdesktop_setup_grids(): created grid_layout with 104 positions
DBG[xfdesktop-file-icon-manager.c:2996] xfdesktop_file_icon_manager_files_ready(): got a GFileInfo: Win10Sur-icon-theme
DBG[xfdesktop-file-icon-manager.c:2293] xfdesktop_file_icon_manager_add_icon(): attempting to set icon 'Win10Sur-icon-theme' to position (2,0) [location in cache]
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 0 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace0/
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 1 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace1/
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 2 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace2/
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 3 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace3/
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:757] workspace_changed_cb(): current_workspace 0, new_workspace 0
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:536] backdrop_changed_cb(): monitor x 0, y 0, width 1440, height 900
DBG[xfce-backdrop.c:1672] xfce_backdrop_generate_async(): loading image /usr/share/backgrounds/xfce/xfce-blue.jpg
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:536] backdrop_changed_cb(): monitor x 0, y 0, width 1440, height 900
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-thumbnailer.c:551] xfdesktop_thumbnailer_thumbnail_ready_dbus(): thumbnail-ready src: /home/admin/Desktop/Win10Sur-icon-theme thumbnail: /home/admin/.thumbnails/large/6947d880e2f1f9ce04e1ebfc6692ff16.png
DBG[xfdesktop-thumbnailer.c:551] xfdesktop_thumbnailer_thumbnail_ready_dbus(): thumbnail-ready src: /home/admin thumbnail: /home/admin/.thumbnails/large/2d78bcfcdcf43c953ccee2542fbd3c6c.png
DBG[xfdesktop-thumbnailer.c:551] xfdesktop_thumbnailer_thumbnail_ready_dbus(): thumbnail-ready src: / thumbnail: /home/admin/.thumbnails/large/03f0716f0d219f8b767d0e5ac6c3da37.png
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6

Offline

#8 2024-11-06 15:04:50

hussain14
Member
Registered: 2024-11-03
Posts: 5
LinuxChrome 125.0

Re: Desktop Icons and Folder Icons not shown in docker container

and here is the vnc_xfce_debug.log:

admin@9d4d060acc13:~$ cat ~/.vnc/9d4d060acc13\:5901.log 

Xvnc TigerVNC 1.12.0 - built 2024-01-23 19:20
Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12101004, X.Org


Sun Nov  3 13:09:58 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on local interface(s), port 5901
 vncext:      created VNC server for screen 0
[mi] mieq: warning: overriding existing handler (nil) with 0x5559312a5b90 for event 2
[mi] mieq: warning: overriding existing handler (nil) with 0x5559312a5b90 for event 3
3NI3X0 New Xtigervnc server '9d4d060acc13:1 (admin)' on port 5901 for display :1.
3NI3X0 Use xtigervncviewer -SecurityTypes VncAuth -passwd /home/admin/.vnc/passwd :1 to connect to the VNC server.
/usr/bin/startxfce4: X server already running on display :1

(process:1745): xfce4-session-CRITICAL **: 13:09:58.600: dbus-launch not found, the desktop will not work properly!

(xfce4-session:1745): dbind-WARNING **: 13:09:58.630: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
/usr/bin/iceauth:  creating new authority file /run/user/1000/ICEauthority
xfce4-session: No GPG agent found

(xfwm4:1776): dbind-WARNING **: 13:09:58.655: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfwm4:1776): GLib-CRITICAL **: 13:09:58.675: g_str_has_prefix: assertion 'prefix != NULL' failed

(xfwm4:1776): xfwm4-WARNING **: 13:09:58.857: Another compositing manager is running on screen 0

(xfsettingsd:1784): dbind-WARNING **: 13:09:58.871: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfsettingsd:1784): GLib-CRITICAL **: 13:09:58.879: g_str_has_prefix: assertion 'prefix != NULL' failed

(xfsettingsd:1784): GLib-GObject-CRITICAL **: 13:09:58.879: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed

(xfsettingsd:1784): GLib-GObject-CRITICAL **: 13:09:58.880: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed

(xfsettingsd:1784): GLib-GObject-CRITICAL **: 13:09:58.882: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed

(xfce4-panel:1787): dbind-WARNING **: 13:09:58.911: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(migrate:1792): dbind-WARNING **: 13:09:58.924: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(Thunar:1791): dbind-WARNING **: 13:09:58.929: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfdesktop:1800): dbind-WARNING **: 13:09:58.956: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

** (xfdesktop:1800): WARNING **: 13:09:59.051: Thumbnailer failed calling GetFlavors

(xfdesktop:1800): GLib-GObject-CRITICAL **: 13:09:59.051: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(xfsettingsd:1803): dbind-WARNING **: 13:09:59.061: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-notifyd:1804): dbind-WARNING **: 13:09:59.061: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
xfce4-panel-Message: 13:09:59.120: Plugin "(null)-7" was not found and has been removed from the configuration
xfce4-panel-Message: 13:09:59.122: Plugin "power-manager-plugin-9" was not found and has been removed from the configuration

(wrapper-2.0:1816): dbind-WARNING **: 13:09:59.131: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:1818): dbind-WARNING **: 13:09:59.133: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:1817): dbind-WARNING **: 13:09:59.133: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:1825): dbind-WARNING **: 13:09:59.174: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:1818): GLib-GIO-CRITICAL **: 13:09:59.313: g_file_new_for_path: assertion 'path != NULL' failed

(wrapper-2.0:1818): GLib-GIO-CRITICAL **: 13:09:59.313: g_file_monitor_file: assertion 'G_IS_FILE (file)' failed

(wrapper-2.0:1818): GLib-GObject-WARNING **: 13:09:59.313: invalid (NULL) pointer instance

(wrapper-2.0:1818): GLib-GObject-CRITICAL **: 13:09:59.313: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(wrapper-2.0:1818): Gtk-WARNING **: 13:09:59.313: Attempting to add a widget with type GtkToggleButton to a container of type XfcePanelPlugin, but the widget is already inside a container of type XfcePanelPlugin, please remove the widget from its existing container first.

(wrapper-2.0:1825): libactions-WARNING **: 13:09:59.327: Calling CanShutdown failed GDBus.Error:org.xfce.SessionManager.Error.Failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(wrapper-2.0:1825): libactions-WARNING **: 13:09:59.328: Calling CanRestart failed GDBus.Error:org.xfce.SessionManager.Error.Failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(wrapper-2.0:1825): Gtk-WARNING **: 13:09:59.338: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner XfceArrowButton)

(wrapper-2.0:1818): Gtk-WARNING **: 13:09:59.339: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner GtkToggleButton)

(wrapper-2.0:1817): Gtk-WARNING **: 13:09:59.341: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner PulseaudioButton)

Sun Nov  3 13:10:01 2024
 Connections: accepted: 127.0.0.1::60128
 SConnection: Client needs protocol version 3.8
 SConnection: Client requests security type VncAuth(2)

Sun Nov  3 13:10:07 2024
 VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
 VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian rgb888

(exo-open:1869): dbind-WARNING **: 13:10:10.751: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-mime-helper:1871): dbind-WARNING **: 13:10:10.764: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-terminal:1872): dbind-WARNING **: 13:10:10.781: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfdesktop-settings:2383): dbind-WARNING **: 13:14:40.533: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfdesktop-settings:2383): Gtk-WARNING **: 13:14:40.547: Content added to the action area of a dialog using header bars

(xfdesktop-settings:2383): Gtk-WARNING **: 13:14:40.548: Content added to the action area of a dialog using header bars

(xfdesktop-settings:2383): Gtk-WARNING **: 13:14:40.557: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(xfce4-appearance-settings:2823): dbind-WARNING **: 13:15:26.577: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-appearance-settings:2823): Gtk-WARNING **: 13:15:26.596: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:2823): Gtk-WARNING **: 13:15:26.596: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:2823): Gtk-WARNING **: 13:15:26.605: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(xfce4-settings-editor:2888): dbind-WARNING **: 13:31:43.730: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-settings-editor:2888): Gtk-WARNING **: 13:31:43.754: Content added to the action area of a dialog using header bars

(xfce4-settings-editor:2888): Gtk-WARNING **: 13:31:43.754: Content added to the action area of a dialog using header bars

(xfce4-settings-editor:2888): Gtk-WARNING **: 13:32:00.060: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(xfce4-mime-helper:2902): dbind-WARNING **: 13:32:16.540: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(exo-open:2936): dbind-WARNING **: 13:37:56.389: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-mime-helper:2938): dbind-WARNING **: 13:37:56.405: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-terminal:1872): libxfce4ui-CRITICAL **: 13:38:31.745: xfce_titled_dialog_update_icon: assertion 'icon_name != NULL' failed

(xfce4-terminal:1872): libxfce4ui-CRITICAL **: 13:39:04.092: xfce_titled_dialog_update_icon: assertion 'icon_name != NULL' failed

(xfce4-terminal:1872): libxfce4ui-CRITICAL **: 13:39:06.108: xfce_titled_dialog_update_icon: assertion 'icon_name != NULL' failed

(xfce4-session-logout:2987): dbind-WARNING **: 13:39:15.225: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-session:1745): GLib-GIO-CRITICAL **: 13:39:15.244: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed

(xfce4-session:1745): Gtk-WARNING **: 13:39:15.250: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(xfce4-panel:1787): GLib-WARNING **: 13:39:16.486: GChildWatchSource: Exit status of a child process was requested but ECHILD was received by waitpid(). See the documentation of g_child_watch_source_new() for possible causes.

(xfce4-panel:1787): GLib-WARNING **: 13:39:16.486: GChildWatchSource: Exit status of a child process was requested but ECHILD was received by waitpid(). See the documentation of g_child_watch_source_new() for possible causes.

Sun Nov  3 13:39:16 2024
 VNCSConnST:  closing 127.0.0.1::60128: Server shutdown
 EncodeManager: Framebuffer updates: 32496
 EncodeManager:   CopyRect:
 EncodeManager:     Copies: 1 rects, 1.21114 Mpixels
 EncodeManager:             16 B (1:302786 ratio)
 EncodeManager:   Tight:
 EncodeManager:     Solid: 12.43 krects, 27.0939 Mpixels
 EncodeManager:            194.219 KiB (1:545.68 ratio)
 EncodeManager:     Bitmap RLE: 879 rects, 397.055 kpixels
 EncodeManager:                 26.5869 KiB (1:58.7243 ratio)
 EncodeManager:     Indexed RLE: 33.362 krects, 32.4551 Mpixels
 EncodeManager:                  8.57841 MiB (1:14.4768 ratio)
 EncodeManager:   Tight (JPEG):
 EncodeManager:     Full Colour: 23.013 krects, 94.7652 Mpixels
 EncodeManager:                  69.8319 MiB (1:5.1805 ratio)
 EncodeManager:   Total: 69.685 krects, 155.922 Mpixels
 EncodeManager:          78.6259 MiB (1:7.57504 ratio)
 ComparingUpdateTracker: 1.11806 Gpixels in / 119.695 Mpixels out
 ComparingUpdateTracker: (1:9.34093 ratio)

Xvnc TigerVNC 1.12.0 - built 2024-01-23 19:20
Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12101004, X.Org


Sun Nov  3 13:40:26 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on local interface(s), port 5901
 vncext:      created VNC server for screen 0
[mi] mieq: warning: overriding existing handler (nil) with 0x5594a2091b90 for event 2
[mi] mieq: warning: overriding existing handler (nil) with 0x5594a2091b90 for event 3
3NI3X0 New Xtigervnc server '9d4d060acc13:1 (admin)' on port 5901 for display :1.
3NI3X0 Use xtigervncviewer -SecurityTypes VncAuth -passwd /home/admin/.vnc/passwd :1 to connect to the VNC server.
/usr/bin/startxfce4: X server already running on display :1

(process:3156): xfce4-session-CRITICAL **: 13:40:27.115: dbus-launch not found, the desktop will not work properly!

(xfce4-session:3156): dbind-WARNING **: 13:40:27.146: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
xfce4-session: No GPG agent found

(xfwm4:3173): dbind-WARNING **: 13:40:27.168: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfwm4:3173): xfwm4-WARNING **: 13:40:27.244: Unsupported GL renderer (llvmpipe (LLVM 15.0.7, 256 bits)).

(xfsettingsd:3206): dbind-WARNING **: 13:40:27.258: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-panel:3209): dbind-WARNING **: 13:40:27.301: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(Thunar:3213): dbind-WARNING **: 13:40:27.316: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfdesktop:3218): dbind-WARNING **: 13:40:27.341: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-terminal:3221): dbind-WARNING **: 13:40:27.451: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:3242): dbind-WARNING **: 13:40:27.473: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:3245): dbind-WARNING **: 13:40:27.476: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:3244): dbind-WARNING **: 13:40:27.476: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfsettingsd:3247): dbind-WARNING **: 13:40:27.480: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-notifyd:3248): dbind-WARNING **: 13:40:27.481: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:3287): dbind-WARNING **: 13:40:27.520: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:3245): GLib-GIO-CRITICAL **: 13:40:27.665: g_file_new_for_path: assertion 'path != NULL' failed

(wrapper-2.0:3245): GLib-GIO-CRITICAL **: 13:40:27.665: g_file_monitor_file: assertion 'G_IS_FILE (file)' failed

(wrapper-2.0:3245): GLib-GObject-WARNING **: 13:40:27.665: invalid (NULL) pointer instance

(wrapper-2.0:3245): GLib-GObject-CRITICAL **: 13:40:27.665: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(wrapper-2.0:3245): Gtk-WARNING **: 13:40:27.665: Attempting to add a widget with type GtkToggleButton to a container of type XfcePanelPlugin, but the widget is already inside a container of type XfcePanelPlugin, please remove the widget from its existing container first.

(wrapper-2.0:3287): libactions-WARNING **: 13:40:27.683: Calling CanShutdown failed GDBus.Error:org.xfce.SessionManager.Error.Failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(wrapper-2.0:3287): libactions-WARNING **: 13:40:27.684: Calling CanRestart failed GDBus.Error:org.xfce.SessionManager.Error.Failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(wrapper-2.0:3287): Gtk-WARNING **: 13:40:27.691: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner XfceArrowButton)

(wrapper-2.0:3245): Gtk-WARNING **: 13:40:27.691: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner GtkToggleButton)

(wrapper-2.0:3244): Gtk-WARNING **: 13:40:27.692: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner PulseaudioButton)

Sun Nov  3 13:40:31 2024
 Connections: accepted: 127.0.0.1::38776
 SConnection: Client needs protocol version 3.8
 SConnection: Client requests security type VncAuth(2)
 VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
 VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian rgb888

(xfce4-mime-helper:3377): dbind-WARNING **: 13:40:37.498: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(Thunar:3213): Gtk-WARNING **: 13:47:52.338: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(xfce4-appearance-settings:3558): dbind-WARNING **: 14:02:48.423: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-appearance-settings:3558): Gtk-WARNING **: 14:02:48.441: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:3558): Gtk-WARNING **: 14:02:48.441: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:3558): Gtk-WARNING **: 14:02:48.450: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(xfce4-mime-helper:4410): dbind-WARNING **: 14:19:31.050: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-appearance-settings:4509): dbind-WARNING **: 14:20:27.108: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-appearance-settings:4509): Gtk-WARNING **: 14:20:27.126: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:4509): Gtk-WARNING **: 14:20:27.126: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:4509): Gtk-WARNING **: 14:20:27.135: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(ristretto:4930): dbind-WARNING **: 14:29:18.492: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
** Message: 14:29:18.584: Could not open file 'file:///home/admin/Desktop/Win10Sur-icon-theme/colorful-folder/folder-black/folder.svg': Unsupported mime type

(xfce4-terminal:3221): libxfce4ui-CRITICAL **: 15:49:41.703: xfce_titled_dialog_update_icon: assertion 'icon_name != NULL' failed

(xfce4-terminal:3221): libxfce4ui-CRITICAL **: 15:49:43.766: xfce_titled_dialog_update_icon: assertion 'icon_name != NULL' failed

(xfce4-terminal:3221): libxfce4ui-CRITICAL **: 15:49:53.913: xfce_titled_dialog_update_icon: assertion 'icon_name != NULL' failed

(xfce4-session-logout:5570): dbind-WARNING **: 15:50:06.357: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-session:3156): GLib-GIO-CRITICAL **: 15:50:06.377: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed

(xfce4-session:3156): Gtk-WARNING **: 15:50:06.387: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

Sun Nov  3 15:50:07 2024
 VNCSConnST:  closing 127.0.0.1::38776: Server shutdown
 EncodeManager: Framebuffer updates: 17735
 EncodeManager:   Tight:
 EncodeManager:     Solid: 6.362 krects, 18.493 Mpixels
 EncodeManager:            99.4062 KiB (1:727.447 ratio)
 EncodeManager:     Bitmap RLE: 1.369 krects, 670.876 kpixels
 EncodeManager:                 41.7236 KiB (1:63.1933 ratio)
 EncodeManager:     Indexed RLE: 18.868 krects, 15.0007 Mpixels
 EncodeManager:                  4.36796 MiB (1:13.15 ratio)
 EncodeManager:   Tight (JPEG):
 EncodeManager:     Full Colour: 13.789 krects, 44.4762 Mpixels
 EncodeManager:                  37.4645 MiB (1:4.53285 ratio)
 EncodeManager:   Total: 40.388 krects, 78.6408 Mpixels
 EncodeManager:          41.9703 MiB (1:7.1587 ratio)
 ComparingUpdateTracker: 747.412 Mpixels in / 65.4004 Mpixels out
 ComparingUpdateTracker: (1:11.4282 ratio)

Xvnc TigerVNC 1.12.0 - built 2024-01-23 19:20
Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12101004, X.Org


Sun Nov  3 15:50:21 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on local interface(s), port 5901
 vncext:      created VNC server for screen 0
[mi] mieq: warning: overriding existing handler (nil) with 0x5585f75b6b90 for event 2
[mi] mieq: warning: overriding existing handler (nil) with 0x5585f75b6b90 for event 3
3NI3X0 New Xtigervnc server '9d4d060acc13:1 (admin)' on port 5901 for display :1.
3NI3X0 Use xtigervncviewer -SecurityTypes VncAuth -passwd /home/admin/.vnc/passwd :1 to connect to the VNC server.
/usr/bin/startxfce4: X server already running on display :1

(process:5689): xfce4-session-CRITICAL **: 15:50:21.270: dbus-launch not found, the desktop will not work properly!

(xfce4-session:5689): dbind-WARNING **: 15:50:21.302: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
xfce4-session: No GPG agent found

(xfwm4:5706): dbind-WARNING **: 15:50:21.353: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfwm4:5706): xfwm4-WARNING **: 15:50:21.430: Unsupported GL renderer (llvmpipe (LLVM 15.0.7, 256 bits)).

(xfsettingsd:5739): dbind-WARNING **: 15:50:21.445: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-panel:5742): dbind-WARNING **: 15:50:21.486: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(Thunar:5746): dbind-WARNING **: 15:50:21.504: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfdesktop:5751): dbind-WARNING **: 15:50:21.531: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-terminal:5811): dbind-WARNING **: 15:50:21.642: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfsettingsd:5817): dbind-WARNING **: 15:50:21.683: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:5823): dbind-WARNING **: 15:50:21.683: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-notifyd:5822): dbind-WARNING **: 15:50:21.683: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:5825): dbind-WARNING **: 15:50:21.685: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:5824): dbind-WARNING **: 15:50:21.686: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:5876): dbind-WARNING **: 15:50:21.748: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:5825): GLib-GIO-CRITICAL **: 15:50:21.899: g_file_new_for_path: assertion 'path != NULL' failed

(wrapper-2.0:5825): GLib-GIO-CRITICAL **: 15:50:21.899: g_file_monitor_file: assertion 'G_IS_FILE (file)' failed

(wrapper-2.0:5825): GLib-GObject-WARNING **: 15:50:21.899: invalid (NULL) pointer instance

(wrapper-2.0:5825): GLib-GObject-CRITICAL **: 15:50:21.899: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(wrapper-2.0:5825): Gtk-WARNING **: 15:50:21.899: Attempting to add a widget with type GtkToggleButton to a container of type XfcePanelPlugin, but the widget is already inside a container of type XfcePanelPlugin, please remove the widget from its existing container first.

(wrapper-2.0:5824): Gtk-WARNING **: 15:50:21.930: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner PulseaudioButton)

(wrapper-2.0:5876): libactions-WARNING **: 15:50:21.931: Calling CanShutdown failed GDBus.Error:org.xfce.SessionManager.Error.Failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(wrapper-2.0:5876): libactions-WARNING **: 15:50:21.931: Calling CanRestart failed GDBus.Error:org.xfce.SessionManager.Error.Failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(wrapper-2.0:5825): Gtk-WARNING **: 15:50:21.942: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner GtkToggleButton)

Sun Nov  3 15:50:26 2024
 Connections: accepted: 127.0.0.1::53026
 SConnection: Client needs protocol version 3.8
 SConnection: Client requests security type VncAuth(2)
 VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
 VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian rgb888

(xfdesktop-settings:5930): dbind-WARNING **: 15:50:37.120: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfdesktop-settings:5930): Gtk-WARNING **: 15:50:37.136: Content added to the action area of a dialog using header bars

(xfdesktop-settings:5930): Gtk-WARNING **: 15:50:37.136: Content added to the action area of a dialog using header bars

(xfdesktop-settings:5930): Gtk-WARNING **: 15:50:37.146: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(xfce4-appearance-settings:6349): dbind-WARNING **: 15:50:42.762: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-appearance-settings:6349): Gtk-WARNING **: 15:50:42.777: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:6349): Gtk-WARNING **: 15:50:42.777: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:6349): Gtk-WARNING **: 15:50:42.786: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(exo-open:6364): dbind-WARNING **: 15:50:55.901: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-mime-helper:6366): dbind-WARNING **: 15:50:55.912: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-mime-helper:6376): dbind-WARNING **: 16:03:11.469: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Warning: VNC extension does not support -reset, terminating instead. Use -noreset to prevent termination.

Sun Nov  3 18:40:42 2024
 VNCSConnST:  closing 127.0.0.1::53026: Server shutdown
 EncodeManager: Framebuffer updates: 5049
 EncodeManager:   Tight:
 EncodeManager:     Solid: 1.243 krects, 4.83379 Mpixels
 EncodeManager:            19.4219 KiB (1:972.953 ratio)
 EncodeManager:     Bitmap RLE: 205 rects, 119.357 kpixels
 EncodeManager:                 6.32617 KiB (1:74.0797 ratio)
 EncodeManager:     Indexed RLE: 5.488 krects, 4.90073 Mpixels
 EncodeManager:                  1.96398 MiB (1:9.55083 ratio)
 EncodeManager:   Tight (JPEG):
 EncodeManager:     Full Colour: 3.356 krects, 14.2071 Mpixels
 EncodeManager:                  8.95325 MiB (1:6.05747 ratio)
 EncodeManager:   Total: 10.292 krects, 24.061 Mpixels
 EncodeManager:          10.9424 MiB (1:8.39882 ratio)
 ComparingUpdateTracker: 182.591 Mpixels in / 16.9635 Mpixels out
 ComparingUpdateTracker: (1:10.7638 ratio)

Xvnc TigerVNC 1.12.0 - built 2024-01-23 19:20
Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12101004, X.Org


Mon Nov  4 12:07:16 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on local interface(s), port 5901
 vncext:      created VNC server for screen 0
3NI3X0 New Xtigervnc server '9d4d060acc13:1 (admin)' on port 5901 for display :1.
3NI3X0 Use xtigervncviewer -SecurityTypes VncAuth -passwd /home/admin/.vnc/passwd :1 to connect to the VNC server.
/usr/bin/startxfce4: X server already running on display :1
[mi] mieq: warning: overriding existing handler (nil) with 0x55c8c7b3db90 for event 2
[mi] mieq: warning: overriding existing handler (nil) with 0x55c8c7b3db90 for event 3
 Connections: accepted: 127.0.0.1::56764
 SConnection: Client needs protocol version 3.8
 SConnection: Client requests security type VncAuth(2)
 VNCSConnST:  Server default pixel format depth 24 (32bpp) little-endian rgb888
 VNCSConnST:  Client pixel format depth 24 (32bpp) little-endian rgb888

(process:1751): xfce4-session-CRITICAL **: 12:07:16.401: dbus-launch not found, the desktop will not work properly!

(xfce4-session:1751): dbind-WARNING **: 12:07:16.454: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
/usr/bin/iceauth:  creating new authority file /run/user/1000/ICEauthority
xfce4-session: No GPG agent found

(xfwm4:1790): dbind-WARNING **: 12:07:16.490: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfwm4:1790): xfwm4-WARNING **: 12:07:16.659: Unsupported GL renderer (llvmpipe (LLVM 15.0.7, 256 bits)).

(xfsettingsd:1823): dbind-WARNING **: 12:07:16.676: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-panel:1826): dbind-WARNING **: 12:07:16.716: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(Thunar:1830): dbind-WARNING **: 12:07:16.743: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfdesktop:1835): dbind-WARNING **: 12:07:16.794: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:1889): dbind-WARNING **: 12:07:16.931: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:1879): dbind-WARNING **: 12:07:16.931: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-terminal:1883): dbind-WARNING **: 12:07:16.931: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:1885): dbind-WARNING **: 12:07:16.936: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfsettingsd:1927): dbind-WARNING **: 12:07:16.964: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-notifyd:1928): dbind-WARNING **: 12:07:16.965: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:1937): dbind-WARNING **: 12:07:16.993: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(wrapper-2.0:1889): GLib-GIO-CRITICAL **: 12:07:17.133: g_file_new_for_path: assertion 'path != NULL' failed

(wrapper-2.0:1889): GLib-GIO-CRITICAL **: 12:07:17.133: g_file_monitor_file: assertion 'G_IS_FILE (file)' failed

(wrapper-2.0:1889): GLib-GObject-WARNING **: 12:07:17.133: invalid (NULL) pointer instance

(wrapper-2.0:1889): GLib-GObject-CRITICAL **: 12:07:17.133: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(wrapper-2.0:1889): Gtk-WARNING **: 12:07:17.133: Attempting to add a widget with type GtkToggleButton to a container of type XfcePanelPlugin, but the widget is already inside a container of type XfcePanelPlugin, please remove the widget from its existing container first.

(wrapper-2.0:1937): libactions-WARNING **: 12:07:17.150: Calling CanShutdown failed GDBus.Error:org.xfce.SessionManager.Error.Failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(wrapper-2.0:1937): libactions-WARNING **: 12:07:17.151: Calling CanRestart failed GDBus.Error:org.xfce.SessionManager.Error.Failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Permission denied

(wrapper-2.0:1937): Gtk-WARNING **: 12:07:17.157: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node button, owner XfceArrowButton)

(wrapper-2.0:1885): Gtk-WARNING **: 12:07:17.162: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner PulseaudioButton)

(wrapper-2.0:1889): Gtk-WARNING **: 12:07:17.173: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner GtkToggleButton)

(exo-open:2012): dbind-WARNING **: 12:07:20.234: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-mime-helper:2014): dbind-WARNING **: 12:07:20.251: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-terminal:1883): Gtk-WARNING **: 12:07:21.367: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(xfdesktop:2083): dbind-WARNING **: 12:07:47.416: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
DBG[xfdesktop-common.c:324] xfdesktop_debug_set(): debugging enabled
DBG[xfdesktop-application.c:588] cb_wait_for_window_manager_destroyed(): found window manager after 1 tries
DBG[xfce-desktop.c:1779] xfce_desktop_set_single_workspace_mode(): single_workspace_mode now TRUE
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfdesktop-file-icon-manager.c:2293] xfdesktop_file_icon_manager_add_icon(): attempting to set icon 'File System' to position (0,0) [location in cache]
DBG[xfdesktop-file-icon-manager.c:2293] xfdesktop_file_icon_manager_add_icon(): attempting to set icon 'Home' to position (1,0) [location in cache]
DBG[xfdesktop-icon-view.c:2808] xfdesktop_setup_grids(): CELL_SIZE=103.200, TEXT_WIDTH=91.200, ICON_SIZE=48
DBG[xfdesktop-icon-view.c:2809] xfdesktop_setup_grids(): grid size is 8x13
DBG[xfdesktop-icon-view.c:2822] xfdesktop_setup_grids(): created grid_layout with 104 positions
DBG[xfdesktop-file-icon-manager.c:2996] xfdesktop_file_icon_manager_files_ready(): got a GFileInfo: Win10Sur-icon-theme
DBG[xfdesktop-file-icon-manager.c:2293] xfdesktop_file_icon_manager_add_icon(): attempting to set icon 'Win10Sur-icon-theme' to position (2,0) [location in cache]
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 0 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace0/
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 1 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace1/
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 2 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace2/
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 3 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace3/
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:757] workspace_changed_cb(): current_workspace 0, new_workspace 0
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:536] backdrop_changed_cb(): monitor x 0, y 0, width 1440, height 900
DBG[xfce-backdrop.c:1672] xfce_backdrop_generate_async(): loading image /usr/share/backgrounds/xfce/xfce-blue.jpg
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:536] backdrop_changed_cb(): monitor x 0, y 0, width 1440, height 900
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-thumbnailer.c:551] xfdesktop_thumbnailer_thumbnail_ready_dbus(): thumbnail-ready src: /home/admin/Desktop/Win10Sur-icon-theme thumbnail: /home/admin/.thumbnails/large/6947d880e2f1f9ce04e1ebfc6692ff16.png
DBG[xfdesktop-thumbnailer.c:551] xfdesktop_thumbnailer_thumbnail_ready_dbus(): thumbnail-ready src: /home/admin thumbnail: /home/admin/.thumbnails/large/2d78bcfcdcf43c953ccee2542fbd3c6c.png
DBG[xfdesktop-thumbnailer.c:551] xfdesktop_thumbnailer_thumbnail_ready_dbus(): thumbnail-ready src: / thumbnail: /home/admin/.thumbnails/large/03f0716f0d219f8b767d0e5ac6c3da37.png

(xfce4-appearance-settings:2118): dbind-WARNING **: 12:08:16.472: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfce4-appearance-settings:2118): Gtk-WARNING **: 12:08:16.487: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:2118): Gtk-WARNING **: 12:08:16.487: Content added to the action area of a dialog using header bars

(xfce4-appearance-settings:2118): Gtk-WARNING **: 12:08:16.496: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.

(xfce4-appfinder:2141): dbind-WARNING **: 12:08:26.001: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

(xfdesktop:2308): dbind-WARNING **: 12:12:18.953: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
DBG[xfdesktop-common.c:324] xfdesktop_debug_set(): debugging enabled
DBG[xfdesktop-application.c:588] cb_wait_for_window_manager_destroyed(): found window manager after 1 tries
DBG[xfce-desktop.c:1779] xfce_desktop_set_single_workspace_mode(): single_workspace_mode now TRUE
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font size is 10.00000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfdesktop-file-icon-manager.c:2293] xfdesktop_file_icon_manager_add_icon(): attempting to set icon 'File System' to position (0,0) [location in cache]
DBG[xfdesktop-file-icon-manager.c:2293] xfdesktop_file_icon_manager_add_icon(): attempting to set icon 'Home' to position (1,0) [location in cache]
DBG[xfdesktop-icon-view.c:2808] xfdesktop_setup_grids(): CELL_SIZE=103.200, TEXT_WIDTH=91.200, ICON_SIZE=48
DBG[xfdesktop-icon-view.c:2809] xfdesktop_setup_grids(): grid size is 8x13
DBG[xfdesktop-icon-view.c:2822] xfdesktop_setup_grids(): created grid_layout with 104 positions
DBG[xfdesktop-file-icon-manager.c:2996] xfdesktop_file_icon_manager_files_ready(): got a GFileInfo: Win10Sur-icon-theme
DBG[xfdesktop-file-icon-manager.c:2293] xfdesktop_file_icon_manager_add_icon(): attempting to set icon 'Win10Sur-icon-theme' to position (2,0) [location in cache]
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 0 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace0/
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 1 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace1/
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 2 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace2/
DBG[xfce-workspace.c:329] xfce_workspace_monitors_changed(): Adding workspace 3 backdrop 0
DBG[xfce-workspace.c:630] xfce_workspace_connect_backdrop_settings(): prefix string: /backdrop/screen0/monitorVNC-0/workspace3/
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:757] workspace_changed_cb(): current_workspace 0, new_workspace 0
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:536] backdrop_changed_cb(): monitor x 0, y 0, width 1440, height 900
DBG[xfce-backdrop.c:1672] xfce_backdrop_generate_async(): loading image /usr/share/backgrounds/xfce/xfce-blue.jpg
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:1543] xfce_desktop_get_current_workspace(): workspace_num 0, single_workspace_num 0, current_workspace 0, max workspaces 4
DBG[xfce-desktop.c:536] backdrop_changed_cb(): monitor x 0, y 0, width 1440, height 900
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfdesktop-icon-view.c:2049] xfdesktop_icon_view_style_updated(): cell spacing is 2
DBG[xfdesktop-icon-view.c:2050] xfdesktop_icon_view_style_updated(): cell padding is 6
DBG[xfdesktop-icon-view.c:2051] xfdesktop_icon_view_style_updated(): cell text width proportion is 1.900000
DBG[xfdesktop-icon-view.c:2052] xfdesktop_icon_view_style_updated(): ellipsize icon label is true
DBG[xfdesktop-icon-view.c:2053] xfdesktop_icon_view_style_updated(): tooltip size is -1
DBG[xfdesktop-icon-view.c:2054] xfdesktop_icon_view_style_updated(): label radius is 4.000000
DBG[xfce-desktop.c:211] xfce_desktop_ensure_system_font_size(): dividing by PANGO_SCALE
DBG[xfce-desktop.c:214] xfce_desktop_ensure_system_font_size(): system font s

Offline

#9 2024-11-07 00:53:11

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,499
LinuxFirefox 132.0

Re: Desktop Icons and Folder Icons not shown in docker container

(process:1745): xfce4-session-CRITICAL **: 13:09:58.600: dbus-launch not found, the desktop will not work properly!

Install the "dbus-x11" package and try again.

If the problem persists, can you post back:

xfconf-query -c xsettings -lv

If you have a ~/.config/gtk-3.0/settings.ini file, post back that content.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.013 seconds, 7 queries executed - Memory usage: 906.97 KiB (Peak: 983.81 KiB) ]