Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD InfoStoreAdd nscde_use_picom 1 enabled but picom doesn't run at startup. #184

Open
agoodfellow123 opened this issue Feb 21, 2024 · 7 comments

Comments

@agoodfellow123
Copy link

Hello, i uncommented InfoStoreAdd nscde_use_picom 1 and installed picom unfortunately picom doesn't exectute. Screen is still tearing. And when I try to put picom to .xinitrc session doesn't boot at all. I'm on FreeBSD

@Minda1975
Copy link

Minda1975 commented Feb 22, 2024

Check if picom is running. Login to nscde, open a terminal and type pgrep picom

If it not running, try run it from terminal and check terminal output.

@agoodfellow123
Copy link
Author

Hello pgrep picom returns nothing. But after launching it manually it returns a process number. So picom can't be ran at the startup.

@Minda1975
Copy link

Hello pgrep picom returns nothing. But after launching it manually it returns a process number. So picom can't be ran at the startup.

Did you use display manager? If so, which one?

@agoodfellow123
Copy link
Author

I use slim.

@Minda1975
Copy link

I use slim.

Then you have two choices: the first would be to disable slim and start NsCDE from the console by writing exec nscde to the .xinitrc file.

Another way is to rename the .xinitrc file to .xsession (or to .xsessionrc if that doesn't work) and start picom from that file.

P.S.

It is important to remember that programs that are started must have & at the end

@agoodfellow123
Copy link
Author

Hmm... Seems there is a problem with that, for example this was my .xsession:

#!/bin/sh
setxkbmap -layout es &
picom &
exec nscde &

After entering my password slim gives me an non descriptive error.

@Minda1975
Copy link

Minda1975 commented Feb 26, 2024

After entering my password slim gives me an non descriptive error.

Just remove the ampersand (&) symbol from the line exec nscde.

This line should look like this:

exec nscde

Also, the ampersand symbol in line setxkbmap -layout es &

is not required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants