Search
Does anyone know how to fix this?

I was messing arround trying to customize my desktop and i followed a guide on how to install and setup latte-dock (kde). Long story short, i failed removed latte (although I think it may have left some stuff behind) and when I restored my cinnamon panel the icon was like this. I've already restored the system with timeshift but it made no difference and tried to set "symbolic icon size" in panel settings but it completely ignores it. I googled for a solution but cant find any :c
Any ideas?
P.S. If I set panel height too small, all the applet icons go halfway off screen through the bottom, something they didnt used to do.
SOLVED: Using this comand:
gsettings reset-recursively org.cinnamon
Reverts the icons to their normal behaviour. Thanks to potatoguy
Alpine Linux Setup

Hello people, just switched to Alpine and it would be great if some of the Apine users could share some dotfiles that are running Wayland compositors. I have not figured out to make swayidle work and some other stuff. By the way I am running River but this happened aswell on a fresh install with the Sway option of setup-desktop script.
I get some errors of unknown session with swayidle and conky, but I have set the corresponding environment variables and launching with dbus-run-session -- river
River init file:
undefined
~~~ export XDG_SESSION_DESKTOP=river export XDG_CURRENT_DESKTOP=river dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river ~~~
Shell env file:
undefined
~~~ export XDG_RUNTIME_DIR="$(mkrundir)" export XDG_SESSION_TYPE=wayland export QT_QPA_PLATFORM=wayland export SDL_VIDEODRIVER=wayland export GDK_BACKEND=wayland export MOZ_ENABLE_WAYLAND=1 export _JAVA_AWT_WM_NONREPARENTING=1 ~~~
If you encountered some quirks of your own please let me know. Thanks in
Can't unmount automatically mounted CIFS share
Hi! Got an issue I couldn't figure out
When I use /etc/fstab to automount an SMB share using CIFS, I cannot unmount it without root privileges. If I mount it manually (as a non-privileged user), everything works just fine.
Also, an application I mount the share for (Pika Backup, based on borg) cannot access backups unless I unmount the share with root privileges and then mount it back manually.
A respective line in /etc/fstab is: //address/directory /mnt/backup cifs credentials=...,user,auto,iocharset=utf8 0 2
Highlighted user option to make it clear I didn't forget it.
Any advice?