My personal order:
Repositories > AUR > Making an own AUR package > Making an own package not in AUR > Flatpak > Using an alternative to that application > consider if I really need it > AppImage
Somewhere between Linux woes, gaming, open source, 3D printing, recreational coding, and occasional ranting.
🇬🇧 / 🇩🇪
My personal order:
Repositories > AUR > Making an own AUR package > Making an own package not in AUR > Flatpak > Using an alternative to that application > consider if I really need it > AppImage
On my company mail account I have collected circa 10000 mails during the past 10 years, which is circa 80 mails a month - and that is a lot.
If you’re not following multiple high-volume mailing lists since a decade and archive every single e-mail I don’t think its normal to have 50000 mails in a mailbox.
Edge cases are not the norm, though.
This is why no-one in the right mind uses Sylpheed, but the actively maintained fork Claws Mail (which just recently had a new version released).
Navigating a combination of the distro’s native package manager (apt, pacman, rpm, whatever), snap, flatpack and still having to set up the maintainers’ custom repositories to get stuff that’s even remotely up-to-date somehow
This sounds like a you problem, to be honest. If you want the most up-to-date software, just use a distribution that updates very often or uses a rolling-release concept.
The different UI toolkits, desktop environment, window manager and compositor seem to be fighting each other.
If you use one of them, not that much. If you start mixing them it becomes a huge mess. At one point in time I had Ubuntu installed, running Gnome, but having Openbox as window manager set. It was an absolute mess. Nowadays I think it’s even more of a mess, especially with gnome and this stupid Adwaita library with the stupid CSM.
But I happily ran pure Openbox on X11 for a decade and run labwc on Wayland since ca. 2 years now.
I do a lot of .NET programming and photo editing. I could probably replace VS with VScode or Ryder but it’s an additional hurdle. For photo editing, I haven’t found a single thing that fits my workflow the way Bridge, Camera Raw and Photoshop do.
Then stick with Windows. Or run this software in VM with GPU pass-through and KVM. I really don’t see an issue here. Use the tool that best fits your needs.
After seven years of active development
I wonder where they got this from. The 2.x branch was first released 21 years ago.
Even if you ignore the recent few fuck-ups Mozilla did: It does.
It sucks less than other non-Chromium browsers, though.
Thunderbird is the only Mozilla product that doesn’t suck!
Have a look at Luakit (but please don’t try to configure it – this is absurd!)
it doesn’t really suit my needs.
What are your needs?
Also: If someone manages to tamper with the downloadable ISO … they likely will be able to tamper with the signature files, too.
Mmh, okay. So I’ll continue re-downloading videos in non-HDR variants. But good to see it implemented, though.
I’m not following Linux drama, sorry.
So no more dark and dull looking videos?
If your company goes full-on Microsoft cloud (including OneDrive), maybe try logging in on https://www.microsoft365.com/ with your corporate account. From there you have access to all the OneDrive files that are shared with you, as well as all Office web applications (they’re basically identical with the installed apps).
Using a Chromium-based browser you can run the individual web-apps like chromium --app="https://...."
to give them a more native look-and-feel by removing the browser interface.
Same goes for Teams, btw.: Just open http://teams.microsoft.com/, it works just like the installed version. Including audio, video, screen sharing, and notifications.
So we’ll see a release in November this year?
Ca. 20 years ago I worked for a company that used X forwarding for their backup management system (a Java application running on one of the servers) which somewhat worked on their wired LAN (at least most some of the time).
This was just unreliable and slow and had issues left and right.
Back than I tried this. The performance was horrible, even on a good connection. It was barely tolerable on LAN, but over the Internet … no. Just no. There were and are better solution for accessing a remote machine.
Mainly because you cannot manage them properly.
Installing from the repos I have pacman, from the AUR I can use one of the various AUR helpers (most of them can forward repo package updates to pacman, so I really have just one command to update the system and all AUR packages).
When making my own packages I usually also put them in the AUR (plus, it is super easy to do make an own package and put in in the AUR) – and from there an aUR helper takes care about updates. Flatpaks can also be updated very easy by just running one command.
So: All of those have a specific location where they install and allow me to start them easily because they put a script/link somewhere in
$PATH
. All of those can be easily maintained and updated.Last time I checked, AppImages had none of those. Neither could I easily update all of them on my system, nor is there a dedicated location to place them, nor is there an “unified” (i.e. something in
$PATH
) way of starting them. I have to manually check for updates, re-download the whole thing, replace the current AppImage file in an arbitrary location.This is just how I do not want to maintain my programs.