#Random Linux


Built from the ground up using Qt and coded in C++, Orbitiny Desktop is a new, 100% portable, innovative and traditional but modern looking desktop environment for Linux. Innovative because it has features not seen in any other desktop environment before while keeping traditional aspects of computing alive (desktop icons, menus etc).

First i've heard of Orbitiny Desktop, looks very archaic compared to plasma.
 
* Random Linux posts that are not worthy of their own thread - Please quote the post to which you're replying. *

I'll start. Does anyone else always remove the splash screen from Linux distros?

It's something I've always done.
I used to, it was cool seeing all the texts scrolling when booting up, but then I realized how little I see it since I basically never shut down my PCs, only rebooting
/shutting down when needed (so basically after kernel/mesa updates, hardware maintenance, etc)

Though I should probably go back to disabling the splash screen for my laptops, I shut them down if I'm not going to be using them for more than couple of days.
 
Today's pièce de résistance

Having FTTP installed today so will be running this baby and asking the Openreach engineers to explain why the new installation is shy te :D

Bash:
#!/bin/bash

while [ 1 ]; do
    for c in 1 2 3 4 5; do
        speedtest --no-upload 2>&1 > /dev/null &
        speedtest --no-download 2>&1 > /dev/null &
        sleep 1
    done
    sleep 10
done
 
I must admit that the last time i saw anything useful was when trying out SpiralLinux it failed to load AppArmor profiles, it turned out that the developer disables it by default.

It did throw me for awhile.
What did you think of Spiral? I'm a fan, I've rebuilt my own custom spins. It used Debian Live build so not hard
 
What did you think of Spiral? I'm a fan, I've rebuilt my own custom spins. It used Debian Live build so not hard

I had a play with an early release that was buggy so ended up back on LMDE, i was going to retry it a few months back but noticed that the last release was back in 2023 so i left it.
 
Last edited:

To which there was a bit of a surprising response:

"Removing RPM applications is my long term goal, but I'm not sure how quickly we'll be able to get there."

That response was from Michael Catanzaro, a Red Hat engineer on their desktop team, a member of the Fedora Workstation Working Group, and a member of the GNOME Release Team.

WOW!, Gnome Software thinking of going Flatpak only.
 
Last edited:
I don't know everyone else feels about this, but for me, it makes no difference, but that's probably because of how I do things, I install stuff via terminal using distro's package manager, I do this for most flatpaks too but there are few packages where the name of the package can be kinda annoying to type or find in the terminal, so for these I use Discovery/Gnome Software.
 
I don't know everyone else feels about this, but for me, it makes no difference, but that's probably because of how I do things, I install stuff via terminal using distro's package manager, I do this for most flatpaks too but there are few packages where the name of the package can be kinda annoying to type or find in the terminal, so for these I use Discovery/Gnome Software.
I use Arch so using terminal to install packages is pretty normal haha
 
Back
Top Bottom