You are not logged in.
I decided to give the Carbon version a shot, but I feel like something is missing from my installation. When I first booted into a fresh system it greeted me with a terminal window with BunsenLabs specific text and prompt that some questions will be asked to fine tune the installation. However, my system decided that this is the best time to freeze and I had to do a hard reset. On next boot, the post-install script is no longer running automatically. How to run it manually, i.e., where to look for it?
Offline
You should be able to just type "bl-welcome" in terminal and it will run the welcome script.
Offline
You should be able to just type "bl-welcome" in terminal and it will run the welcome script.
TYSM, running smoothly.
Offline
The file 'bl-welcome' is in the hidden ~/.config/bunsen folder in your home folder (Ctrl+h in Thunar to show/hide hidden files, or from Thunar's main menu under "View"). When ran and completed it also creates bl-welcome-understood. bl-setup can be run to recreate the default BL configs, IIRC. Running 'bl-welcome' in a terminal is described in the first paragraph... 'If you do not want to run this script now, you can run it at a later date with the command "bl-welcome".'
Marking this thread [SOLVED]. Thanks for being a forum member!
I don't care what you do at home. Would you care to explain?
Offline
The file 'bl-welcome' is in the hidden ~/.config/bunsen folder in your home folder (Ctrl+h in Thunar to show/hide hidden files, or from Thunar's main menu under "View"). When ran and completed it also creates bl-welcome-understood.
Slight correction here:
~/.config/bunsen/bl-welcome is created the first time bl-welcome is auto-run (even if exited part-way through), so the auto-run only happens once.
~/.config/bunsen/bl-welcome-understood is created when $user responds "OK" to the Awful Warning about non-Debian repos etc so the message doesn't get repeated every time.
...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
@johnraff, more than a slight correction! ![]()
To answer the original thread title then, and correct me if I'm wrong, the file location for the "Hello!" script is /usr/bin/bl-welcome
I don't care what you do at home. Would you care to explain?
Offline
^correct!
@thomas you can find the location of any command with one of these:
type <command>
command -v <command>
which <command>
("which" is the traditional choice, but depending on the system, it can be wrong.)
...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