You are not logged in.
@Naik many thanks for your careful checking!
This kind of detailed bug reporting is really appreciated.
You'r welcome!
It's true that we noticed the Lithium bunsen-os-release issue (changes from stretch to buster) a while ago, but it had been laid aside... It will have to be fixed before the Lithium release though, because it affects how the distribution is presented in the grub menu.
Don't hesitate. It is all good for now and the simple fact that some of us (well, me) are a little impatient, shouldn't bother you all.
naik --greetz
"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen Codeberg
Offline
Will it be possible to upgrade form Helium to Lithium? I see there is still no official ISO for Debian10 and I'm at the brink of reinstalling Bunsenlabs. I don't like the fact that it will be an old version of Debian though, so I'm thinking of waiting a little while untill the new version comes out. OR, I could reinstall Helium and upgrade afterwards, if that is possible.
Offline
Will it be possible to upgrade form Helium to Lithium? I see there is still no official ISO for Debian10 and I'm at the brink of reinstalling Bunsenlabs. I don't like the fact that it will be an old version of Debian though, so I'm thinking of waiting a little while untill the new version comes out. OR, I could reinstall Helium and upgrade afterwards, if that is possible.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Will it be possible to upgrade form Helium to Lithium? I see there is still no official ISO for Debian10 and I'm at the brink of reinstalling Bunsenlabs. I don't like the fact that it will be an old version of Debian though, so I'm thinking of waiting a little while untill the new version comes out. OR, I could reinstall Helium and upgrade afterwards, if that is possible.
As stated erlier, I did so.
"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen Codeberg
Offline
Also: BL-helium to BL-lithium (forum post on BL forum).
Last edited by iMBeCil (2019-07-21 18:08:58)
Postpone all your duties; if you die, you won't have to do them ..
Offline
The test wallpaper is now in bunsen-images 10.2-1 as BL-Lithium.png and BL-Lithium-logo-only.png.
Higher definition and different aspect ratio versions will arrive later, this is just a taste.
The new provisional themes are also in bunsen-themes 10.0.3-1. They will also likely be tweaked a bit.
...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
Assuming this is not the final thing/look, or with other words, what parts can I 'comment/try to fix'?
jgmenu
- Starting to type to find 'tint2 chooser' and it doesn't (assuming due to the fact those are pipe-menus).
default tint2 (assuming this is final one)
- Power button seems big compared to other elements
possible fix, tint2rc, line 254
button_max_icon_size = 20
- Padding between launcher buttons seems to small compared to tray icons.
- Bunsen jgmenu logo could be a pixel or two bigger
possible fix, tint2rc, lines 234-237
button_padding = 0 0
button_background_id = 0
button_centered = 1
button_max_icon_size = 100
- There is no clear separation between launcher and taskbar, slightly confusing (No launchers on ^ that image)
- Middle mice brings some openbox menu, instead of killing the app (subjective)
fix, in tint2rc, line 199
mouse_middle = close
lxterminal
- No way to change line-height (unfixable at the moment)
- Font seems small and fuzzy
possible fix: another font and bigger (Fantasque Sans Mono Regular 12 - seems nice and in repos)
- Default prompt gives no indication on exit status (should provide something on error)
Silly example
# promp error
smiley()
{
if [ $? != 0 ]; then
echo ':( '
else
echo ':) '
fi
}
and prompt could be (there is many 'ifs' there, not sure how to handle those)
PS1='$(smiley)${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
gives
:) b@lithium:~$ sdfsdf
bash: sdfsdf: command not found
:( b@lithium:~$
Let's implement
- Right-mouse-hold-down scroling (starts from openbox autostart), window resizing should not be alt+right mouse from then on.
- fzf installed and on by default (interesting ctrl+r and ctrl+t hotkeys in terminal), apt install fzf and this in .bashrc
# fzf /usr/share/doc/fzf/README.Debian
source /usr/share/doc/fzf/examples/key-bindings.bash
to be continued ...
Last edited by brontosaurusrex (2019-08-31 19:38:28)
Offline
Just installed the Lithium repo next to my Buster XFCE installation
Here are my remarks
- My graphics run on AMD, but the installation of the intel graphics messed with LightDM. As a result, LightDM would not start. Turned out to be a problem with Xorg (no screens found). I fixed this by removing the 20-intel.conf file under xorg.conf.d
Extra info from output of lspci:
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Carrizo (rev ca)
Subsystem: Lenovo Wani [Radeon R5/R6/R7 Graphics]
Kernel driver in use: amdgpu
Kernel modules: amdgpu
- The jgmenu looked very minimalistic (plain color, margins too close to each other)
what is the recommended way to change this? Changing the theme in appearance did not influence this. Is it supposed to look this way on a fresh install? sorry, don't have a screenshot available right now..
Last edited by chrisdb (2019-10-04 07:06:53)
Offline
- My graphics run on AMD, but the installation of the intel graphics messed with LightDM. As a result, LightDM would not start. Turned out to be a problem with Xorg (no screens found).
I've had problem with Radeon HD 4250. I think its busters firmware that is buggy...
- The jgmenu looked very minimalistic (plain color, margins too close to each other)
what is the recommended way to change this? Changing the theme in appearance did not influence this.
Yes, it is supposed to be minimalistic, but configurable.
Under Preferences => Jgemenu, you can choose to sync theme to jgemnu.
Also choose to edit config file jgmenurc.
// 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
I fixed this by removing the 20-intel.conf file under xorg.conf.d
Mea culpa. This fixes graphics issues on my system but causes problems in others. We're removing it and will recommend it to users as needed.
- The jgmenu looked very minimalistic (plain color, margins too close to each other)
what is the recommended way to change this? Changing the theme in appearance did not influence this. Is it supposed to look this way on a fresh install? sorry, don't have a screenshot available right now..
If syncing the theme doesn't produce the desired result, you'll have to manually alter the config file. @malm can give you more info..
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
So when is Lithium comming out? I already upgraded my base to Buster, but haven't changed to use this new PPAs yet.
Offline
When it's ready.
We'll have a 64bit public (forum) testing ISO out soon, within a month. Hopefully sooner, but, you know, life...
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
^Yes, life...comes with surprises sometimes, thanks for the time perspctive anyway.
Offline
Lithium is looking great -- installed on a KVM machine and have been tweaking the jgmenu configuration with malm's help.
Offline
Just a thought on the current experimental Lithium version (I am running on MX19b3, also experimental)... I added Head_on_a_stick' obmenu-generator repackage/rebuild for Buster. It works wonderfully. You may wish to include it in a future update. I found it here:
https://software.opensuse.org/download. … -generator
Last edited by manyroads (2019-10-08 18:34:56)
Pax vobiscum,
Mark Rabideau - https://many-roads.com https:/eirenicon.org
i3wm, dwm, hlwm on sid/ arch ~ Reg. Linux User #449130
"For every complex problem there is an answer that is clear, simple, and wrong." H. L. Mencken
Offline
obmenu-generator is easily available and easily implemented, as you've discovered, and it's a great option (I've used it before).
We're focused on jgmenu for lithium, but feel free to recommend obmenu-generator as an option in general, and especially in relevant support threads here. Thanks for the suggestion!
More info here (Dynamic menus on BunsenLabs- A Comprehensive Guide)...
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
When Lithium goes from testing to stable, will the changes in the source list be handled through an update? Or will it require manual intervention by the user?
Offline
^The BunsenLabs sources will have to be edited manually to use the "official" repository.
It's only one line in one file though, and we'll try to post it prominently.
...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
Along similar lines @johnraff. Will the updated Lithium repos continue to work with other dstros like MX and antiX, as they do today?
Last edited by manyroads (2019-10-13 13:21:13)
Pax vobiscum,
Mark Rabideau - https://many-roads.com https:/eirenicon.org
i3wm, dwm, hlwm on sid/ arch ~ Reg. Linux User #449130
"For every complex problem there is an answer that is clear, simple, and wrong." H. L. Mencken
Offline
@johnraff, thank you for the swift response. I am thinking of expanding Lithium to my work laptop to be, it might be a little bit early yet, but who dares wins!
Well, I am not worried really, it is Debian stable after all. And yes, I do understand that it is all on my own risk.
Offline