You are not logged in.

#1 Yesterday 09:00:23

CooKiECruNChEr43
Member
Registered: 2015-10-17
Posts: 91

Disabling picom at the start (boot) [Solved]

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

#2 Yesterday 12:30:07

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,867

Re: Disabling picom at the start (boot) [Solved]

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

#3 Yesterday 13:43:31

CooKiECruNChEr43
Member
Registered: 2015-10-17
Posts: 91

Re: Disabling picom at the start (boot) [Solved]

I removed ~/.config/picom.config and the /etc/xdg/autostart/picom.desktop file and I was able to boot perfectly. Thanks.

Offline

#4 Yesterday 18:05:26

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,867

Re: Disabling picom at the start (boot) [Solved]

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

#5 Today 01:35:35

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 13,152
Website

Re: Disabling picom at the start (boot) [Solved]

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 --start

Put 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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#6 Today 08:28:53

CooKiECruNChEr43
Member
Registered: 2015-10-17
Posts: 91

Re: Disabling picom at the start (boot) [Solved]

I see that the title of the post has already been changed. Thank you for your answers.

Offline

#7 Today 12:44:16

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,867

Re: Disabling picom at the start (boot) [Solved]

johnraff wrote:

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 --start

Put 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

Board footer

Powered by FluxBB