You are not logged in.

#21 2019-07-17 13:31:06

Naik
Member
From: the edge of insanity
Registered: 2015-10-03
Posts: 328

Re: Experimental BunsenLabs Lithium repository has been set up

johnraff wrote:

@Naik many thanks for your careful checking!
This kind of detailed bug reporting is really appreciated.

You'r welcome!

johnraff wrote:

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

#22 2019-07-21 08:31:57

wammes
Member
From: Krupka, ČR
Registered: 2018-06-23
Posts: 32
Website

Re: Experimental BunsenLabs Lithium repository has been set up

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

#23 2019-07-21 08:41:07

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Experimental BunsenLabs Lithium repository has been set up

wammes wrote:

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.

dist-upgrade helium to buster (semi-official)


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

#24 2019-07-21 17:13:30

Naik
Member
From: the edge of insanity
Registered: 2015-10-03
Posts: 328

Re: Experimental BunsenLabs Lithium repository has been set up

wammes wrote:

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

#25 2019-07-21 18:08:12

iMBeCil
WAAAT?
From: Edrychwch o'ch cwmpas
Registered: 2015-09-29
Posts: 767

Re: Experimental BunsenLabs Lithium repository has been set up

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

#26 2019-08-21 01:01:17

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,550
Website

Re: Experimental BunsenLabs Lithium repository has been set up

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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#27 2019-08-31 09:23:40

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,737

Re: Experimental BunsenLabs Lithium repository has been set up

lithium.th.png

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

tint2.png
- 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

#28 2019-10-04 07:05:47

chrisdb
Member
Registered: 2019-09-12
Posts: 50

Re: Experimental BunsenLabs Lithium repository has been set up

Just installed the Lithium repo next to my Buster XFCE installation smile

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

#29 2019-10-04 09:04:20

rbh
Moderator
From: South of Lapplands inland
Registered: 2016-08-11
Posts: 1,921

Re: Experimental BunsenLabs Lithium repository has been set up

chrisdb wrote:

- 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

#30 2019-10-04 14:37:12

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: Experimental BunsenLabs Lithium repository has been set up

chrisdb wrote:

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

#31 2019-10-04 16:35:04

Dreezy
Member
Registered: 2016-06-21
Posts: 19

Re: Experimental BunsenLabs Lithium repository has been set up

So when is Lithium comming out? I already upgraded my base to Buster, but haven't changed to use this new PPAs yet.

Offline

#32 2019-10-05 01:48:38

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: Experimental BunsenLabs Lithium repository has been set up

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

#33 2019-10-05 07:18:24

dolly
Miss Mixunderstand
From: /lab701
Registered: 2015-10-03
Posts: 490

Re: Experimental BunsenLabs Lithium repository has been set up

^Yes, life...comes with surprises sometimes, thanks for the time perspctive anyway. smile

Offline

#34 2019-10-08 18:16:11

kozimodo
Member
Registered: 2015-10-04
Posts: 118

Re: Experimental BunsenLabs Lithium repository has been set up

Lithium is looking great -- installed on a KVM machine and have been tweaking the jgmenu configuration with malm's help.

Offline

#35 2019-10-08 18:34:32

manyroads
Member
From: around here, somewhere
Registered: 2019-04-16
Posts: 158
Website

Re: Experimental BunsenLabs Lithium repository has been set up

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

#36 2019-10-09 23:36:44

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: Experimental BunsenLabs Lithium repository has been set up

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)...

https://forums.bunsenlabs.org/viewtopic.php?id=3387


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#37 2019-10-13 07:22:30

dolly
Miss Mixunderstand
From: /lab701
Registered: 2015-10-03
Posts: 490

Re: Experimental BunsenLabs Lithium repository has been set up

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

#38 2019-10-13 07:40:19

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,550
Website

Re: Experimental BunsenLabs Lithium repository has been set up

^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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

#39 2019-10-13 13:20:00

manyroads
Member
From: around here, somewhere
Registered: 2019-04-16
Posts: 158
Website

Re: Experimental BunsenLabs Lithium repository has been set up

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

#40 2019-10-13 14:26:05

dolly
Miss Mixunderstand
From: /lab701
Registered: 2015-10-03
Posts: 490

Re: Experimental BunsenLabs Lithium repository has been set up

@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! big_smile

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. wink

Offline

Board footer

Powered by FluxBB