You are not logged in.

#1 2024-06-01 03:21:32

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

June 2024 Screenshot Thread

Another month on the calendar flips, and there was much rejoicing!

weak, despondent cheers

Post your screenshots here. All operating systems, desktop managers, window managers, etc... are welcome!

We do have a thumbnail rule, no full-sized images, please. Use your favorite image host.

Thanks for your continued participation in the BunsenLabs forums.


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

Offline

#2 2024-06-01 09:43:09

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 493
Website

Re: June 2024 Screenshot Thread

Here is a shot of my recent development work - getting down to the nuts and bolts. It may only be a login screen but it's not using lightdm but greetd; a wayland compatible session manager with nwg-hello, a python3/gtk3 greeter by the fellow that made azote, fittingly, a nitrogen clone for wayland.

nwg-hellofull-size

lightdm-gtk-greeter needs to start an X session to work but what is the point of including X.org, depends and drivers to get past login if wayland is the only graphical session available? greetd can ustilise labwc (or sway, cage, hyprland etc) to run a temporary wayland session so that we can have graphical login. Still early days though.


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#3 2024-06-01 10:23:37

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: June 2024 Screenshot Thread

Gee, June already !

Top work in there @micko01

Last edited by altman (2024-06-01 10:32:15)


My Linux installs are as in my music; it s on Metal

Offline

#4 2024-06-01 23:08:24

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,854

Re: June 2024 Screenshot Thread

GzPMjvqA_t.png


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#5 2024-06-01 23:43:07

shortarcflyer
Banned
Registered: 2022-04-27
Posts: 408

Re: June 2024 Screenshot Thread

Void Linux openbox window manager.

Void-Screenshot-2024-06-01-18-41-19.jpg


I use Arch BTW!  If it is not rolling, it is stagnant!
RebornOS, EndeavourOS, Archbang, Artix,
Linuxhub Prime, Manjaro, Void, PCLinuxOS

Offline

#6 2024-06-02 05:46:42

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

Re: June 2024 Screenshot Thread

micko01 wrote:

lightdm-gtk-greeter needs to start an X session to work but what is the point of including X.org, depends and drivers to get past login if wayland is the only graphical session available?

None, except that devs, their apps and users will take time to upgrade. Also, you don't need a display manager. It might handle starting a few daemons/services, like polkit, dbus and ssh, but it's certainly not necessary to starting a session.

-edit- Not sure if I sounded smart, dumb or superfluous with this post. I'm fine with dumb.


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

Offline

#7 2024-06-02 06:10:05

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 493
Website

Re: June 2024 Screenshot Thread

^ smart wink

greetd comes with it's own configurable dm anyway, which would probably suit a base install. Just a bit more user friendly if there is some kind of session manager IMO than just cli login.


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#8 2024-06-02 09:36:47

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: June 2024 Screenshot Thread

Top shots in there.


My Linux installs are as in my music; it s on Metal

Offline

#9 2024-06-02 11:48:16

darknetmatrix
Member
From: /home/labs
Registered: 2015-09-29
Posts: 166
Website

Re: June 2024 Screenshot Thread

Schermafdruk-van-2024-06-02-13-44-37.png


⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system linux user # 527315
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Offline

#10 2024-06-02 13:02:59

darknetmatrix
Member
From: /home/labs
Registered: 2015-09-29
Posts: 166
Website

Re: June 2024 Screenshot Thread

Screenshot-2024-06-02-14-19-48.png


⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system linux user # 527315
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Offline

#11 2024-06-03 01:46:12

shortarcflyer
Banned
Registered: 2022-04-27
Posts: 408

Re: June 2024 Screenshot Thread

Only Human Enlightenment.  Weather location is incorrect, I need to fix it.

Screenshot-2024-06-02-19-55-30.jpg


I use Arch BTW!  If it is not rolling, it is stagnant!
RebornOS, EndeavourOS, Archbang, Artix,
Linuxhub Prime, Manjaro, Void, PCLinuxOS

Offline

#12 2024-06-03 04:27:07

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,854

Re: June 2024 Screenshot Thread

New wallpaper, new patched nerd font for the terminal.

Screenshot-2024-06-03-16-24-44.png


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#13 2024-06-03 09:07:58

micko01
void main()
From: Queensland, Australia
Registered: 2024-04-07
Posts: 493
Website

Re: June 2024 Screenshot Thread

A photo I took circa 8 years ago at Rainbow Beach, north of the Sunshine Coast. The kid is my grand son.

boy_at_beach-thumb.png


#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen

Offline

#14 2024-06-03 15:06:47

shortarcflyer
Banned
Registered: 2022-04-27
Posts: 408

Re: June 2024 Screenshot Thread

More screenshots of my Only Human Enlightenment install.

Screenshot-2024-06-03-08-15-15.jpg

Screenshot-2024-06-03-08-16-26.jpg

Screenshot-2024-06-03-08-17-20.jpg


I use Arch BTW!  If it is not rolling, it is stagnant!
RebornOS, EndeavourOS, Archbang, Artix,
Linuxhub Prime, Manjaro, Void, PCLinuxOS

Offline

#15 2024-06-03 23:55:13

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,612

Re: June 2024 Screenshot Thread

Tweaking jgmenu -

fzEyUSmM_t.png

FT8QKC1c_t.png

4gNxXMgA_t.png


You must unlearn what you have learned.
    -- yoda

Offline

#16 2024-06-04 05:09:47

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,854

Re: June 2024 Screenshot Thread

Very nice indeed chaps.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#17 2024-06-05 01:37:22

shortarcflyer
Banned
Registered: 2022-04-27
Posts: 408

Re: June 2024 Screenshot Thread

Void Linux, openbox window manager.  Wallpaper made at playgroundai.

void-Screenshot-2024-06-04-19-49-46.jpg


I use Arch BTW!  If it is not rolling, it is stagnant!
RebornOS, EndeavourOS, Archbang, Artix,
Linuxhub Prime, Manjaro, Void, PCLinuxOS

Offline

#18 2024-06-05 14:46:28

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

Re: June 2024 Screenshot Thread

Wall change, updated term colors (pywal), finally wiped Windows, package updates incoming...

ipnd6Lbt.png


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

Offline

#19 2024-06-05 16:25:31

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,612

Re: June 2024 Screenshot Thread

u4pINya8_t.png


You must unlearn what you have learned.
    -- yoda

Offline

#20 2024-06-08 12:31:05

altman
Member
From: Canada
Registered: 2015-10-24
Posts: 619

Re: June 2024 Screenshot Thread

Top shots in there fellas !


My Linux installs are as in my music; it s on Metal

Offline

Board footer

Powered by FluxBB