(SOLVED) Desktop Icons and Folders Not loading After Booting

Please post suggestions for improvement of Cinnamon on:
https://github.com/linuxmint/Cinnamon
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
jackkileen
Level 4
Level 4
Posts: 372
Joined: Mon Feb 04, 2019 7:58 pm
Location: Rocky Mtn High; FL Gulf

(SOLVED) Desktop Icons and Folders Not loading After Booting

Post by jackkileen »

And no mouse left or right click response either.
I think the problem might be when I installed and then uninstalled a program called Komorebi (https://itsfoss.com/live-wallpaper-ubuntu-komorebi/).
I can see them in Nemo and can bring them back with

Code: Select all

nemo-desktop
but they disappear again after restart. I uninstalled the Komorebi program from the Menu and also ran

Code: Select all

sudo apt purge komorebi
Here are the results of cat ~/.xsession-errors which shows something about an account "Looking Glass" error among other things...

Code: Select all

cat ~/.xsession-errors
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting XAUTHORITY=/home/zyoc/.Xauthority
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting SHELL=/bin/bash
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
dbus-update-activation-environment: setting XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg
dbus-update-activation-environment: setting XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
dbus-update-activation-environment: setting LANGUAGE=en_US
dbus-update-activation-environment: setting MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path
dbus-update-activation-environment: setting DESKTOP_SESSION=cinnamon
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting PWD=/home/zyoc
dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=cinnamon
dbus-update-activation-environment: setting LOGNAME=zyoc
dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
dbus-update-activation-environment: setting GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
dbus-update-activation-environment: setting XAUTHORITY=/home/zyoc/.Xauthority
dbus-update-activation-environment: setting XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/zyoc
dbus-update-activation-environment: setting GDM_LANG=en_US
dbus-update-activation-environment: setting HOME=/home/zyoc
dbus-update-activation-environment: setting IM_CONFIG_PHASE=1
dbus-update-activation-environment: setting LANG=en_US.UTF-8
dbus-update-activation-environment: setting XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
dbus-update-activation-environment: setting XDG_SESSION_CLASS=user
dbus-update-activation-environment: setting DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path
dbus-update-activation-environment: setting USER=zyoc
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting SHLVL=1
dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
dbus-update-activation-environment: setting GTK3_MODULES=xapp-gtk3-module
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/home/zyoc/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop
dbus-update-activation-environment: setting PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
dbus-update-activation-environment: setting GDMSESSION=cinnamon
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
dbus-update-activation-environment: setting _=/usr/bin/dbus-update-activation-environment
[cinnamon-settings-daemon-smartcard] Failed to start: no suitable smartcard driver could be found

** (csd-color:5543): WARNING **: 15:45:42.484: There is no colord server available
** Message: 15:45:42.495: Existing monitor config (/home/zyoc/.config/cinnamon-monitors.xml) not found at startup. Looking for legacy configuration (monitors.xml)
[cinnamon-settings-daemon-smartcard] Failed to start: no suitable smartcard driver could be found
Cjs-Message: 15:45:43.148: Profiler is disabled. Not setting up signals.
Clutter-Message: 15:45:43.162: Sync method: PRESENTATION TIME
cinnamon-session[5429]: WARNING: t+0.77884s: Failed to start app: Unable to start application: Failed to execute child process “/System/Applications/komorebi” (No such file or directory)
cinnamon-session[5429]: WARNING: t+0.79624s: Failed to start app: Unable to start application: Failed to execute child process “/usr/lib/x86_64-linux-gnu/libexec/kdeconnectd” (No such file or directory)
Failed to register via dbus. Another instance is running
Cjs-Message: 15:45:43.241: JS LOG: About to start Cinnamon
Cjs-Message: 15:45:43.287: JS LOG: [LookingGlass/info] Cinnamon.AppSystem.get_default() started in 44 ms
Cjs-Message: 15:45:43.293: JS LOG: [LookingGlass/info] loading user theme: /home/zyoc/.themes/Faded-Dream/cinnamon/cinnamon.css

** (light-locker:5695): WARNING **: 15:45:43.299: screensaver already running in this session
Cjs-Message: 15:45:43.308: JS LOG: [LookingGlass/info] added icon directory: /home/zyoc/.themes/Faded-Dream/cinnamon
Traceback (most recent call last):
  File "/usr/bin/hp-systray", line 35, in <module>
    from base import utils, module
  File "/usr/share/hplip/base/module.py", line 30, in <module>
    from . import tui, utils, device
  File "/usr/share/hplip/base/device.py", line 41, in <module>
    from . import status
  File "/usr/share/hplip/base/status.py", line 32, in <module>
    import cupsext
ImportError: libnetsnmp.so.35: cannot open shared object file: No such file or directory
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
    with os.fdopen(os.open(pr_filename,
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_share_hplip_systray.py.1000.crash'

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/hp-systray", line 35, in <module>
    from base import utils, module
  File "/usr/share/hplip/base/module.py", line 30, in <module>
    from . import tui, utils, device
  File "/usr/share/hplip/base/device.py", line 41, in <module>
    from . import status
  File "/usr/share/hplip/base/status.py", line 32, in <module>
    import cupsext
ImportError: libnetsnmp.so.35: cannot open shared object file: No such file or directory
Cjs-Message: 15:45:43.393: JS LOG: [LookingGlass/info] loaded at Tue Jul 20 2021 15:45:43 GMT-0600 (Mountain Daylight Time)
Cjs-Message: 15:45:43.393: JS LOG: Cinnamon started at Tue Jul 20 2021 15:45:43 GMT-0600 (Mountain Daylight Time)
Cjs-Message: 15:45:43.398: JS LOG: [LookingGlass/info] ExtensionSystem started in 0 ms
Cjs-Message: 15:45:43.398: JS LOG: [LookingGlass/info] SearchProviderManager started in 0 ms
openGL version 4.6 detected (GL3 Cogl Driver)
MetaSyncRing disabled: couldn't find required GL extensions, or the minimum safe openGL version was not met
cinnamon-session[5429]: WARNING: t+1.02048s: Detected that screensaver has appeared on the bus
Cjs-Message: 15:45:43.432: JS LOG: [LookingGlass/info] Loaded applet separator@cinnamon.org in 22 ms
Cjs-Message: 15:45:43.453: JS LOG: [LookingGlass/info] Loaded applet calendar@cinnamon.org in 21 ms
Cjs-Message: 15:45:43.453: JS LOG: [LookingGlass/info] Loaded applet separator@cinnamon.org in 0 ms
Cjs-Message: 15:45:43.468: JS LOG: [LookingGlass/info] Loaded applet show-desktop@cinnamon.org in 14 ms
Cjs-Message: 15:45:43.471: JS LOG: [LookingGlass/info] Role locked: tray
Cjs-Message: 15:45:43.472: JS LOG: [LookingGlass/info] Loaded applet systray@cinnamon.org in 4 ms
Cjs-Message: 15:45:43.473: JS LOG: [LookingGlass/info] Loaded applet separator@cinnamon.org in 1 ms
Cjs-Message: 15:45:43.478: JS LOG: [LookingGlass/info] Loaded applet removable-drives@cinnamon.org in 5 ms
St-Message: 15:45:43.486: cogl npot texture sizes SUPPORTED
Cjs-Message: 15:45:43.491: JS LOG: [LookingGlass/info] Role locked: notifications
Cjs-Message: 15:45:43.495: JS LOG: [LookingGlass/info] Loaded applet notifications@cinnamon.org in 17 ms
Cjs-Message: 15:45:43.503: JS LOG: [LookingGlass/info] Loaded applet temperature@fevimu in 8 ms
Cjs-Message: 15:45:43.531: JS LOG: [LookingGlass/info] Loaded desklet soundBox@scollins in 28 ms
Cjs-Message: 15:45:43.543: JS LOG: [LookingGlass/info] Loaded applet printers@cinnamon.org in 12 ms
Cjs-Message: 15:45:43.551: JS LOG: [LookingGlass/info] Loaded applet keyboard@cinnamon.org in 8 ms
Cjs-Message: 15:45:43.551: JS LOG: [LookingGlass/info] NaNms
Cjs-Message: 15:45:43.558: JS LOG: [LookingGlass/info] Loaded applet xapp-status@cinnamon.org in 7 ms

(cinnamon:5646): Cjs-WARNING **: 15:45:43.567: Some code called array.toString() on a Uint8Array instance. Previously this would have interpreted the bytes of the array as a string, but that is nonstandard. In the future this will return the bytes as comma-separated digits. For the time being, the old behavior has been preserved, but please fix your code anyway to explicitly call ByteArray.toString(array). (Note that array.toString() may have been called implicitly.)

ByteArray.toString(array) is *not* backward compatible with previous (< 4.8) versions of Cinnamon. You will have add versioning support to your applet if it does not already have it, so that compatibility can be maintained for users on older Cinnamon versions.

See:
https://projects.linuxmint.com/reference/git/cinnamon-tutorials/xlet-versioning.html

0 _loadCurrencies() ["/usr/share/cinnamon/js/misc/fileUtils.js line 211 > Function":421:61]
1 _init() ["/usr/share/cinnamon/js/misc/fileUtils.js line 211 > Function":97:13]
2 MyApplet() ["/usr/share/cinnamon/js/misc/fileUtils.js line 211 > Function":31:9]
3 main() ["/usr/share/cinnamon/js/misc/fileUtils.js line 211 > Function":461:11]
4 createApplet() ["/usr/share/cinnamon/js/ui/appletManager.js":583:24]
5 addAppletToPanels() ["/usr/share/cinnamon/js/ui/appletManager.js":358:33]
6 finishExtensionLoad() ["/usr/share/cinnamon/js/ui/appletManager.js":96:13]
7 _init/<() ["/usr/share/cinnamon/js/ui/extension.js":274:31]

Cjs-Message: 15:45:43.571: JS LOG: [LookingGlass/info] Loaded applet cryptocoin@guantanamoe in 13 ms
Cjs-Message: 15:45:43.573: JS LOG: [LookingGlass/warning] Failed to add launcher from path: cinnamon-custom-launcher-2.desktop
Cjs-Message: 15:45:43.644: JS LOG: [LookingGlass/info] Role locked: panellauncher
Cjs-Message: 15:45:43.661: JS LOG: [LookingGlass/info] Loaded applet panel-launchers@cinnamon.org in 90 ms
Cjs-Message: 15:45:43.661: JS LOG: [LookingGlass/info] Loaded applet panel-launchers@cinnamon.org in 0 ms
Cjs-Message: 15:45:43.725: JS LOG: [LookingGlass/info] Adding XAppStatusIcon: nm-applet (:1.194/org/x/StatusIcon/Icon)
Cjs-Message: 15:45:43.738: JS LOG: [LookingGlass/info] Loaded applet window-list@cinnamon.org in 77 ms
Cjs-Message: 15:45:43.770: JS LOG: [LookingGlass/info] Loaded applet sound@cinnamon.org in 32 ms
Cjs-Message: 15:45:43.783: JS LOG: [LookingGlass/info] Hiding XAppStatusIcon (we have an applet): nm-applet (:1.194/org/x/StatusIcon/Icon)
Cjs-Message: 15:45:43.789: JS LOG: [LookingGlass/info] Loaded applet network@cinnamon.org in 19 ms
Cjs-Message: 15:45:43.911: JS LOG: [LookingGlass/info] Loaded applet menu@cinnamon.org in 122 ms
Cjs-Message: 15:45:43.911: JS LOG: [LookingGlass/info] AppletManager started in 518 ms
Cjs-Message: 15:45:43.913: JS LOG: [LookingGlass/info] Cinnamon took 671 ms to start
Cjs-Message: 15:45:43.929: JS LOG: Unknown network device type, is 14
Cjs-Message: 15:45:44.480: JS LOG: [LookingGlass/error] You are over your rate limit please upgrade your account!
Cjs-Message: 15:45:44.485: JS LOG: [LookingGlass/error] You are over your rate limit please upgrade your account!
Cjs-Message: 15:45:44.623: JS LOG: [LookingGlass/error] You are over your rate limit please upgrade your account!
Cjs-Message: 15:45:45.737: JS LOG: [LookingGlass/info] Adding XAppStatusIcon: org.kde.statusnotifieritem-5801-1 (:1.189/org/x/StatusIcon/Icon)
Cjs-Message: 15:45:49.019: JS LOG: [LookingGlass/info] Adding XAppStatusIcon: blueberry (:1.215/org/x/StatusIcon/Icon)
cinnamon-session[5429]: WARNING: t+11.02155s: Detected that screensaver has left the bus
[6031:6031:0720/154602.826910:ERROR:gl_implementation.cc(282)] Failed to load /opt/slimjet/libGLESv2.so: /opt/slimjet/libGLESv2.so: cannot open shared object file: No such file or directory
[6031:6031:0720/154602.827866:ERROR:viz_main_impl.cc(150)] Exiting GPU process due to errors during initialization
[5955:6049:0720/154603.031705:ERROR:nss_util.cc(284)] After loading Root Certs, loaded==false: NSS error code: -8018
Cjs-Message: 15:46:04.243: JS LOG: [LookingGlass/info] Adding XAppStatusIcon: mintUpdate.py (:1.225/org/x/StatusIcon/Icon)
Cjs-Message: 15:46:13.792: JS LOG: [LookingGlass/error] You are over your rate limit please upgrade your account!
Cjs-Message: 15:46:28.706: JS LOG: [LookingGlass/info] Adding XAppStatusIcon: mintreport (:1.232/org/x/StatusIcon/Icon)
Cjs-Message: 15:46:43.717: JS LOG: [LookingGlass/error] You are over your rate limit please upgrade your account!
Cjs-Message: 15:47:13.725: JS LOG: [LookingGlass/error] You are over your rate limit please upgrade your account!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
MINT: 21.3 Cinnamon 6.0.4_Kernel:6.5.0-15-generic - AMD Ryzen 9 5950X 16-Core Processor × 16
MX LINUX: KDE Plasma Version: 5.27.5_Kernel Version 6.1.0-17-amd64 (64-bit): X11
User avatar
jackkileen
Level 4
Level 4
Posts: 372
Joined: Mon Feb 04, 2019 7:58 pm
Location: Rocky Mtn High; FL Gulf

Re: Desktop Icons and Folders Not loading After Booting

Post by jackkileen »

I band-aided this issue by adding

Code: Select all

nemo-desktop
to Menu/Preferences/Startup applications to get the icons/folders back on the Desktop but probably shouldn't consider this as fixed or solved.



desktop 7.22.2021.jpg
MINT: 21.3 Cinnamon 6.0.4_Kernel:6.5.0-15-generic - AMD Ryzen 9 5950X 16-Core Processor × 16
MX LINUX: KDE Plasma Version: 5.27.5_Kernel Version 6.1.0-17-amd64 (64-bit): X11
mikeflan
Level 17
Level 17
Posts: 7155
Joined: Sun Apr 26, 2020 9:28 am
Location: Houston, TX

Re: Desktop Icons and Folders Not loading After Booting

Post by mikeflan »

Huh? Does that mean your desktop manager is not running upon startup? Very strange. What have you been doing? :)
User avatar
jackkileen
Level 4
Level 4
Posts: 372
Joined: Mon Feb 04, 2019 7:58 pm
Location: Rocky Mtn High; FL Gulf

Re: Desktop Icons and Folders Not loading After Booting

Post by jackkileen »

mikeflan wrote: Fri Jul 23, 2021 1:18 pm Huh? Does that mean your desktop manager is not running upon startup? Very strange. What have you been doing? :)
:) Apparently it isn't after I installed the program in the original post. I think I completely removed it but the Desktop Manger still won't load unless I instruct it too in the Startup Applications.
Should be a way to make the Desktop Manager at startup again without the entry in Startup Applications but I haven't found it yet.
MINT: 21.3 Cinnamon 6.0.4_Kernel:6.5.0-15-generic - AMD Ryzen 9 5950X 16-Core Processor × 16
MX LINUX: KDE Plasma Version: 5.27.5_Kernel Version 6.1.0-17-amd64 (64-bit): X11
User avatar
absque fenestris
Level 12
Level 12
Posts: 4110
Joined: Sat Nov 12, 2016 8:42 pm
Location: Confoederatio Helvetica

