You are not logged in.

#1 2023-07-18 07:47:59

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

Boron alpha 1 iso available for testing and feedback

There are still some issues to fix, and multiple corners that need polishing, but this iso will give you an idea of what the Boron release is goig to look like:
https://sourceforge.net/projects/bunsen … hybrid.iso
sha256 checksum: ddc884ecc521ece39847e666815c89655925d8a7da4ad5a4364f322b2a95aa5a

Anyone with a machine or VM available, please take it for a spin, and post your comments, bugs and suggestions here - for small things - or in a dedicated thread for things that might need some discussion.

Thanks! smile

-mod edit by hhh- stickied

Last edited by hhh (2023-10-08 15:07:39)


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

#2 2023-07-18 08:00:27

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

Re: Boron alpha 1 iso available for testing and feedback

Boron alpha 1 known issues

1) A big one right now is that the installer fails to remove the special live packages at the end of the install process. This is already understood, and will be fixed in the next iso, but for now please run this after installation:

sudo apt purge live-boot live-config live-config-systemd live-boot-initramfs-tools

And it might be better to do a reboot at that point.

2) While the bunsenlabs backports repository is enabled out of the box, xfce4-power-manager is installed from Debian. To get our patched version, which is supposed to fix the well-known tint2 system tray icon issue, run:

apt policy xfce4-power-manager

to confirm that our backports version is available, then:

sudo apt install -t bookworm-backports xfce4-power-manager

3) A bug in the Debian installer puts unwanted raspberry pi firmware in a normal amd64 installation, causing problems with apt operations. Please see here for how to fix it. A workaround will be included in the forthcoming Beta amd64 iso, and is already in the i386 32 bit Beta iso.

4)... others will be added here as they are found. smile

Last edited by johnraff (2023-09-19 02:01:33)


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

#3 2023-07-18 09:16:47

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,641

Re: Boron alpha 1 iso available for testing and feedback

The download of 1.8GB with ~350 KB/s is unacceptable for me. I'm sorry.

Offline

#4 2023-07-18 14:31:44

dmontaine
Member
Registered: 2017-02-14
Posts: 79

Re: Boron alpha 1 iso available for testing and feedback

Installation on bare met al LG UltraPC 16 laptop with Ryzen 7 and AMD graphics

Installation went fine. However running suggested command

sudo apt purge live-boot live-config live-config-systemd systemd-sysv

after installation borked the system. Removed network conectivity and on reboot it booted to the command line. After logging in and issuing 'startx', the GUI loaded but the system was frozen.  Removing systemd-sysv is the problem.

Speed of download was OK (about 15 minutes).  It will get better once the ISO has propagated to some additional mirrors

Offline

#5 2023-07-19 00:40:00

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

Re: Boron alpha 1 iso available for testing and feedback

dmontaine wrote:

...running suggested command

sudo apt purge live-boot live-config live-config-systemd systemd-sysv

after installation borked the system.
...
Removing systemd-sysv is the problem.

Confirmed! Many thanks for catching this.

On the newly-installed VM:

john@boron-a1:~$ sudo apt purge systemd-sysv
[sudo] password for john: 
...
The following packages will be REMOVED:
  bunsen-exit* dbus-user-session* gdebi* gparted* libpam-systemd*
  light-locker* lightdm* modemmanager* network-manager* network-manager-gnome*
  pkexec* policykit-1* policykit-1-gnome* polkitd* polkitd-pkla* synaptic*
  systemd-sysv*
The following NEW packages will be installed:
  initscripts insserv orphan-sysvinit-scripts startpar sysv-rc sysvinit-core
0 upgraded, 6 newly installed, 17 to remove and 5 not upgraded.
Need to get 391 kB of archives.
After this operation, 38.5 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.

A whole lot of necessary packages there, so I aborted. sad
The reason I put systemd-sysv in the remove list was that live-build adds it to its live package list. Those packages used to be removed at the end of the install process.

Anyway, post edited while I look into this a bit closer...


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

#6 2023-07-19 02:12:06

dmontaine
Member
Registered: 2017-02-14
Posts: 79

Re: Boron alpha 1 iso available for testing and feedback

When trying to remove the install packages, this is the error I got

