Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

What does your non-Debian desktop look like?

Off-Topic discussions about science, technology, and non Debian specific topics.
Message
Author
User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: What does your non-Debian desktop look like?

#1401 Post by GarryRicketson »

I just Love Minix3, and 'su' even works as expected on a Unix like system.
Only using 131 mb memory
Image
Neofetch also works on Minix3.4 :D
Image
Connected to the server with Lynx browser, note a 3 mb increase in memory usage,...

User avatar
oswaldkelso
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1493
Joined: 2005-07-26 23:20
Location: UK
Has thanked: 1 time
Been thanked: 59 times

Re: What does your non-Debian desktop look like?

#1402 Post by oswaldkelso »

My fvwm setup. Using tint2 and fittstool rather than the fvwm modules to keep the bloat down. fvwm is imo the most flexible wm. It can do just about anything but is brain-blowing crazy to get your head around even with some of the most comprehensive docs going. You could probably spend this life and the next tweeking it in search of perfection.

Image

full image
Free Software Matters
Ash init durbatulûk, ash init gimbatul,
Ash init thrakatulûk agh burzum-ishi krimpatul.
My oldest used PC: 1999 imac 333Mhz 256MB PPC abandoned by Debian

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: What does your non-Debian desktop look like?

#1403 Post by GarryRicketson »

That is nice, I like FVWM myself, if I do use a WM on Minix 3, that is what I use.
Here, below, is the server (Minix 3) , connected to it with Iridium browser, the server is on a QEMU VM, the host is OpenBsd, and sometimes get confused as to where I am.
Image
Any way, I am here,... :mrgreen:
In the top Xterm, I am logged into the server via ssh, not using any WM, the Xterm window at the bottom, is the OpenBsd host terminal,... and the WM on the OpenBsd host is OpenBox.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1404 Post by Head_on_a_Stick »

Decided to try the new release of Mint's "Debian Edition" (in QEMU ofc, I'm not a masochist):

Image

Can anybody spot a potential problem with Mint's choice of sources? :mrgreen:
deadbang

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: What does your non-Debian desktop look like?

#1405 Post by Wheelerof4te »

^The last one, that useless, obsolete and potentially dangerous line?
Yeah, don't try installing VLC in that one.
EDIT: I'm guessing wrong, am I?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1406 Post by Head_on_a_Stick »

Wheelerof4te wrote:^The last one, that useless, obsolete and potentially dangerous line?
Yes, what were they thinking? :o

I can only presume it's for the codecs or something but that's gonna bite them at some point, I'm sure.
deadbang

ruffwoof
Posts: 298
Joined: 2016-08-20 21:00

Re: What does your non-Debian desktop look like?

#1407 Post by ruffwoof »

For something different ... image of a desktop structure rather than a image of the actual desktop wallpaper/icons/etc.

Image

Data separated from desktop, where the data server hunts you out and mounts one of its folders as a local (desktop) mount point using reverse sshfs (there's a nice alternative description here). If the device supports sshd and ddns (dynamic dns that associates a fixed domain name to a dynamic IP (IP allocated wherever your desktop system connects)), then shortly after booting the desktop up pops a local folder (mount point) for whatever data your data server presents (relevant folder on the data server). Portable too - whatever device you use as a desktop, provided it supports ddns and sshd, then the data server will serve up the data folder to that.

For the data server, I just have a entry in /etc/rc.local to invoke the script ... where that script has a while loop that looks for your desktop every minute or so, and when found runs rsshfs and stays in that until the connection is lost, when it rolls back around the while loop again.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1408 Post by Head_on_a_Stick »

Back to Alpine Linux:

Image

They've de-blobbed the kernel for the 3.8 release and split the firmware out into packages (just like Debian) but they are incredibly fine-grained — I only have to install the firmware for my exact type of wireless card:

Code: Select all

alpine:~$ apk info | grep ucode
iwlwifi-6000-ucode
alpine:~$ apk info iwlwifi-6000-ucode
iwlwifi-6000-ucode-9.221.4.1-r0 description:
Intel 6000 Series Wi-Fi Adapters Microcode

iwlwifi-6000-ucode-9.221.4.1-r0 webpage:
http://intellinuxwireless.org/?p=iwlwifi

iwlwifi-6000-ucode-9.221.4.1-r0 installed size:
466944

alpine:~$
Neat!
deadbang

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1409 Post by Head_on_a_Stick »

Image

Steam on Alpine LInux :)
deadbang

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1398
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 times

