You are not logged in.
I've noticed from looking in the BunsenLabs GitHub Repo that bl-exit is still written in Python 2.8, and I was thinking it may be beneficial to make a new version in Python 3.
I may be able to write the code for it, and even utilize the shell code from the current version of bl-exit (mostly so I don't need to rewrite the CLI version), but I am not sure if this is something that is wanted for BunsenLabs. I also am not sure how soon I would be able to write it, and I'm not sure if it would take up more space or less space in BL.
I'd probably be writing it on Boron until Carbon comes out, but I'll see what kind of GUI options I have.
Been using BunsenLabs since Hydrogen
Offline
It's a question for @johnraff, who is in Japan, so check back for a response in about 12 hours. Welcome to the forums, @RobiWan!
I don't care what you do at home. Would you care to explain?
Offline
bl-exit no longer uses python at all.
The current version is a bash script and the "bunsen-exit-python" package is no longer provided. The python code has only stayed in the repo for reference by those who might want to go on using it. It hasn't been tested recently, quite likely no longer works and has been dropped from the repository in Carbon.
Here's the current bl-exit:
https://github.com/BunsenLabs/bunsen-exit/tree/carbon
...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
That is good to know, thanks. I am not against doing something else Python related for BunsenLabs
Been using BunsenLabs since Hydrogen
Offline
Not much to add here, just wanted to say I checked out that script and this part caught my eye:
## Since systemd users like systemd specific commands so much, here's ##
## a system exit dialogue that uses systemd's calls for every power ##
## or session control action, while remaining compatible with ##
## non-systemd systems.
That is brilliant and elegant policy, wish more folks thought like that, really nice work once again guys.
Offline
^Credit where it's due: it's the work of forum member @Bearded_Blunder.
But that thinking is certainly consistent with BunsenLabs policy.
...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
Looking around in the forums, I noticed that early on in Debian 13, yad was missing, it has returned (which is good, as it seems that many things use it). If yad were to be removed from Debian, or development was halted indefinitely; would bl-exit be moved to zenity, or would something else be done?
Last edited by RobiWanKenobi (2025-04-15 15:53:56)
Been using BunsenLabs since Hydrogen
Offline
@micko01 is developing a YAD alternative: https://github.com/01micko/gtk3dialog
Forum thread here: https://forums.bunsenlabs.org/viewtopic.php?id=9274
Offline