$ sudo apt purge live-boot live-config live-config-systemd live-boot-initramfs-tools
[sudo] password for brg:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  live-boot* live-boot-initramfs-tools* live-config* live-config-systemd*
0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
After this operation, 288 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 130201 files and directories currently installed.)
Removing live-boot (1:20230131) ...
Removing live-boot-initramfs-tools (1:20230131) ...
update-initramfs: deferring update (trigger activated)
Removing live-config (11.0.3+nmu1) ...
Removing live-config-systemd (11.0.3+nmu1) ...
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned
error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)


This causes a problem in that all uses of 'apt' after this point throw the same error.

Last edited by dmontaine (2023-07-19 02:14:54)

Offline

#7 2023-07-19 05:32:32

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

Re: Boron alpha 1 iso available for testing and feedback

Why have you got raspi-firmware?
Are you on a raspberry-pi here?
If not, try removing  raspi-firmware.


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

#8 2023-07-19 05:51:17

dmontaine
Member
Registered: 2017-02-14
Posts: 79

Re: Boron alpha 1 iso available for testing and feedback

I don't know. I just did a normal install from the alpha1 iso.  I didn't add anything.  The laptop is an LG UltraPC 16 with a Ryzen 7 processor and AMD graphics.  This was installing Alpha 1 on bare metal.  Not removing  live-boot-initramfs-tools fixed the problem.  I tried to remove raspi-firmware and got this error:

The following packages will be REMOVED:
  raspi-firmware
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 22.8 MB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 249003 files and directories currently installed.)
Removing raspi-firmware (1.20220830+ds-1) ...
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64
live-boot:
W: live-boot-initramfs-tools (backend) installed without live-boot,
W: this initramfs will *NOT* have live support.
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned
error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

Offline

#9 2023-07-19 05:53:03

dmontaine
Member
Registered: 2017-02-14
Posts: 79

Re: Boron alpha 1 iso available for testing and feedback

I then did sudo apt autoremove and got this

brg@nbk:~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  live-boot-initramfs-tools
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 25.6 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 248975 files and directories currently installed.)
Removing live-boot-initramfs-tools (1:20230131) ...
update-initramfs: deferring update (trigger activated)
Setting up initramfs-tools (0.142) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return c
ode 1
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned
error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)


The end result was that trying to remove raspi-firmware borked the install again

Last edited by dmontaine (2023-07-19 05:59:27)

Offline

#10 2023-07-19 06:23:40

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

Re: Boron alpha 1 iso available for testing and feedback

It looks more to me that the presence of raspi-firmware is the problem.
You removed live-boot-initramfs-tools, which is not needed on an installed system, OK.
The presence of raspi-firmware is puzzling:

apt show raspi-firmware
Package: raspi-firmware
Version: 1.20220830+ds-1
Priority: optional
Section: non-free-firmware/misc
Maintainer: pkg-raspi <pkg-raspi-maintainers@lists.alioth.debian.org>
Installed-Size: 22.8 MB
Pre-Depends: dpkg (>= 1.17.14)
Depends: dosfstools
Suggests: firmware-brcm80211, firmware-misc-nonfree, bluez-firmware
Breaks: linux-firmware-raspi3 (<< 1.20161123-2), raspi3-firmware (<< 1.20190718-1~)
Replaces: linux-firmware-raspi3 (<< 1.20161123-2), raspi3-firmware (<< 1.20190718-1~)
Homepage: https://github.com/raspberrypi/firmware
Download-Size: 4,816 kB
APT-Manual-Installed: yes
APT-Sources: https://deb.debian.org/debian bookworm/non-free-firmware amd64 Packages
Description: Raspberry Pi family GPU firmware and bootloaders
 This package contains all the proprietary files necessary to boot a
 Raspberry Pi board. This should work with all models in the 0, 1, 2, 3 and
 4 families.
 .
 Raspberry Pi is a trademark of the Raspberry Pi Foundation.

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

#11 2023-07-19 08:38:54

ceeslans
Member
Registered: 2015-09-30
Posts: 195

Re: Boron alpha 1 iso available for testing and feedback

Apparently linux-image-6.1.0-10 has the raspi-firmware issue - or at least that is what I read in some fora.
It is NOT existing in its predecessor linux-image-6.1.0-9. In fact, a number of debian-stable based distros (a.o. MX Linux) don't offer the upgrade to 6.1.0-10...
Until the storm passes, suggest that boron ships with the safe 6.1.0-9 kernel

