You are not logged in.
^ Yes, we set the Openbox desktop to leave a clear margin at the top of the screen to allow use of the right-click menu even if an application is full-screened.
Edit rc.xml to change it (look for the <margins></margins> bit):
https://github.com/BunsenLabs/bunsen-co … c.xml#L167
I think it is actually a vestige from our #! days — tint2 is configured to allow the openbox menu to show when right-clicked on so it doesn't seem to be needed at all really (IMO).
Let's take it out of rc.xml for Helium anyway. (Tint2 also seems to have a 1px margin in tint2rc.)
...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
Erm so how do we make volume regulation icon visible? I have sound but no option for it regulation ^.^
Offline
how do we make volume regulation icon visible?
The volume icon in Helium is created by pnmixer, is that running?
pgrep pnmixer >/dev/null 2>&1 && echo yup || echo nope
If not, is there an entry for it in the autostart file?
grep pnmixer ~/.config/openbox/autostart
If there is a(n uncommented) line for the program, is the package installed?
apt-cache policy pnmixer
Offline
First I probably should mention that sound regulation disappeared after sound confing update ^.^
The volume icon in Helium is created by pnmixer, is that running?
pgrep pnmixer >/dev/null 2>&1 && echo yup || echo nope
If not, is there an entry for it in the autostart file?
grep pnmixer ~/.config/openbox/autostart
If there is a(n uncommented) line for the program, is the package installed?
apt-cache policy pnmixer
1 - nope
2 - pnmixer &
3 -
Installed: (none)
Candidate: 0.6.1-1
Version tabel:
0.6.1-1 500
500 http://httpredir.debian.org/debian stretch/main i386 Packages
Offline
^ What happens if we try to install it?
aptitude install --simulate pnmixer
Offline
Erm I installed it without simulation and now (except from fugly looking icon ) everything is fine, it works as it is supposed to be
Thank you very much ^.^
Offline
Guys, will we be able to upgrade to Helium from Deuterium, because I like stable distros that support upgrading without fresh installs, and also light weight. I know bunsen is lightweigtht, but will it support upgrades, not just point releases?
Offline
I installed it without simulation and now [...] everything is fine, it works as it is supposed to be
OK, thanks for the feedback.
That package should have been installed by our script, were there any error messages when you ran it?
Offline
No error messages
Offline
will we be able to upgrade to Helium from Deuterium
I have done that with a few test systems and several users have also reported success but YMMV.
I think the best advice is to follow Debian's official guide for upgrading from jessie to stretch:
https://www.debian.org/releases/stretch … ng.en.html
Once the Debian packages are upgraded then our Helium-dev repositories can be swapped in and the box `dist-upgrade`d again.
I like stable distros that support upgrading without fresh installs, and also light weight. I know bunsen is lightweigtht, but will it support upgrades, not just point releases?
That depends what you mean by "support"
I am always happy to try to help resolve any issues that arise, as are most of our very helpful community, so in that respect you're covered.
However, I do think that the official advice will be that a reinstall is the only Approved Upgrade Path™
Offline
No error messages
How strange
Do you have the log from the install script, perchance?
(~/.cache/bunsen-netinstall-logs/install.log)
Offline
Guys, will we be able to upgrade to Helium from Deuterium, because I like stable distros that support upgrading without fresh installs, and also light weight. I know bunsen is lightweigtht, but will it support upgrades, not just point releases?
As HoaS said, it's just an upgrade from jessie to stretch. Light-locker is probably the most problematic, but almost any problem is surmountable with forum support. Try it and open a thread for each of your issues, please!
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
I did this machine by installing vanilla Stretch from the netinstall image (maybe I specified LXDE desktop) and then adding the BL helium-dev repos and doing a:
sudo apt install bunsen-meta-all
--Ben
BL / MX / Raspbian... and a whole bunch of RHEL boxes. :)
Offline
Narmo wrote:No error messages
How strange
Do you have the log from the install script, perchance?
(~/.cache/bunsen-netinstall-logs/install.log)
Well, my installation wasn't netinstall version but update from Deuterium, so I don't have this log
Offline
my installation wasn't netinstall version but update from Deuterium
*sighs*
Well, that would explain things then.
Such an upgrade is currently _not_ supported by the BunsenLabs developers and is _not_ covered by this guide — if you have problems with a `dist-upgrade`d Deuterium (or Hydrogen) system then please open a separate support thread about it, thanks.
Offline
Except sticking out a little sound icon everything is very good and I hope so it will stay like that until the next release ^.^ If not will open new thread
Offline
I did this machine by installing vanilla Stretch from the netinstall image (maybe I specified LXDE desktop) and then adding the BL helium-dev repos and doing a:
sudo apt install bunsen-meta-all
Please download and run the netinstall script, it is likely that your system is not complete.
Offline
bigbenaugust wrote:I did this machine by installing vanilla Stretch from the netinstall image (maybe I specified LXDE desktop) and then adding the BL helium-dev repos and doing a:
sudo apt install bunsen-meta-all
Please download and run the netinstall script, it is likely that your system is not complete.
I'm not actually sure it was a netinstall, it was in June/July-ish, not too long after Stretch came out. Some details may have been lost due to sleep-deprivation.
--Ben
BL / MX / Raspbian... and a whole bunch of RHEL boxes. :)
Offline
hi guys,
Could someone with Stretch installed via netinstall ISO write what mount options he has in fstab / declaration?
And also - if grub was installed - what are the default kernel boot parameters in stretch...
Offline
Could someone with Stretch installed via netinstall ISO write what mount options he has in fstab / declaration?
~ $ cat /etc/fstab
# UNCONFIGURED FSTAB FOR BASE SYSTEM
~ $
The kernel has decided to mount it thusly:
~ $ grep /dev/sda4 /proc/self/mounts
/dev/sda4 / btrfs rw,relatime,ssd,space_cache,subvolid=987,subvol=/testbed 0 0
~ $
You can get away with "rw" and nothing else, unless you have special requirements.
what are the default kernel boot parameters in stretch
Mine are somewhat non-standard:
~ $ cat /proc/cmdline
BOOT_IMAGE=/testbed/vmlinuz root=/dev/sda4 rw rootflags=subvol=testbed quiet zswap.enabled=1 apparmor=1 security=apparmor panic=0 snd-hda-intel.index=1 scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y
~ $
The system should boot just fine with "rw" and nothing else after the "root=" bit, unless you have special requirements.
Offline