You are not logged in.
Offline
Trying to install sftpgo next to nginx via reverse proxy ... (and trying to like zellij more than tmux).
OS: Debian GNU/Linux 12 (bookworm) aarch64
Host: Raspberry Pi 5 Model B Rev 1.0
Offline
Offline
Offline
^Nice @Döbbie03
Here's a fresh netinstall of debian-testing and they've finally (xfce) ironed out booting to a wayland session with lightdm.
So, xfce with labwc as the compositor - plenty of bugs left but it's usable.
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline
Offline
^In shot 2 is that Thunar or pcmanfm or other? Like it whatever it is.
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline
That's Thunar. I like it too, except for that ugly menu icon of three dots to the left.
"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
An idea.. make an icon theme with the one single menu icon you actually want and inherit the theme you are now using, pop it in ~/.local/share/icons and you *might* be good to go once you set the bogus icon theme.
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline
An idea.. make an icon theme with the one single menu icon you actually want and inherit the theme you are now using, pop it in ~/.local/share/icons and you *might* be good to go once you set the bogus icon theme.
A good idea too, I had that thought when the menu first appeared a few years back and actually did that but lost it after a reinstall and have just put up with it since hoping that it might get picked up by the Papirus team.
"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
Offline
Offline
^ For me zellij does the same as tmux, but without any manual configs (that is out of the box), also shortcuts are visible on the screen, so I don't brake my mind every time I need to detach. No experience with kitty.
Offline
Offline
^Nice
Here's labwc rebuilt with window icon support, not ready for my repo, but I'll see if I can contact @Birger Schatt (labwc maintainer) and give him the libsfdo (icon libraries) recipe. I got it down to zero lintian warnings and includes the libsfdo-dev package.
#!/bin/sh
echo '#include <stdio.h>\nvoid main() { printf("Hi, bunsenlabs\\n"); return; }' > bunsen.c
gcc bunsen.c -o bunsen
./bunsen
Offline