Last edited by ceeslans (2023-07-19 08:39:34)

Offline

#12 2023-07-19 10:28:48

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,641

Re: Boron alpha 1 iso available for testing and feedback

Today the download went through with three times the speed (server in Austria). wink

I now have the live ISO running in QEMU and I suggest making the following changes in the standard conky's config file:

    minimum_width = 400, minimum_height = 0,-- width | height
    maximum_width = 1000,

    gap_x = 120,-- left | right
    gap_y = 45,-- up | down

in

    minimum_width = 00, minimum_height = 00,-- width | height
    maximum_width = 00,

    gap_x = 20,-- left | right
    gap_y = 20,-- up | down

and the change

    own_window_type = 'desktop',

in

    own_window_type = 'normal',

causes the menu to be displayed even if the Conky window is right-clicked wink


The problem with the raspi firmware can already be safely solved in the live ISO (if it is necessary for USER) with the purge command.

sudo apt purge raspi-firmware

cOKB7Mzt.png

Last edited by unklar (2023-07-19 14:37:41)

Offline

#13 2023-07-19 13:38:53

dmontaine
Member
Registered: 2017-02-14
Posts: 79

Re: Boron alpha 1 iso available for testing and feedback

On bare metal 6.1.0.10 purging raspi-firmware causes the same problem as shown above.

On screenshot above, the last line runs together in the Conky

Last edited by dmontaine (2023-07-19 13:41:50)

Offline

#14 2023-07-19 14:24:35

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,641

Re: Boron alpha 1 iso available for testing and feedback

@dmontaine,

the visible command on the screen is a simulation! That's what the -s shows you.

Uninstalling the firmware is done with

sudo apt purge raspi-firmware

Offline

#15 2023-07-19 14:30:58

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,641

Re: Boron alpha 1 iso available for testing and feedback

I also did a bare-metal installation in the meantime.

I chose the Expert mode because I want to preserve my existing swap. Nevertheless, I had killed my main boot loader because I had chosen the wrong partition. So now I had to install the alpha as my main bootloader.

As far as I can tell, all hardware is detected. Here is the QuickSystemInfo

System:
  Kernel: 6.1.0-10-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    Desktop: Openbox v: 3.6.1 Distro: BunsenLabs GNU/Linux 12 (Boron)
    base: Debian GNU/Linux 12
Machine:
  Type: Laptop System: LENOVO product: 20564QG v: ThinkPad T500
    serial: <superuser required>
  Mobo: LENOVO model: 20564QG serial: <superuser required> BIOS: LENOVO
    v: 6FET83WW (3.13 ) date: 03/15/2010
Battery:
  ID-1: BAT0 charge: 0 Wh condition: N/A volts: N/A min: 10.8 model: N/A
    status: not charging
CPU:
  Info: dual core model: Intel Core2 Duo T9400 bits: 64 type: MCP arch: Penryn
    rev: A cache: L1: 128 KiB L2: 6 MiB
  Speed (MHz): avg: 1666 high: 2533 min/max: 800/2534 boost: enabled cores:
    1: 800 2: 2533 bogomips: 10108
  Flags: ht lm nx pae sse sse2 sse3 sse4_1 ssse3 vmx
Graphics:
  Device-1: Intel Mobile 4 Series Integrated Graphics vendor: Lenovo
    driver: i915 v: kernel arch: Gen-5 bus-ID: 00:02.0
  Display: x11 server: X.Org v: 1.21.1.7 driver: X: loaded: modesetting
    unloaded: fbdev,vesa dri: crocus gpu: i915 resolution: 1680x1050~60Hz
  API: OpenGL v: 2.1 Mesa 22.3.6 renderer: Mesa Mobile Intel GM45 Express
    (CTG) direct-render: Yes
Audio:
  Device-1: Intel 82801I HD Audio vendor: Lenovo ThinkPad T400
    driver: snd_hda_intel v: kernel bus-ID: 00:1b.0
  API: ALSA v: k6.1.0-10-amd64 status: kernel-api
  Server-1: PulseAudio v: 16.1 status: active
