You are not logged in.
@micko01, nice! And sorry I didn't thank you for your compliment earlier on my GNOME/Wayland setup. It's the same with a new wall and colors every month, so... not groundbreaking.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
xfce/wayland on my debian/bunsen setup.
What parts of this are xfce, and what are BL?
...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
@micko01, nice! And sorry I didn't thank you for your compliment earlier on my GNOME/Wayland setup. It's the same with a new wall and colors every month, so... not groundbreaking.
We're not the mother's club so no need to thank everything . But thank you anyway!
What parts of this are xfce, and what are BL?
Here's the bunsen bits.
mick@dellhome:~$ apt search bunsen | grep installed
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
bunsen-common/carbon,now 13.0.1-1 all [installed]
bunsen-images-base/carbon,now 13.1-1 all [installed]
bunsen-numix-icon-theme/carbon,now 13.0-1 all [installed]
bunsen-themes-base/carbon,now 13.0-1 all [installed]
bunsen-yaru-icons/now 24.04.3-1.1 all [installed,local] ## hhh package
Plus labbe-material-icons and a [p|g]imped pawel-czerwinsk-carbon wallpaper with a custom job 'XFCE' label and a colored logo.
The Xfce stuff is entirely debian. I was able to use the xfce 'Session and Startup' to enable xwwall --restore
at login.
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline
johnraff wrote:What parts of this are xfce, and what are BL?
Here's the bunsen bits.
bunsen-common/carbon,now 13.0.1-1 all [installed] bunsen-images-base/carbon,now 13.1-1 all [installed] bunsen-numix-icon-theme/carbon,now 13.0-1 all [installed] bunsen-themes-base/carbon,now 13.0-1 all [installed] bunsen-yaru-icons/now 24.04.3-1.1 all [installed,local] ## hhh package
Plus labbe-material-icons and a [p|g]imped pawel-czerwinsk-carbon wallpaper with a custom job 'XFCE' label and a colored logo.
So, not really a BL install, except for the theming I guess?
The Xfce stuff is entirely debian.
I was asking what parts of this setup were xfce packages. OK I get that it's all on the debian repos.
Did you install the "xfce" metapackage, or cherry-pick a selection?
...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
^This install had xfce from the very start, chosen from the testing netinstall. 'carbon' was only bunsenlabs next iteration, nothing concrete, back then, so I had to start somewhere.
Ok so I installed in June last year.
mick@dellhome:~$ stat .face
File: .face
Size: 5290 Blocks: 16 IO Block: 4096 regular file
Device: 8,3 Inode: 655366 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ mick) Gid: ( 1000/ mick)
Access: 2025-01-11 08:13:58.471196408 +1000
Modify: 2024-06-05 16:24:05.588134173 +1000
Change: 2024-06-05 16:24:05.588134173 +1000
Birth: 2024-06-05 16:24:05.588134173 +1000
mick@dellhome:~$ stat /boot/
File: /boot/
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 8,3 Inode: 4849665 Links: 4
Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2025-01-10 20:48:35.182065892 +1000
Modify: 2025-01-10 20:48:59.926131595 +1000
Change: 2025-01-10 20:48:59.926131595 +1000
Birth: 2024-06-05 16:09:33.936113490 +1000
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline
OK thanks! I'm guessing the netinstall will have installed task-xfce-desktop. Not sure what it will have done about Recommends though.
...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
OK thanks! I'm guessing the netinstall will have installed task-xfce-desktop. Not sure what it will have done about Recommends though.
Have all those recommends.
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline
Just out of curiosity about how the netinstall handles tasks - did it ask you whether you wanted Recommends, or it installed them anyway, or you added them yourself later?
...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
Just out of curiosity about how the netinstall handles tasks - did it ask you whether you wanted Recommends, or it installed them anyway, or you added them yourself later?
No, choice, just installed after checking the xfce checkbox. I would have installed most of them, maybe except atril and parole. Actually they are still lingering so time for them to go.
EDIT just freed up 21MB
Last edited by micko01 (2025-01-11 08:11:52)
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline
mick@dellhome:~$ apt search bunsen | grep installed WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
What the... apt does not have a stable CLI interface?!!??? What other interface does it even have?
Seriously, what is this warning talking about?
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
^It's talking about the difference between apt and apt-get.
By "not stable" it means that the behaviour of apt might change in future versions, while apt-get should not (much).
So if you want to automate with scripts it's better to call apt-get than apt, so your scripts won't break in the future.
Apt is meant for direct user interaction.
As to why micko got that warning, my guess would be that the pipe to grep fooled apt into thinking it was being run in a script.
...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
mick@dellhome:~$ apt search bunsen | grep installed WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
I forgot, grep isn't needed, you can do:
apt list --installed 'bunsen*'
...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
Offline
Love this! What is that music player and visualizer you are using at the bottom of the screen?
"A graphic representation of data abstracted from the banks of every computer in the human system. Unthinkable complexity. Lines of light ranged in the nonspace of the mind, clusters and constellations of data. Like city lights, receding."
- William Gibson
Offline
Love this! What is that music player and visualizer you are using at the bottom of the screen?
Thanks.
Music player is mpd with ncmpcpp.
That's conky at the bottom displaying the album artwork and details.
"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
Fonts:
~$ for i in sans mono;do echo "$i: $(fc-match $i|awk -F\" '{print $2}')";done
sans: Liberation Sans
mono: JetBrainsMono Nerd Font Mono
~$
Offline
Nice shots fellas.
My Linux installs are as in my music; it s on Metal
Offline
Trying out labwc, which is very nice, and waybar, which is far too busy for my tastes
Anybody know how to kill Xwayland under labwc? I've used pkill but it keeps coming back to life. Maybe I need a silver pkill...
Offline