You are not logged in.
I have installed Bunsenlabs Carbon virtually with virt-manager. But apparently, pico doesn't work well with a virtual installation. I couldn't see my typed text. The preferences window in XFCE4 terminal gave me a screenshot of that same terminal. In short, it was a mess.
Using the command: pkill pico did the trick. I can do everything now.
Now I want to ensure that pico doesn't run at startup. I was able to find the file: ~/.config/bunsen/autostart. Problem is that pico isn't mentioned there.
My question: how to disable pico at the start?
Last edited by CooKiECruNChEr43 (Yesterday 13:44:07)
Offline
Remove the ~/.config/picom.desktop file if it exists. There is also a /etc/xdg/autostart/picom.desktop.
If you'll only be using carbon in a virtual installation, you can remove picom altogether.
You must unlearn what you have learned.
-- yoda
Offline
I removed ~/.config/picom.config and the /etc/xdg/autostart/picom.desktop file and I was able to boot perfectly. Thanks.
Offline
Good.
Can you edit your title and posts so they read "picom"instead of "pico", please.
That way the thread shows in forum search results. And, as I recall pico was a text editor similar to nano.
You must unlearn what you have learned.
-- yoda
Offline
To disable compositing - and be able to bring it back in the future if you want - the clean way is to comment out this line in ~/.config/bunsen/autostart :
bl-compositor --startPut a # at the front of the line.
bl-compositor will start picom, or compton, whichever is installed.
~/.config/autostart/picom.desktop exists to prevent picom from autostarting via its .desktop file in /etc/xdg/autostart/ so that the bl-compositor script has control.
Removing ~/.config/picom.conf (not picom.config) will cause picom - if it's started - to fall back to its default configuration, with unknown effects.
As @PackRat says, if you never want to use picom, then just uninstall it.
The problem with picom on a virtual machine is described in more detail in the Carbon release notes: https://forums.bunsenlabs.org/viewtopic … 10#p148610
See "NOTE for Virtual Machine users" at the bottom. Options are:
1) disable composition
2) adjust the Virtual Machine configs
3) use compton instead of picom
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I see that the title of the post has already been changed. Thank you for your answers.
Offline
To disable compositing - and be able to bring it back in the future if you want - the clean way is to comment out this line in ~/.config/bunsen/autostart :
bl-compositor --startPut a # at the front of the line.
bl-compositor will start picom, or compton, whichever is installed.
Thanks. Going blind; I didn't see that line when I checked.
You must unlearn what you have learned.
-- yoda
Offline