Network:
  Device-1: Intel 82567LM Gigabit Network vendor: Lenovo ThinkPad T400
    driver: e1000e v: kernel port: 1840 bus-ID: 00:19.0
  IF: enp0s25 state: down mac: <filter>
  Device-2: Intel PRO/Wireless 5100 AGN [Shiloh] Network driver: iwlwifi
    v: kernel bus-ID: 03:00.0
  IF: wlp3s0 state: up mac: <filter>
Bluetooth:
  Device-1: Broadcom BCM2045B (BDC-2.1) [Bluetooth Controller] type: USB
    driver: btusb v: 0.8 bus-ID: 2-2:3
  Report: rfkill ID: hci0 rfk-id: 2 state: down bt-service: not found
    rfk-block: hardware: no software: no address: see --recommends
Drives:
  Local Storage: total: 149.05 GiB used: 25.09 GiB (16.8%)
  ID-1: /dev/sda vendor: Hitachi model: HTS545016B9A300 size: 149.05 GiB
Partition:
  ID-1: / size: 19.53 GiB used: 4.27 GiB (21.9%) fs: ext4 dev: /dev/sda1
Swap:
  ID-1: swap-1 type: partition size: 7.51 GiB used: 0 KiB (0.0%)
    dev: /dev/sda7
Sensors:
  System Temperatures: cpu: 36.0 C mobo: N/A
  Fan Speeds (RPM): fan-1: 1982 fan-2: 1982
Repos:
  Packages: 1274
  Active apt repos in: /etc/apt/sources.list
    1: deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
    2: deb https://deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
    3: deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
  Active apt repos in: /etc/apt/sources.list.d/bunsen.list
    1: deb https://pkg.bunsenlabs.org/debian boron main
    2: deb https://pkg.bunsenlabs.org/debian bookworm-backports main
Info:
  Processes: 161 Uptime: 48m Memory: 3.72 GiB used: 1.61 GiB (43.4%)
  Init: systemd target: graphical (5) Compilers: N/A Shell: Bash v: 5.2.15
  inxi: 3.3.26

Thanks to the team and I'll report back if I find any bugs.

Offline

#16 2023-07-19 15:51:47

dmontaine
Member
Registered: 2017-02-14
Posts: 79

Re: Boron alpha 1 iso available for testing and feedback

@unklar

"sudo apt purge raspi-firmware" is the command I used and it gave me the output I showed in the response above.  I also tried "sudo apt purge raspi-firmware  live-boot-initramfs-tools" together after reinstalling Alpha 1 and that caused the same problem.

At this point just avoiding deleting live-boot-initramfs-tools and raspi-firmware is the only way I can maintain a system where apt works.

Last edited by dmontaine (2023-07-19 15:53:16)

Offline

#17 2023-07-19 17:08:47

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,641

Re: Boron alpha 1 iso available for testing and feedback

dmontaine wrote:

@unklar

"sudo apt purge raspi-firmware" is the command I used and it gave me the output I showed in the response above.  I also tried "sudo apt purge raspi-firmware  live-boot-initramfs-tools" together after reinstalling Alpha 1 and that caused the same problem.

At this point just avoiding deleting live-boot-initramfs-tools and raspi-firmware is the only way I can maintain a system where apt works.

I don't know what it is with you?
Here apt does its work reliably:

apt policy live-boot live-config live-config-systemd live-boot-initramfs-tools
live-boot:
  Installiert:           1:20230131
  Installationskandidat: 1:20230131
  Versionstabelle:
 *** 1:20230131 500
        500 https://deb.debian.org/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
live-config:
  Installiert:           11.0.3+nmu1
  Installationskandidat: 11.0.3+nmu1
  Versionstabelle:
 *** 11.0.3+nmu1 500
        500 https://deb.debian.org/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
live-config-systemd:
  Installiert:           11.0.3+nmu1
  Installationskandidat: 11.0.3+nmu1
  Versionstabelle:
 *** 11.0.3+nmu1 500
        500 https://deb.debian.org/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
live-boot-initramfs-tools:
  Installiert:           1:20230131
  Installationskandidat: 1:20230131
  Versionstabelle:
 *** 1:20230131 500
        500 https://deb.debian.org/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
sudo apt purge live-boot live-config live-config-systemd live-boot-initramfs-tools
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Die folgenden Pakete werden ENTFERNT:
  live-boot* live-boot-initramfs-tools* live-config* live-config-systemd*
