You are not logged in.
But if you're eager for BL on Buster why not do a Buster netinstall add the experimental repo and add BL from the metapackage? That's what this thread is all about, after all. It will be quite easy to switch to the regular BL repos later, after the official release.
That's exactly what I did for Stretch on my work machine two years ago.
--Ben
BL / MX / Raspbian... and a whole bunch of RHEL boxes. :)
Offline
Hi Ghorvath!
Now that a lot of development is going towards the possibility of using other WMs, will there be a page in bunsen-welcome, where the user could ask for installing, say, xfwm4, and then would get it completely bunsenified by the script?
Yes, some hours have gone into making it easier for users to change window manager. At this point, though, there are many more urgent things to be done before Lithium is released, so going as far as complete automation for switching to certain popular WMs is not likely to happen soon. It's already much easier to bunsenify a different WM than it was, IMO.
Raspberry Pi 4 is now basically as strong as a complete PC. Is there a chance to provide armhf support, maybe some netinstall script that can be used to set up a Bunsenlabs feel on Raspbian buster (already out).
Our packages are already released with armhf builds along with amd64 and i386. However that build gets much less testing than the others, so complete absence of bugs is not guaranteed. If you'd like to try the existing netinstall script on a basic raspbian system, and report back in a new topic in this "Development & Suggestions" forum with your results, it would speed up the process of getting a dedicated Raspbian script off the ground. (Note: there is no Lithium branch yet. That should arrive before long.)
And thanks for the suggestions.
...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
@hhh, @johnraff Thanks for the quick answers. I understand that there are a lot of more important things to do. In any case, these can be added at a later stage.
As for testing the Raspbian builds: Thanks for letting me know that armhf is already supported. I probably will check out the Lithium script whenever it will be ready. However, it might be from xfce4, instead of openbox.
I am in the process of purchasing a Pi4 (out of stock in Europe....). I mostly will use the dual screen for logging in from home to my workplace. As that is not working properly from pure openbox (original thread is here: https://forums.bunsenlabs.org/viewtopic.php?id=5814), I'll almost surely will use xfce4, and probably will cut back on using openbox (if at all).
So I will probably try to bunsenify the xfce4. And as I understand, that would be 100x easier using Lithium than Helium.
Offline
bunsenify the xfce4
There are two things this might mean:
1) Start from a basic BunsenLabs install, change window manager to xfwm4 and add any other xfce apps you think you need.
2) Start from a basic xfce4 system and change the appearance to look like BunsenLabs, possibly adding some BL scripts or utilities.
The changes made in the way a Lithium session starts up were intended to make option 1) easier.
...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
ghorvath wrote:bunsenify the xfce4
There are two things this might mean:
1) Start from a basic BunsenLabs install, change window manager to xfwm4 and add any other xfce apps you think you need.
The changes made in the way a Lithium session starts up were intended to make option 1) easier.
Add a full xfce4 session (not tested by me, but I will. This sounds fun...)
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
ghorvath wrote:bunsenify the xfce4
There are two things this might mean:
1) Start from a basic BunsenLabs install, change window manager to xfwm4 and add any other xfce apps you think you need.
2) Start from a basic xfce4 system and change the appearance to look like BunsenLabs, possibly adding some BL scripts or utilities.
The changes made in the way a Lithium session starts up were intended to make option 1) easier.
Hm, to be honest, I was rather thinking about the second option. That is, I may go with installing debian with xfce4 desktop environment, and then maybe add the Bunsen repos, and see what I would want to grab from there.
Offline
Hello, I have recently bought a Pinebook laptop with arm64 architecture. Soon there will be new images for Armbian Buster. I'd like to setup my Armbian with Bunsen packages. What about providing arm64 debs in addition to armhf in the future? Thanks!
Offline
I'm also in favour of at least an i3-gaps bunsenified flavour.
Last edited by jalfonsi (2019-07-08 10:56:33)
Offline
I just did a debian netinst + BL setup, but jgmenu seems to be broken. Actually, it didn't install it and trying to call up a menu tole me jgmenu_run was missing. After installing it, it just drops a
fatal: cannot fine a menu file
fatal: file did not contain any menu items
in my xsession-errors every time I click.
I'm not sure how to point it to the one you've provided.
--Ben
BL / MX / Raspbian... and a whole bunch of RHEL boxes. :)
Offline
Have you installed bunsen-configs and run bl-user-setup --refresh
Offline
Or just copy from /etc/skel to ~/.config/jgmenu
Offline
Have you installed lxmenu-data?
Offline
1. bunsen-configs is installed
2. I did run bl-user-setup --refresh (but this was on a fresh install). I also did an rm -rf ~/.config/ .
3. I also tried copying the /usr/share/bunsen/skel/.config/jgmenu into ~/.config
4. lxmenu-data is not installed.
(type type type)
Well, there it is! Thanks! Looks like there is a missing dependency or three.
--Ben
BL / MX / Raspbian... and a whole bunch of RHEL boxes. :)
Offline
^lxmenu-data is in the depends of bunsen-configs, but it's a Recommends: not a hard Depends:
This is because there might be people who do not want the jgmenu applications menu, but if you installed BL from the metapackage without recommends then you won't have got it.
Maybe lxmenu-data and some other recent recommends of bunsen-configs should be added to the depends of bunsen-meta-all.
...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
Yes, with the current jgmenu and prepend.csv, we need a menu package. I think lxmenu-data is best.
Offline
I might have read the wrong doc that says to do a
apt install --no-recommends bunsen-meta-all
after the netinst.
Edit: fixed so as to not lead anyone astray. Yes, I slipped up and typed yum initially.
Last edited by bigbenaugust (2019-07-11 02:05:56)
--Ben
BL / MX / Raspbian... and a whole bunch of RHEL boxes. :)
Offline
I might have read the wrong doc that says to do a
yum install --no-recommends bunsen-meta-all
after the netinst.
Yum (and dnf in newer Fedora releases) is the package tool for Fedora/RHEL
Last edited by DeepDayze (2019-07-11 01:01:51)
Real Men Use Linux
Offline
bigbenaugust wrote:I might have read the wrong doc that says to do a
yum install --no-recommends bunsen-meta-all
after the netinst.
Yum (and dnf in newer Fedora releases) is the package tool for Fedora/RHEL
Blast it! This is what I get for working with several hundred RHEL boxes every day, then coming home to Debian!
Of course, I meant apt!
--Ben
BL / MX / Raspbian... and a whole bunch of RHEL boxes. :)
Offline
...but anyway, you're right that the docs suggest bunsen-meta-all is installed without recommends (to avoid a recursive avalanche), so indeed a couple more necessary packages need adding to its Depends.
The idea is that cherry-pickers should be able to install individual components of BL without dragging in too much unwanted bloat, but the metapackage is aimed at people who want the default BL setup in one fell swoop, so should depend on everything needed. Package upgrade coming soon...
bunsen-meta-all 10.0.1-4 now released.
Last edited by johnraff (2019-07-11 07:17:37)
...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
DeepDayze wrote:bigbenaugust wrote:I might have read the wrong doc that says to do a
yum install --no-recommends bunsen-meta-all
after the netinst.
Yum (and dnf in newer Fedora releases) is the package tool for Fedora/RHEL
Blast it! This is what I get for working with several hundred RHEL boxes every day, then coming home to Debian!
![]()
Of course, I meant apt!
LOL, besides the switches to the command are wrong anyway for yum
Maybe you got Fedebian (Fedora and Debian mashup)!
On topic, bet soon Lithium will see the light of day
Last edited by DeepDayze (2019-07-11 16:01:56)
Real Men Use Linux
Offline