Openbox autostart not starting  [Solved]

Message
Author
User avatar
Kermit the Frog
Posts: 626
Joined: Mon Jul 08, 2024 8:52 am

Re: Openbox autostart not starting

#11 Post by Kermit the Frog »

Ok, mine shows

-rwxr-xr-x

So, add the x (execution bit):

Code: Select all

chmod +x autostart
(When you opened a terminal within that folder)

or just:

Code: Select all

chmod +x ~/.config/openbox/autostart

User avatar
siamhie
Global Moderator
Posts: 3418
Joined: Fri Aug 20, 2021 5:45 pm

Re: Openbox autostart not starting

#12 Post by siamhie »

Kermit the Frog wrote: Mon Nov 18, 2024 11:03 am Yes, one more typo here:
nandi wrote: Mon Nov 18, 2024 9:19 am xset -dpms 0 0 0 &

They also don't need the ampersand.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
Kermit the Frog
Posts: 626
Joined: Mon Jul 08, 2024 8:52 am

Re: Openbox autostart not starting

#13 Post by Kermit the Frog »

Yep.
Last edited by Kermit the Frog on Mon Nov 18, 2024 11:48 am, edited 1 time in total.

nandi
Posts: 35
Joined: Thu Mar 02, 2023 12:05 pm

Re: Openbox autostart not starting

#14 Post by nandi »

Looks like its working now had to change gnome polkit to lxpolkit.
Thank you very much for all the help and the comments

User avatar
siamhie
Global Moderator
Posts: 3418
Joined: Fri Aug 20, 2021 5:45 pm

Re: Openbox autostart not starting

#15 Post by siamhie »

nandi wrote: Mon Nov 18, 2024 9:19 am /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1) &

Change to this for root access.

Code: Select all

/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

nandi
Posts: 35
Joined: Thu Mar 02, 2023 12:05 pm

Re: Openbox autostart not starting

#16 Post by nandi »

Amazing yes all is working now thank you so much.

User avatar
Kermit the Frog
Posts: 626
Joined: Mon Jul 08, 2024 8:52 am

Re: Openbox autostart not starting

#17 Post by Kermit the Frog »

Glad to hear it's working now.

You can even add 1-2 more tricks, if you like only:

Code: Select all

#For some transparency (in terminal etc.)
xcompmgr -C -n &

#Sound
/usr/bin/pipewire-start &

#Start fehbg to get last background selected
~/.fehbg
( sudo apt install xcompmgr )

nandi
Posts: 35
Joined: Thu Mar 02, 2023 12:05 pm

Re: Openbox autostart not starting

#18 Post by nandi »

thats very intresting have you got
good experience with pipewire?
I remember it was not working in a past
with handbrake had to revert it to
pulseaudio true to be told that wasnt
MX Linux.

This Pc purpouse is just to run two programs gtk-pipe-viewer and vlc did not even realised that pipewire is the default sound server on it.

User avatar
Kermit the Frog
Posts: 626
Joined: Mon Jul 08, 2024 8:52 am

Re: Openbox autostart not starting

#19 Post by Kermit the Frog »

Not that I like Pipewire, just it's the default on MX-23 and it (the whole sound) gets broken if you install pulseaudio (at least here) and try to make it as in MX-21 and before...

Previously I used to use Alsa only (& Volume icon), simple, even not Pulseaudio :) : "Bitperfect" .

nandi
Posts: 35
Joined: Thu Mar 02, 2023 12:05 pm

Re: Openbox autostart not starting

#20 Post by nandi »

yes the volumeicon thats why my Mx 21 got changed to pulseaudio back then i remember now.
What do you use as a volume indicator?

Post Reply

Return to “Software / Configuration”