Re: Desktop Icons and Folders Not loading After Booting

Post by absque fenestris »

I think the problem might be when I installed and then uninstalled a program called Komorebi

As far as Komorebi and problem solving because of Komorebi is concerned, this forum thread may help you:

viewtopic.php?f=208&t=285803&p=2001260& ... i#p2001260


And about Komorebi in general: search.php?keywords=komorebi

Conclusion: rather not use ...
User avatar
jackkileen
Level 4
Level 4
Posts: 372
Joined: Mon Feb 04, 2019 7:58 pm
Location: Rocky Mtn High; FL Gulf

Re: Desktop Icons and Folders Not loading After Booting

Post by jackkileen »

absque fenestris wrote: Sat Jul 24, 2021 9:26 am
I think the problem might be when I installed and then uninstalled a program called Komorebi
As far as Komorebi and problem solving because of Komorebi is concerned, this forum thread may help you:
viewtopic.php?f=208&t=285803&p=2001260& ... i#p2001260

And about Komorebi in general: search.php?keywords=komorebi

Conclusion: rather not use ...
That worked! Thank you!!! :D
MINT: 21.3 Cinnamon 6.0.4_Kernel:6.5.0-15-generic - AMD Ryzen 9 5950X 16-Core Processor × 16
MX LINUX: KDE Plasma Version: 5.27.5_Kernel Version 6.1.0-17-amd64 (64-bit): X11
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Desktop Icons and Folders Not loading After Booting

Post by Larry78723 »

If you have found the solution to your initial post, Please open your original post, click on the pencil, and add (Solved) to the Subject.
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
User avatar
jackkileen
Level 4
Level 4
Posts: 372
Joined: Mon Feb 04, 2019 7:58 pm
Location: Rocky Mtn High; FL Gulf

Re: Desktop Icons and Folders Not loading After Booting

Post by jackkileen »

Larry78723 wrote: Sat Jul 24, 2021 9:38 am If you have found the solution to your initial post, Please open your original post, click on the pencil, and add (Solved) to the Subject.
Thx, I forgot to do that.
MINT: 21.3 Cinnamon 6.0.4_Kernel:6.5.0-15-generic - AMD Ryzen 9 5950X 16-Core Processor × 16
MX LINUX: KDE Plasma Version: 5.27.5_Kernel Version 6.1.0-17-amd64 (64-bit): X11
Locked

Return to “Cinnamon”