0 aktualisiert, 0 neu installiert, 4 zu entfernen und 0 nicht aktualisiert.
Nach dieser Operation werden 288 kB Plattenplatz freigegeben.
Möchten Sie fortfahren? [J/n] 
(Lese Datenbank ... 130346 Dateien und Verzeichnisse sind derzeit installiert.)
Entfernen von live-boot (1:20230131) ...
Entfernen von live-boot-initramfs-tools (1:20230131) ...
update-initramfs: deferring update (trigger activated)
Entfernen von live-config (11.0.3+nmu1) ...
Entfernen von live-config-systemd (11.0.3+nmu1) ...
Trigger für initramfs-tools (0.142) werden verarbeitet ...
update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64
I: The initramfs will attempt to resume from /dev/sda7
I: (UUID=d523e281-a701-47da-9580-6a5bdd3fd26a)
I: Set the RESUME variable to override this.
raspi-firmware: missing /boot/firmware, did you forget to mount it?
run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with return code 1
dpkg: Fehler beim Bearbeiten des Paketes initramfs-tools (--configure):
 »installiertes post-installation-Skript des Paketes initramfs-tools«-Unterprozess gab den Fehler
wert 1 zurück
Fehler traten auf beim Bearbeiten von:
 initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
sudo apt purge raspi-firmware
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Die folgenden Pakete werden ENTFERNT:
  raspi-firmware*
0 aktualisiert, 0 neu installiert, 1 zu entfernen und 0 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 22,8 MB Plattenplatz freigegeben.
Möchten Sie fortfahren? [J/n] 
(Lese Datenbank ... 130250 Dateien und Verzeichnisse sind derzeit installiert.)
Entfernen von raspi-firmware (1.20220830+ds-1) ...
initramfs-tools (0.142) wird eingerichtet ...
update-initramfs: deferring update (trigger activated)
(Lese Datenbank ... 130222 Dateien und Verzeichnisse sind derzeit installiert.)
Löschen der Konfigurationsdateien von raspi-firmware (1.20220830+ds-1) ...
Trigger für initramfs-tools (0.142) werden verarbeitet ...
update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64
I: The initramfs will attempt to resume from /dev/sda7
I: (UUID=d523e281-a701-47da-9580-6a5bdd3fd26a)
I: Set the RESUME variable to override this.
sudo apt -f install
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
apt policy live-boot live-config live-config-systemd live-boot-initramfs-tools
live-boot:
  Installiert:           (keine)
  Installationskandidat: 1:20230131
  Versionstabelle:
     1:20230131 500
        500 https://deb.debian.org/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
live-config:
  Installiert:           (keine)
  Installationskandidat: 11.0.3+nmu1
  Versionstabelle:
     11.0.3+nmu1 500
        500 https://deb.debian.org/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
live-config-systemd:
  Installiert:           (keine)
  Installationskandidat: 11.0.3+nmu1
  Versionstabelle:
     11.0.3+nmu1 500
        500 https://deb.debian.org/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status
live-boot-initramfs-tools:
  Installiert:           (keine)
  Installationskandidat: 1:20230131
  Versionstabelle:
     1:20230131 500
        500 https://deb.debian.org/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status

Offline

#18 2023-07-19 17:38:24

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,641

Re: Boron alpha 1 iso available for testing and feedback

dmontaine wrote:

...

On screenshot above, the last line runs together in the Conky

The old config uses all characters with the last line in the width. If we still want to stay with the settings 00, for width/height/max, add 5 spaces.

Super+Alt+arrow${alignr}Tile quarter-screen

in

Super+Alt+arrow     ${alignr}Tile quarter-screen

Here is my conkyrc complete (I increased the font to 11)  wink 

    font = 'Sans-serif:size=10',

in

    font = 'Sans-serif:size=11',
-- BL-Boron-conky.conf

--[[
## Bunsenlabs User config files
## All default BunsenLabs user config files are located in /usr/share/bunsen/skel.
## The script bl-user-setup copies them to the user $HOME directory on first login.
## See more info with command 'bl-user-setup --help'
]]

