You are not logged in.
Yes it's taken a while... but finally we can share a beta Beryllium iso with people here on the forum for testing.
One request: please don't publicise it outside this community yet. Why not? because our online infrastructure is going through changes including - but not limited to - forum migration, and it isn't yet ready to handle an "official" release. A lot of new users with issues to sort out is not what we need right now. In fact, new user registrations on the forum are disabled right now, which wouldn't present a very welcoming first impression for someone who'd just happened upon a Beryllium iso.
Anyway:
Download
https://sourceforge.net/projects/bunsen … o/download
The final /download is optional, and omitting it makes for a simpler wget in fact.
sha256 checksum
b73f1e8b5b507c97b58929a5d5784ee1a41af9d02b25b8b379fece352d0702ea
It's beta 7 so it's already been through some bugfixing, but please post any issues or annoyances you find!
*) Small things that are easily fixed will probably make it into the final official build.
*) Likewise big troublesome things if they're show-stoppers.
*) Things that need more thought, or work, than their priority demands will go in a post-release upgrade or maybe into Boron.
I'll try to get some Release Notes written up before the official release, but I'm sure you'll all notice the new very dark "Dragon" theme by our regular contributor @sleekmason. If you want something lighter, or just to go back to the Lithium look, check out menu -> Utilities -> BLOB. I found that the dark look grows on you though - it's been my daily desktop for a couple of months now.
A few other things:
*) 32bit version should follow soon
*) netinstall script still hasn't been touched - probably post-release
*) improved welcome script that should clear up after offline installs, also offers to check for missing firmware, improved scrolling by @eight.bit.al.
*) BLOB got some more improvements
*) conky scripts allow setting a desktop if non-sticky
*) many other small tweaks & improvements
Thanks for your patience to date!
NOTE: it's fine to install off this "test" iso. The installed system will be exactly the same as the Beryllium Official Release, except possibly for small tweaks that might arrive with the next apt upgrade.
Last edited by johnraff (2022-07-21 02:22:09)
...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 )
Online
Playing with live session on a virtual machine now.
No obvious issues so far.
Very dark default theme.
/Martin
"Problems worthy of attack
prove their worth by hitting back."
Piet Hein
Offline
Posting this from bare metal install on laptop. No significant issues so far. If there is something you want me to try and break, let me know.
edit: Since you are looking for little annoyances, it balked on initial wireless network WAP/WSK install. I had to do it twice. Could have been user error. The post install script didn't like adding BL backports for images and packages. User experience has been great so far.
Last edited by a_hardwick (2022-07-18 12:24:43)
Offline
The post install script didn't like adding BL backports for images and packages.
I asume you mean the bl-welcome script. Att the present, there is no packages in bullseye-backports. The file http://pkg.bunsenlabs.org/debian/dists/ … 4/Packages is empty. Buster-backports, has only two packages: mpv and mpv-dbgsym.
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
Absolutely outstanding! I have BL in a VM and will be installing in just a bit. Noticed you added HW-probe! Nice utility.
edit: Since you are looking for little annoyances, it balked on initial wireless network WAP/WSK install. I had to do it twice. Could have been user error.
Oh man! Of the now four computers in the house, two of them have what I think may just be debian installer issues though I don't know for sure. My laptop occasionally fails to initiate networking and I have to cancel and start again. None of the others have that issue, but I have one that will fail the grub install on occasion for no good reason either.
Offline
Everything working out of the box for the live session.
screenshot or it never happened -
Last edited by PackRat (2022-07-18 19:53:43)
You must unlearn what you have learned.
-- yoda
Offline
Looks good...
When RL allows ....I'll try it.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Great job!
Works out of the box. Installed it in VirtualBox, had some weird problems to get linux-headers in order to build VirdualBox guest additions (and get a decent resolution), but it had more to do with debian installation and virtualbox itself than really with beryllium. Once set, everything seemed to work fine.
Offline
BTW it's fine to install off this "test" iso. The installed system will be exactly the same as the Beryllium Official Release, except possibly for small tweaks that might arrive with the next apt upgrade.
...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 )
Online
I have a minor question regarding changing screen resolution (seems to happen both in the current and beta):
- in the current version of Bunsen Labs, when I connect an ultrawide external monitor I run a small script to load the settings, which open ARandR. When I apply the settings, the wallpaper gets messed up as well as any open windows. I then go into wallpaper settings and click apply, and everything fixes.
- in VMware, the Beryllium Beta does a similar thing when resizing the virtual machine, and can be fixed in the same fashion (wallpaper > apply).
It is just a small inconvenience, I was just wondering if it is something that could be easily remedied, or is more involved in the display manager or something.
Bunsen Labs has been my main distro for years and I absulutely love it - it has never let me down. Like most longer term Linux users I've tried and used dozens of distros over the past couple of decades. I like Bunsen Labs the best because (to me) it has the right balance of minimalism and functionality.
One last question, will it be just a simple dist-upgrade once it is released? Or any other additional steps required?
Thanks!
Offline
- in the current version of Bunsen Labs, when I connect an ultrawide external monitor I run a small script to load the settings, which open ARandR. When I apply the settings, the wallpaper gets messed up as well as any open windows. I then go into wallpaper settings and click apply, and everything fixes.
- in VMware, the Beryllium Beta does a similar thing when resizing the virtual machine, and can be fixed in the same fashion (wallpaper > apply).It is just a small inconvenience, I was just wondering if it is something that could be easily remedied, or is more involved in the display manager or something.
I handle it by either adding
nitrogen --restore
to the resolution change script or ensuring the resolution change comes before that in autostart.
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
@ WolfeN, for wm part:
If all normal stuff fails, then you could script something up,
1. if not virtual, exit, else 2. (https://ostechnix.com/check-linux-system-physical-virtual-machine/, systemd-detect-virt seems to be working as user)
2. wait for resolution to change forever (xprop -root -spy ...something), if it changes 3.
3. nitrogen --restore
4. goto 2
(Such script could be run from openbox autostart)
edit: working (for me) example, tested only in wmware (should work with oracle as well).
Last edited by brontosaurusrex (2022-07-21 20:23:59)
Offline
One last question, will it be just a simple dist-upgrade once it is released? Or any other additional steps required?
Not even a dist-upgrade will be needed. This test iso is already configured for the official BL Beryllium apt repositories, so if you install from it, all you'll have to do in the future is the regular apt update/upgrade you do anyway. Any glitches we might find in the system before the official release will be fixed via package upgrades.
At the moment the official Beryllium repository is not being upgraded, but that will be restored before the official release.
...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 )
Online
WolfeN wrote:- in the current version of Bunsen Labs, when I connect an ultrawide external monitor I run a small script to load the settings, which open ARandR. When I apply the settings, the wallpaper gets messed up as well as any open windows. I then go into wallpaper settings and click apply, and everything fixes.
- in VMware, the Beryllium Beta does a similar thing when resizing the virtual machine, and can be fixed in the same fashion (wallpaper > apply).It is just a small inconvenience, I was just wondering if it is something that could be easily remedied, or is more involved in the display manager or something.
I handle it by either adding
nitrogen --restore
to the resolution change script or ensuring the resolution change comes before that in autostart.
That works awesome - thanks!
Offline
Downloading it now. We give it test run in live mode when I get a chance.
I use Arch BTW! If it is not rolling, it is stagnant!
RebornOS, EndeavourOS, Archbang, Artix,
Linuxhub Prime, Manjaro, Void, PCLinuxOS
Offline
Okay tested this ISO in Vbox and it installed quite swiftly. Loving the dark theme for the installer...nice touch. The new items in the bl-welcome are great additions.
First run after install gave me black screen in vbox so rebooted to console mode and installed the VBox Guest additions along with the required deps and kernel headers. The next reboot greeted me with a nice BL login screen and then was able to login and adjust vbox to full screen. This seems to be the only quibble I had with trying the new BL release in a VM. Bare metal should be no issues there.
In all it appears to be a very nice release...and I am sure there will be some little niggles to work out before releasing the final build.
Nice work BL team!
Real Men Use Linux
Offline
hi, i testing today Beryllium, good work ! I like so much.
I think that the search menu browser is not working, is it?
thanks !
Offline
Thanks everyone for checking it out, and the encouragement!
First run after install gave me black screen in vbox so rebooted to console mode and installed the VBox Guest additions along with the required deps and kernel headers. The next reboot greeted me with a nice BL login screen and then was able to login and adjust vbox to full screen. This seems to be the only quibble I had with trying the new BL release in a VM.
Maybe we could add that hint to the Release Notes, even if it's not BL-specific? I seem to remember having to do something like that, some years ago.
I think that the search menu browser is not working, is it?
Hi exe, you mean the regular jgmenu that comes up if you right-click on the screen, or use the flame icon on the bottom-left? There's no "search box", you just start typing when the menu opens and the items will change to match.
...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 )
Online
Hi All,
I've recently installed Beryllium 64 bit. I am not a linux expert by any stretch of the imagination but have used all the previous releases.
I use the system headless connecting to it with XRDP as it suits my purposes and would like to make the following observations.
When connecting using Remote Desktop I get a message about running "Conky" which I don't need as I prefer it the same as as a non remote logon.
I can not open some of the applications- File Manager for example without using the terminal and to get that to work I have to enter the following
xhost +
sudo thunar
thunar
and
xhost +
thunar
Does not work - thunar does not open so I end up having to use thunar as root
Apart from this everything seems to work very well for me and I like the new release. I just don't have the knowledge to change things.
Regards Keith
Offline
Hello! Thanks for building new version of Bunsenlabs!
Installed fine on desktop with wired connection. In the welcome script I chose Bunsen Images Archives and isenkram-cli and it failed to install.
"Unable to locate package bunsen-images-archives"
"Failed to install isenkram-cli bunsen-images-archives."
Other than that everything is fine.
I noticed ram usage on boot is around 700mb vs 300mb for Lithium, do you know why?
Also nvidia drivers from debian repo failed to work for some reason but from nvidia website installed fine, maybe my error?
Offline