The problem was a hide-cursor plugin that I was trying to use, when added to my ~/.config/wayfire.ini as:
Would casue the desktop to only display a blank screen, no icons and no taskbar, to fix it I had to load every other plugin necessary for the desktop same as in this thread: viewtopic.php?t=365576
I followed this guide originally to hide the cursor: https://raspberrypi.stackexchange.com/q ... 390#145390
It is worth noting that ~/.config/wayfire.ini does not have a list of plugins as described in that post, I believe it loads them from /etc/wayfire/defaults.ini, and declaring a new list of plugins in ~/.config/wayfire.ini overrides it completely.
Maybe the defaults should be copied to the home .configs to prevent this type of mistakes? IDK I'm just a user
Code:
[core]plugins = hide-cursor
Code:
[core]plugins = autostart autostart-static command pixdecor expo grid move place resize switcher vswitch window-rules wm-actions wort zoom hide-cursor
I followed this guide originally to hide the cursor: https://raspberrypi.stackexchange.com/q ... 390#145390
It is worth noting that ~/.config/wayfire.ini does not have a list of plugins as described in that post, I believe it loads them from /etc/wayfire/defaults.ini, and declaring a new list of plugins in ~/.config/wayfire.ini overrides it completely.
Maybe the defaults should be copied to the home .configs to prevent this type of mistakes? IDK I'm just a user
Statistics: Posted by juandl — Thu May 02, 2024 11:57 pm