--[[ conky configuration
 ------------------------------
 For conky variables and commands use the terminal command:

 man conky

 ------------------------------
 BunsenLabs conky threads

 Index » Scripts, Tutorials & Tips » Conky - Calendars / Clocks / Time
 https://forums.bunsenlabs.org/viewtopic.php?id=516

 Open a thread and post conky questions in: Index » GUI & Applications
 https://forums.bunsenlabs.org/viewforum.php?id=4

 Display your completed conky and codes
 Index » Scripts, Tutorials & Tips » Show us your conky
 https://forums.bunsenlabs.org/viewtopic.php?id=512

 ------------------------------
 BunsenLabs conky scripts help
 Openbox Menu/Preferences/Conky/Conky Manager Help

 If there are one or more conkys running, it is possible to kill one conky with
 the following command, IF you used what is between the quotes to start the conky, e.g.:
 pkill -xf "conky -q -c $HOME/.config/conky/BL-Default.conkyrc"
]]


conky.config = {

--  Window Settings
    own_window = true,
    own_window_type = 'normal', --desktop',
    own_window_transparent = true,
    own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
    own_window_colour = '000000',
    own_window_class = 'Conky',
    own_window_title = 'BunsenLabs Default Conky',

-- ARGB can be used for real transparency
--own_window_argb_visual = true, -- Options: true|false

-- NOTE that a composite manager is required for real transparency and ARGB will not
-- work as desired (in most cases) in conjunction with 'own_window_type override'.
-- Use with: own_window_type = 'normal',
-- Use with: own_window_transparent = false,

-- When ARGB visuals are enabled, use the following to modify the alpha value. Valid
-- range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
--own_window_argb_value = 150,

    minimum_width = 0, minimum_height = 0,-- width | height
    maximum_width = 0,

    gap_x = 20,-- left | right
    gap_y = 20,-- up | down

    alignment = 'top_right',
--  End Window Settings


--  Font Settings
-- Use Xft (anti-aliased font and stuff)
    use_xft = true,

--font = 'Liberation Mono:bold:size=10',
--font = 'Liberation Sans:size=10',
    font = 'Sans-serif:size=11',

-- Alpha of Xft font. Must be a value at or between 1 and 0
    xftalpha = 1,

-- Force UTF8? requires XFT
    override_utf8_locale = true,

    uppercase = false,
--  End Font Settings


--  Color Settings
    draw_shades = false,
    default_shade_color = '000000',

    draw_outline = false,-- amplifies text if true
    default_outline_color = '000000',

    default_color = 'BECFCF',-- Dragon Dark foreground
--default_color = '4b8bad', -- Lithium blue
--default_color = '678b8b', -- Helium Beam green
--default_color = '656667', -- Waldorf original colour
--default_color = '7a7a7a', -- Flame  & BunsenLabs Grey
--default_color = '929292', -- BunsenLabs Grey
--default_color = 'C0C0C0', -- BunsenLabs Silver
    color0 = 'B0E0E6',-- PowderBlue
    color1 = '778899',-- LightSlateGray
    color2 = 'D8BFD8',-- Thistle
    color3 = '9ACD32',-- YellowGreen
    color4 = 'FFA07A',-- LightSalmon
    color5 = 'FFDEAD',-- NavajoWhite
    color6 = '00BFFF',-- DeepSkyBlue
    color7 = '5F9EA0',-- CadetBlue
    color8 = 'BDB76B',-- DarkKhaki
    color9 = 'C0C0C0',-- Silver
--  End Color Settings


--  Borders Section
    draw_borders = false,
-- Stippled borders?
    stippled_borders = 5,
-- border margins
    border_inner_margin = 5,
    border_outer_margin = 0,
-- border width
    border_width = 2,
-- graph borders
    draw_graph_borders = false,
--default_graph_height = 15,
--default_graph_width = 40,
--  End Borders Section


--  Miscellaneous Section
-- Boolean value, if true, Conky will be forked to background when started.
    background = true,

-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
    use_spacer = 'none',

-- Default and Minimum size is 256 - needs more for single commands that
-- "call" a lot of text IE: bash scripts
--text_buffer_size = 6144,

-- Subtract (file system) buffers from used memory?
    no_buffers = true,

-- change GiB to G and MiB to M
    short_units = true,

-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
    imlib_cache_size = 0,

-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
    double_buffer = true,

-- Maximum size of user text buffer, i.e. layout below TEXT line in config file
-- (default is 16384 bytes)
--max_user_text = 16384,

-- Desired output unit of all objects displaying a temperature. Parameters are
-- either "fahrenheit" or "celsius". The default unit is degree Celsius.
--temperature_unit = 'Fahrenheit',

-- Update interval in seconds
    update_interval = 1,

--  End Miscellaneous Section
};


