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

No icons with autostart in openbox #105

Closed
keiem opened this issue Feb 11, 2019 · 7 comments
Closed

No icons with autostart in openbox #105

keiem opened this issue Feb 11, 2019 · 7 comments

Comments

@keiem
Copy link

keiem commented Feb 11, 2019

When I autostart xlunch in openbox, I don't have icons on the desktop although xlunch is running. When I do a killall xlunch and start it again with xlunch -dnq then everything works as expected.

It's acustom install on manjaro linux. I have also compton and tint2 started in my autostart configuration.

@PMunch
Copy link
Collaborator

PMunch commented Feb 22, 2019

Hmm, could you try writing xlunch messages to a log file so we can see what happens? Something like xlunch 2>/tmp/xlunch.log.

@keiem
Copy link
Author

keiem commented Mar 4, 2019

I tried this but the log is empty.

@PMunch
Copy link
Collaborator

PMunch commented Mar 5, 2019

Hmm, that should mean it doesn't have anything to complain about. Can you confirm that xlunch is running on your machine, or did it stop? Do you see the background image/colour you set, or just your regular background image? It might be some race condition where it is faster to start than something it depends on, or something that draws over it.

@keiem
Copy link
Author

keiem commented Mar 5, 2019 via email

@PMunch
Copy link
Collaborator

PMunch commented Mar 5, 2019

Ah now that I think about it this might be related to another issue. See this comment, I think it's the same issue.

@fredx181
Copy link
Contributor

Ah now that I think about it this might be related to another issue. See this comment, I think it's the same issue.

Yes, that's probably it, for me also no icons show when running xlunch from openbox autostart.
Fix is to specify input e.g. -i /path/to/entries.dsv
Or use something like:

[ -f $HOME/.config/xlunch/entries.dsv ] && ENTRIES=$HOME/.config/xlunch/entries.dsv || ENTRIES=/etc/xlunch/entries.dsv
xlunch -i $ENTRIES .... ..... ....

@PMunch
Copy link
Collaborator

PMunch commented Mar 20, 2019

Closing this as a duplicate of #91

@PMunch PMunch closed this as completed Mar 20, 2019
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

3 participants