Re: What does your non-Debian desktop look like?

#1410 Post by None1975 »

Head_on_a_Stick wrote:Steam on Alpine LInux :)
Installed with flatpak?
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1411 Post by Head_on_a_Stick »

None1975 wrote:
Head_on_a_Stick wrote:Steam on Alpine LInux :)
Installed with flatpak?
Yes :)

It's quite ridiculous really because the Alpine system takes up less than 1GiB for the full graphical desktop but the Steam flatpak & runtime adds another 2.2GiB in shared libraries alone :o
deadbang

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1398
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 times

Re: What does your non-Debian desktop look like?

#1412 Post by None1975 »

Head_on_a_Stick wrote:Yes :)
Yes, it is really ridiculous.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1413 Post by Head_on_a_Stick »

None1975 wrote:it is really ridiculous
Ah yes, that's right, you're not a gamer are you? You don't know what you're missing... :lol:

Anyway, back on topic with Haiku, this is the latest nightly snapshot running under QEMU/KVM:

Image

It's very responsive, even just running the VESA driver (I didn't bother setting up spice), so it should run well on low-end hardware.

The long-awaited Beta release should be out soon :)
deadbang

bedtime
Posts: 146
Joined: 2012-12-16 19:34
Has thanked: 1 time
Been thanked: 6 times

Re: What does your non-Debian desktop look like?

#1414 Post by bedtime »

Image
Image
Image

The configuration is such that the user can choose any foreground and background colour the hex palette has to offer (e.g., #000000 to #FFFFFF); the background, font, icons, and all images/video (via a gamma adjustment so not viewable in pic) will all change to that color. As can be seen, the icons in the falkon browser have changed to yellow (#FFFF00), but they can be any color instantly with one press of a button.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1415 Post by Head_on_a_Stick »

bedtime wrote:The configuration
Of what? Which window manager & operating system is that?

9front have a new release:

Image
RUN FROM ZONE!
deadbang

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: What does your non-Debian desktop look like?

#1416 Post by debiman »

it's been a while.
i don't much change the layout, just themes/colors.
i noticed that most light themes are too light for me, and most dark themes are too dark (with glaring fonts).
and there's only very few "medium" themes that get it right: enough contrast, pleasing to look at, support for gtk2 & 3...
oomox helps with that, but isn't perfect either.

empty:
Image
full:
Image
archlinux + openbox + tint2 + conky.

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1398
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 times

Re: What does your non-Debian desktop look like?

#1417 Post by None1975 »

debiman wrote:archlinux + openbox + tint2 + conky.
Nice screen!
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

ruffwoof
Posts: 298
Joined: 2016-08-20 21:00

Re: What does your non-Debian desktop look like?

#1418 Post by ruffwoof »

OpenBSD data server (base OpenBSD/outbound originated traffic only (no ports forwarded)) that reverse sshfs mounts one of its folders as a mount point on LiveBoot FatDog linux desktop system mountpoint. Fatdog wirelessly sshfs a mountpoint to my Android phone (SSHelper installed on phone).

Image

Fatdog boots pristine OS and clean/fresh browser image at each reboot (Google Chrome browser, stored as a (read only/compressed) squashed filesystem with cache set to /tmp ... for ease of version upgrading.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: What does your non-Debian desktop look like?

#1419 Post by Head_on_a_Stick »

^ Fascinating setup, thanks for sharing.
ruffwoof wrote:Fatdog boots pristine OS and clean/fresh browser image at each reboot
Yeah, I used to do that with Arch & Debian using btrfs snapshots.

My Alpine Linux desktop:

Image

I've switched it from busybox init to openrc-init, only three commands are needed:

Code: Select all

# ln -sf /sbin/openrc-init /sbin/init # replace busybox init
# ln -sr /etc/init.d/agetty{,.tty1} # create service file for tty1
# rc-update add getty.tty1 # enable tty1, repeat for other ttys
So the box now boots from 195 lines of C :cool:
deadbang

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1398
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 times

Re: What does your non-Debian desktop look like?

#1420 Post by None1975 »

Head_on_a_Stick wrote:My Alpine Linux desktop:
Did you notice that?
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

Post Reply