conky.text = [[
#S Y S T E M    I N F O
#${hr}
#Host:${alignr}${nodename}
#Uptime:${alignr}${uptime}
#RAM:$alignr${mem} / ${memmax}
# This version reports the same (incorrect) lower RAM usage as free or htop:
#RAM:${alignr}${exec free -h --si | awk '/^Mem:/{printf $3}'} / ${memmax}
#Swap usage:${alignr}${swap} / ${swapmax}
#Disk usage:$alignr${fs_used /} / ${fs_size /}
#Root usage:$alignr${fs_used /} / ${fs_size /}
#Home usage:$alignr${fs_used /home} / ${fs_size /home}
#CPU Average:${alignr}${cpu cpu0}%
#
# Weather information from openweathermap.org can be displayed in conky by
# using the script $HOME/.config/conky/scripts/bunsenweather.sh. The openweathermap
# service requires registration in order to receive an API Key, which has to be
# added to bunsenweather.sh. For further info see this script and the following thread:
# https://forums.bunsenlabs.org/viewtopic.php?id=2060
#
# Calling bunsenweather.sh from conky works by using
# ${execpi <t> /path/to/bunsenweather.sh "yourlocation"}
# where <t> is the update interval. If "yourlocation" is not defined, the script
# sets geolocation based on your IP adress using the website ipinfo.io.
#
#W E A T H E R
#${hr}
#${execpi 600 $HOME/.config/conky/scripts/bunsenweather.sh}

S H O R T C U T    K E Y S
${hr}
Alt + F2${alignr}Run Dialog
Alt + F3${alignr}Alt Menu
Super${alignr}Main Menu
Super + Tab${alignr}Client Menu
Super + t${alignr}Terminal
Super + w${alignr}Web Browser
Super + f${alignr}File Manager
Super + e${alignr}Editor
Super + m${alignr}Media Player
Super + v${alignr}Volume Control
Super + h${alignr}Task Manager
Super + l${alignr}Lock Screen
Super + x${alignr}Logout
PrtSc${alignr}Screenshot

W I N D O W S
${hr}
Alt + Tab${alignr}Switch
Alt + F4${alignr}Close
Alt + F5${alignr}Minimize
Alt + F6${alignr}Toggle Maximize
Super+arrow${alignr}Tile half-screen
Super+Alt+arrow     ${alignr}Tile quarter-screen

]];

qJxFA8gt.png

Last edited by unklar (2023-07-20 06:44:38)

Offline

#19 2023-07-19 18:15:32

dmontaine
Member
Registered: 2017-02-14
Posts: 79

Re: Boron alpha 1 iso available for testing and feedback

@unklar

My guess, this is a AMD based laptop that was released less than a year ago, so it probably has some components that are causing problems.  As someone mentioned above, linux-image-6.1.0-10 has had problems reported on some hardware.  I will try installing Alpha 1 on an HP Elitedesk 800 Gen 2 mini that I have floating around.  My guess is that it will have no problems.

Last edited by dmontaine (2023-07-19 18:16:56)

Offline

#20 2023-07-19 20:00:57

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

Re: Boron alpha 1 iso available for testing and feedback

The OOTB notification theme is wrong, it should be changed from "default" to "Boron-light-aqua".

@unklar, thanks for reposting that conky suggestion! I haven't tried it yet but it's on my ToDo list.

@john has reminded me that my themes produce all sorts of gtk3 warnings (see your .xsession-errors file). This is harmless unless you rarely reboot your computer, but it should be addressed. I'm going to try and fix the themes by extracting the gtk.css '@import url' resource files to new css files, change the deprecated values, then use the new .css file instead. It should work.

re: removing the live-build packages problem, I think the issue should be moved to it's own thread. It's actually a minor issue IMO, the whole OS install only takes up about 4.5 GiB of space as it is now. The installed size of live-config-systemd is 23kB...

https://packages.debian.org/bookworm/li … ig-systemd


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

Offline

Board footer

Powered by FluxBB