this post was submitted on 01 May 2025
38 points (93.2% liked)

Linux

53981 readers
835 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I'm thinking of switching to Linux as my daily driver after trying it out both Fedora Workstation and KDE using Live USB, but I'm wondering if I should consider other distros besides Fedora. I've heard of openSUSE, is that decent? Not many people really mention them. Linux Mint is great, but I don't like Cinnamon all too much.

What's a good desktop-agnostic distro that lets you easily swap between the two?

edit: Woah, it seems that you're able to swap between DEs from the login manager as long as you install both. Okay then, new question, for a beginner friendly distro, should I go for Fedora, OpenSUSE, or something else?

edit 2: a bit more information about my device and my preferences...

On KDE Plasma vs GNOME, I would like to try both out and see which I like better long-term. KDE Plasma seems a bit more familiar (closer to Windows 10) whereas GNOME is a bit more different but I'm open to using either.

I'm running a laptop with an Intel i7-1360P. It's one of those 2-in-1 convertible 360 degree hinge laptops.

I would say I'm open to learning how to work with the terminal and customising the distro a bit, but I don't want to do anything too out of my scope. I don't want to spend too many hours setting it up, I'd rather have something that works mostly out of the box :D

I want a stable distro as in I don't want to break my system after an update, but still want something up-to-date though. I'm open to rolling release distros, but to my knowledge those are usually less stable with more breaking changes than fixed release options.

edit 3: just installed Fedora Workstation and it works really well! Multi-touch with my trackpad works fine and everything runs smooth. File read/write speeds were also strangely a bit more consistent (on Windows it jumps between <100KB/s and 60MB/s whereas on Fedora it’s consistently around or over 45MB/s…weird…)

My only issue right now is that the touchscreen doesn’t work anymore, how do I install the drivers for that?

edit 4:

Touchscreen and even rotating the screen when the device works now after an update :DDDDD

now I’m slowly installing my programs again…

top 43 comments
sorted by: hot top controversial new old
[–] [email protected] 30 points 6 days ago* (last edited 6 days ago) (2 children)

While pretty much any distro can do this, I will warn you that it's not the greatest idea. GNOME and KDE are both massive software suites and you'll have a lot of redundant programs, e.g. two GUI file managers, and sometimes you'll get unexpected behavior. There are also some look and feel issues that might crop up with apps getting style hints from two places. Again, it's nothing super major, and it's been a while since I've done this so maybe it's improved, but any time I've tried I end up rolling back or reinstalling with only one big DE.

It's much less of an issue to have one big DE and then potentially several other more modular window managers, as those have much less opinionated payloads. I've got sway and hypr installed alongside GNOME.

[–] [email protected] 6 points 6 days ago (1 children)

Yeah this is important to know as installing two DE's can and will cause a lot of problems.

I've read, but have not tried, that installing each DE under it's own user can prevent the majority of these problems. This also prevents using apps from different DE's simultaneously, you have to switch users to do so. Session saving makes it faster than restarting constantly but it can still interrupt workflow. Again, I have not tried this myself but have considered trying it.

[–] [email protected] 1 points 2 days ago (1 children)

installing two DE's can and will cause a lot of problems.

more like small nuisances that can be easily ignored

that installing each DE under it's own user can prevent the majority of these problems

what? DEs are usually installed system-wide, i've never heard of an user-local installation of plasma or gnome

[–] [email protected] 1 points 1 day ago (1 children)

some nuisances are not so ignorable. having duplicate apps all over the place, each with their own settings, so if you forget which one you are using, you might find yourself spending more time in settings than desired. then there's browsers. switching DE's can cause browsers to log you out of everything, so switching often and you end up having to sign in to everything repeatedly, which for some can interrupt workflow and be frustrating. then there's the fact that some use gtk and some use qt so title bar buttons and program menu's can become confusing and ununified. can these things be ignored? sure, some people can. some cannot, such as people with ADHD for example, who can easily be sidetracked when the "file > open" menu is in a hamburger menu in one app and a bar on another.

I did say that I read about, but did not try, installing two and setting different users for them. i believe the idea is that they are both installed but don't generate config files until you log in with a user. so keeping two users, one for each DE, works but only if you never log in with the wrong user. from what i understand, i could be wrong. i believe SDDM and LightDM can both facilitate switching DE's from the login screen.

[–] [email protected] 1 points 1 day ago (1 children)

some nuisances are not so ignorable

that's subjective, so i'm not going to question your preferences

however, i have both gnome and plasma installed in all my systems and there are some things i'd like to point out from my experience

having duplicate apps all over the place, each with their own settings, so if you forget which one you are using, you might find yourself spending more time in settings than desire

the defaults are DE-specific, so usually you won't need to think about this, as gnome defaults to gnome apps and plasma defaults to kde apps. it's not common for something like gnome's file browser to open pdfs in okular or vice-versa -- though it can happen sometimes

the one time this was a problem to me was when, for a while, opening the directory containing a downloaded file in firefox while running plasma would open nautilus instead of dolphin. but then it got fixed on its own

i'm not saying problems can't happen with that system, just that they don't happen all the time for everything

switching DE's can cause browsers to log you out of everything

i have never seen that happen. the closest i got to this was getting kicked from slack because i forgot the keyring password

then there's the fact that some use gtk and some use qt so title bar buttons and program menu's can become confusing and ununified

but that doesn't have much to do with different DEs being installed, does it? the toolkit choice is entirely up to the application

can these things be ignored? sure, some people can. some cannot, such as people with ADHD for example

not to invalidate anyone's experience with adhd, but, for the record, i have adhd and this has never been an issue to me

my point is: having multiple DEs installed is pretty common and fully well supported. nearly every single session manager supports it (the only one i can think of that doesn't support that is xdm). there are some small issues that crop up from time to time which might put you off from doing it (which is fine), but this is not some crazy kind of fringe unsupported configuration

and you can uninstall everything from the other DE anyway, so there's literally no problem about trying it out

[–] [email protected] 1 points 2 hours ago

Maybe things have changed and it isn't that bad anymore. Doing a search for something along the lines of "installing multiple desktop environments" and you will see there are plenty of people suggesting to not do this. Probably just as many saying it's usually fine. Note that the OP asked for a beginner friendly distro. That implies they might not be experienced enough to understand how some things work.

Saying "literally no problem about trying it out" is incorrect in my opinion and this applies to all contexts I can imagine, whether related to Linux or not. There is always a potential problem when trying something out. Nothing is idiot-proof or immune to wear and tear or perfectly free from bugs, software or literal. I personally am blessed with the uncanny ability to make the wrong choice in the majority of situations where I have a choice. That may even include the choice to make this reply.

Maybe for your use case, on the hardware you have, you haven't had any issues, with the software you use. That doesn't mean the issues don't exist. I'll mention again, do a search online. There are problems that can happen. They have happened recently. They have happened a lot. Not everyone has them.

I hate to come back to this example, since OP never stated they had it, but since you have ADHD, you may be familiar with analysis paralysis and executive dysfunction after being overwhelmed by too many things. Maybe forgetting which text editor worked best and seeing a dozen in the application launcher and start searching for the right one but by the time it is found the short term memory loss kicked in again and the original reason why it was needed has been forgotten. There could be frustration when starting to hyperfocus but an app is not working the way it did and so instead the night is spent grinding through preference menus already configured previously and eventually seeing that an update for one of the DE's rewrote a config file or is using a differsion of python or it could be more than one of these things happening and one program also has a bug that spams the journal so troubleshooting becomes much more difficult... I'm digressing and projecting too much.

Have you ever uninstalled a DE after having more than one installed? Sure, it is possible. It's easier and less time consuming to reinstall the whole OS in my experience. I'm not a professional, far from it. I know it didn't go well. I can't remember the specifics, I think I added a KDE package while using xfce and accidentally hit continue instead of cancel. It brought in all of KDE, which I didn't want so I tried to remove it and everything broke because it removed shared xfce dependencies. It might be better now. I'd prefer not to try until I'm confident I know what I'm doing and what to do when things fail afterwards.

My point originally was, and still is, that it is often not recommended to do, especially for a beginner. I mean no malice towards you and hope this doesn't seem aggressive or angry.

[–] [email protected] 3 points 6 days ago (1 children)

I'm probably not going to have two DEs permanently installed together, I am hoping to make it easier to swap between the two to see which I prefer. Once I decide which one I like using I'll likely uninstall the other

[–] [email protected] 9 points 6 days ago (2 children)

I would recommend installing a fairly vanilla Gnome distro (like Fedora or something) and then a KDE version (most major distros have a KDE spin) in a virtual machine. Gnome Boxes is a really easy way to do that. And then just customize the shit out of both of them and see what you like best.

Gnome is more of a macOS-like experience so to me, it feels more trackpad driven (though keyboard shortcuts are plentiful). Install some extensions if you don’t like something. Someone else probably also didn’t like something.

KDE is more like Windows. I’m less familiar with it but it’s on my Steam Deck so I use it a decent amount. It’s more mouse and keyboard driven, as far as I can tell. So, that’s why I think it would be fine to evaluate in a VM.

They’re both high quality, though, so it’s really about what you prefer. I like Gnome, obviously, but I prefer to code on a smallish laptop (for portability/travel reasons) and a dock whereas a lot of people want an elaborate multi-monitor situation and a different interface. Everyone has their own workflow. Both work equally well so it’s just a matter of taste and preference. (Most Linux decisions are like that and people get weirdly angry about it but that’s part of the fun. Choose your own adventure.)

[–] [email protected] 5 points 6 days ago

This is a great answer. I will just add that KDE in general exposes more settings in the UI than stock Gnome (but Gnome Tweaks is a thing). If you are the kind if user that just sticks with the defaults, Gnome is probably less confusing to use and what I recommend, but I personally prefer KDE because I like to tweak things.

[–] [email protected] 1 points 5 days ago (1 children)

I’ve backed everything up to both the cloud and an SD card, now I’m installing Fedora Workstation!

[–] [email protected] 1 points 5 days ago

one thing I’ll say, Fedora installed really quickly!

[–] [email protected] 12 points 6 days ago (1 children)

Most of them should be able to handle that easily. Even those that come in "flavors" like Kubuntu. OpenSUSE certainly does. You just install them both or start with one and install the other later and in the login manager you can choose which one to start.

[–] [email protected] 15 points 6 days ago (3 children)

Damn, you can just choose from the login manager? You don't get ANYTHING like this on Windows! Crazy that you can just swap out the whole GUI of your OS like that

[–] [email protected] 9 points 6 days ago (1 children)

Not only that, you can use the programs from one desktop environment in the other one. Really confused me the first time I used Linux because it had installed both Gnome and KDE and I was wondering why I had two of almost every type of app. But I really liked Gnome's Solitaire.

[–] [email protected] 5 points 6 days ago (1 children)

Ohh interesting. So I could simultaneously compare things like GNOME and KDE's built-in software without repeatedly restarting. Nice.

[–] [email protected] 9 points 6 days ago (1 children)

You don't need to reboot to switch either. Just log out.

[–] [email protected] 1 points 5 days ago
[–] [email protected] 3 points 6 days ago

Popular FOSS also tend to have multiple GUI options.

[–] [email protected] 2 points 6 days ago

Technically you can replace Explorer with any other desktop shell, but you'll probably end up launching it anyway because of how many components use it.

[–] [email protected] 9 points 6 days ago

Try Fedora Immutable distro it allows easy switching between different bases.

[–] [email protected] 7 points 6 days ago (2 children)

I don't know what you mean by “A distro that allows you to easily switch between KDE and GNOME”, because any distro that has both should be able to easily switch between KDE and GNOME. As for user-friendly, something like Ubuntu or Mint, maybe Manjaro and Pop, EndeavourOS if you don't mind learning and don't mind using a terminal.

[–] [email protected] 2 points 6 days ago* (last edited 6 days ago) (3 children)

I want a more stable distro, so I'm not considering the rolling release options (like manjaro and EndeavourOS). I've also heard that not many people like Ubuntu because of snaps, why is that?

edit: are rolling release distros stable enough (e.g. will it randomly crash/have weird issues?) and is it possible/easy to roll back to a previous version if there's a breaking update

[–] [email protected] 2 points 5 days ago

Can be. I virtually never have issues with OpenSuse TW. Ridiculously stable.

[–] [email protected] 3 points 6 days ago (1 children)

are rolling release distros stable enough

I've been using Arch (or some flavor of it) for several years, and I've never had any serious issues that I didn't cause myself. The thing that might catch you with your pants down is if a dependency introduces a change that breaks another application, but catastrophic failures are fairly rare, as long as you're willing to learn how to maintain your system.

is it possible/easy to roll back to a previous version

Yes. The application is called Timeshift, and it's specifically designed to back up the system files to a separate partition. If your root filesystem is btrfs, it can also manage filesystem-level snapshots that you can roll back if you bugger the system.

[–] [email protected] 1 points 5 days ago

ah ok cool :D

[–] [email protected] 2 points 6 days ago* (last edited 6 days ago)

I’ve also heard that not many people like Ubuntu because of snaps, why is that?

Well, people don't like snaps for a number of reasons, because they are forced on users, bloated and slow, Canonicals themselves are quite shady, systemd, etc.

I would rather use several different types of packages than trust one that is tied to a shady company.

[–] [email protected] 1 points 6 days ago (1 children)

I wasn't too familiar with Linux so didn't know that you're able to just change out the DE really easily on any distro.

[–] [email protected] 2 points 6 days ago

You can even not use DE, some people use only Window Managers (with additional things), or even just terminal.

[–] Jumuta 4 points 6 days ago (2 children)

I'm a big fan of debian (with their netinstaller) for stuff like this, it allows you to pick the desktops you want to install during the install process and it does everything else for you

before you actually commit though, you should test the distros you're interested in in a vm to get a gist for how it works

[–] [email protected] 1 points 6 days ago

I used to do this way back and when I saw the question I was interested in the replies and yours is the only one that I would say answer it. The only answer to me is a distro which asks you what desktops you want to install and gives you the option for several. Its great that you can install them all on any linux but hes asking beginner friendly so to me that implies you being able to install them from the get go.

[–] [email protected] 1 points 6 days ago

Testing a bit more is probably a good idea.

[–] [email protected] 3 points 6 days ago (1 children)

Mint comes with a few desktop environment/window manager options: https://www.linuxmint.com/download_all.php Cinnamon, MATE, and XFCE. It's also capable of running KDE and basically any other option, you just have to install it in a slightly more manual way.

[–] [email protected] 1 points 6 days ago (1 children)

I've heard that Mint doesn't play well with DEs that aren't Cinnamon (or Mate/XFCE), is that still an issue? Also, do the benefits of Mint (not requiring the terminal for everything) vanish if you KDE Plasma or GNOME?

[–] [email protected] 1 points 6 days ago

I haven't been a mint user for a while, but the fact that the mint folks specifically release MATE/XFCE versions is a good sign that they are tested for compatibility. You can try those versions on liveusb, too.

I'm guessing here, but the "less terminal needed" parts of Mint are probably specific tools and GUI settings managers they have put together to be more user friendly. if you search something like [name of Mint settings manager or tool] XFCE compatible, you'll likely get an explanation. You might want to check out their Matrix chat room with specific questions: https://app.element.io/#/room/#linuxmint-space:matrix.org

[–] [email protected] 2 points 6 days ago

While most distros can handle having both installed and switching between them, it will cause redundant apps and KDE’s font settings will bleed into gnome.

My recommendation is NixOS as it will take care of removing all packages that come with one DE before installing the other one.

But NixOs is pretty weird even for regular Linux users.

[–] [email protected] 2 points 6 days ago* (last edited 6 days ago) (1 children)

Okay then, new question, for a beginner friendly distro, should I go for Fedora, OpenSUSE, or something else?

OP, consider making up your mind regarding which one between GNOME and KDE Plasma you'd like to use (at least for the foreseeable future). Afterwards, consider answering the following so that we may do a better job at helping you:

  • What kind of hardware are we dealing with? Can we have the specs?

Note that both Fedora and openSUSE may be considered beginner-friendly. Though, there does exist some considerable difference in design ethos between these and say something like Linux Mint; the former two give you a relatively bare system and assume (at least some) responsibility from its user while setting up the system. By contrast, Linux Mint offers considerable more hand-holding. This may of may not be to your liking.

Note, however, that Fedora and openSUSE are far from the worst offenders in this regard; within the spectrum, they definitely belong to the better half as we've even got distros that assume their users are willing to learn an otherwise useless programming language from scratch. (FYI: I love NixOS and I wouldn't want it anyway else.)

Therefore, allow me to ask another question:

  • How much hand-holding would you deem desirable?

There's also the fleet of distros by Universal Blue that some swear by. These operate with a different paradigm; most of its users would describe them as a better alternative for newbies (under certain circumstances). But I digress...

Finally, I have noted how you've pronounced your preference for a stable system. I do think I understand what you mean by stable, but just to be sure:

  • Stable, as in little to no updates except for those related to security? OR Stable, as in not being afraid to bork your system after an update or otherwise (i.e. kinda synonymous to reliable)? OR... Another use/definition that I've missed?
[–] [email protected] 2 points 5 days ago (1 children)

On KDE Plasma vs GNOME, I would like to try both out and see which I like better long-term. KDE Plasma seems a bit more familiar (closer to Windows 10) whereas GNOME is a bit more different but I'm open to using either.

  1. a laptop with an Intel i7-1360P. It's one of those 2-in-1 convertible 360 degree hinge laptops.
  2. I would say I'm open to learning how to work with the terminal and customising the distro a bit, but I don't want to do anything too out of my scope. I don't want to spend too many hours setting it up, I'd rather have something that works mostly out of the box :D
  3. Stable as I don't want to break my system after an update. I still want an up-to-date distro though. I am open to rolling release distros, but to my knowledge those are usually less stable with more breaking changes than fixed release options.

Also, how are the "immutable" distros from UB different from the "mutable" distros? Does it just mean that you're unable to change system-level settings and such/break anything with a mistyped terminal command? What are the downsides to using an immutable distro?

[–] [email protected] 2 points 3 days ago* (last edited 3 days ago) (1 children)

Thanks for your detailed reply! Note that in the following writing I've chosen to address matters in generalities and oversimplifications for the sake of readability and brevity. No need to drown you in technicalities 😅.

On KDE Plasma vs GNOME, I would like to try both out and see which I like better long-term. KDE Plasma seems a bit more familiar (closer to Windows 10) whereas GNOME is a bit more different but I'm open to using either.

That makes perfect sense. As noted by others, while installing both DEs on the same system is technically possible, it often leads to conflicts and inconsistencies. For the cleanest experience, consider dual-booting with separate installations for each DE. Since you've already installed Fedora Workstation, you might want to try KDE on a separate installation.

a laptop with an Intel i7-1360P. It's one of those 2-in-1 convertible 360 degree hinge laptops.

Your hardware should work well with either DE. For future reference, check the Linux Hardware Database and ArchWiki's laptop entries for compatibility information. Since you've confirmed the touchscreen and rotation are working, you're already past the biggest hardware hurdles!

I would say I'm open to learning how to work with the terminal and customising the distro a bit, but I don't want to do anything too out of my scope. I don't want to spend too many hours setting it up, I'd rather have something that works mostly out of the box :D

Both Fedora and openSUSE nail this balance perfectly. They provide sensible defaults that work immediately while giving you room to tinker when you're ready.

Stable as I don't want to break my system after an update. I still want an up-to-date distro though. I am open to rolling release distros, but to my knowledge those are usually less stable with more breaking changes than fixed release options.

FWIW, this is where atomic distros really shine: they offer both stability and current software through their unique update model.

Also, how are the "immutable" distros from UB different from the "mutable" distros?

First, a clarification on terminology: The term "immutable" is actually a misnomer that Fedora has moved away from. These systems aren't truly immutable – they can change, but in a controlled, atomic way. That's why Fedora now refers to them as "Atomic" systems, which better describes their update mechanism and system architecture.

Fedora offers traditional Fedora and Fedora Atomic for desktops, with Atomic including variants like Silverblue (GNOME) and Kinoite (KDE). For servers with atomic updates, Fedora offers Fedora CoreOS. Universal Blue (uBlue) enhances these atomic systems with additional features and optimizations.

The key differences between traditional and Atomic systems include:

  • A read-only base system where core system files are protected from casual changes, ensuring system integrity. On traditional Fedora, you can easily remove or modify system files with commands like sudo rm -rf /usr/bin/important-file, but this fails on Atomic systems with an "Error: Read-only file system" message.
  • Many system changes are tracked, which enables you to 'undo' these changes and return to a cleaner state. This tracking mechanism is what makes factory reset features possible, which are being investigated for these systems. This is surprisingly rare in Linux, with few exceptions like Pop!_OS and TUXEDO OS.
  • Atomic updates mean changes either occur or don't – no half-updated broken states. On traditional systems, interruptions can leave you with partially updated components (like an updated kernel but broken system libraries), while on Atomic systems, the previous deployment remains fully intact and bootable if an update fails.
  • Deployment tracking keeps multiple system versions you can switch between using commands like rpm-ostree status to view deployments and rpm-ostree rollback to return to a previous state.
  • Rebasing capability lets you change your entire system base without reinstalling. For example, you can switch from Silverblue to Kinoite with rpm-ostree rebase fedora:fedora/42/x86_64/kinoite.

uBlue enhances these Atomic systems with proactive maintenance. A great example: when the kernel 6.13 update introduced regressions affecting flatpaks, uBlue maintainers pinned the kernel to 6.12, protecting all users while traditional distro users experienced crashes documented in Fedora discussions, Reddit, and EndeavourOS forums.

uBlue also offers streamlined setup with better onboarding than almost any other distro, simplified handling of troublesome hardware, and purpose-built variants optimized for gaming, development, and other specific use cases.

Does it just mean that you're unable to change system-level settings and such/break anything with a mistyped terminal command?

It's more nuanced than that. While changing /usr contents is restricted, modifying /etc works the same as in traditional systems (though changes are tracked). The real protection comes from the deployment system - even if something breaks, you can easily roll back to a working state.

What are the downsides to using an immutable distro?

There are some trade-offs to consider:

  • Traditional Fedora uses a single approach for software management, while Atomic systems use a combination of methods including Flatpaks, containers, and layering. This creates a more compartmentalized but potentially complex software ecosystem.
  • There are also some system limitations to be aware of. Native messaging in browsers installed as flatpaks require workarounds, kernel module options are limited to uBlue's own akmods repository, and there's no current support for UKI. Granted, I don't expect you to engage with the latter two anytime soon.
  • Additionally, with uBlue, you're trusting their maintainers alongside Fedora's team, though uBlue is mentioned in Fedora's documentation.

For someone wanting stability without sacrificing current software, uBlue variants (Bluefin for GNOME, Aurora for KDE, or Bazzite for both) offer significant advantages, though standard Fedora remains excellent if you prefer a conventional approach. Your successful experience with Fedora suggests you're on the right track!

[–] [email protected] 2 points 2 days ago (1 children)

woah, that's a lot of information. Atomic distros do sound pretty good. I might try one someday, but I've already setup Fedora Workstation and am very happy with it :D

[–] [email protected] 2 points 2 days ago

woah, that’s a lot of information.

Yeah 😅, lol 😂. The first draft was even longer; so much so that it exceeded the character limit :P . FWIW, I had written two drafts on two different days until I landed on (another day) with the third and final version.

Atomic distros do sound pretty good.

Yup, I can vouch for that.

I might try one someday,

Please do :P

but I’ve already setup Fedora Workstation and am very happy with it :D

Glad to hear that, fam! Enjoy!

[–] [email protected] 2 points 6 days ago

As a Fedora user, I would go with Fedora. 😄

OpenSuse Tumbleweed is good, but I find Yast to be kind of overkill. I’m sure it’s great when people figure it out, but there are too many options before then.

Fedora is much simpler, which is weird to say.

[–] [email protected] 2 points 6 days ago* (last edited 6 days ago) (1 children)

I've decided to switch since nearly all the programs I use are either cross-platform (e.g. Inkscape) or have good Linux alternatives (e.g. Okular rather than SumatraPDF). The only hiccups I might get would be games, but I only really play a few retro games w/ emulators and just a couple games (the latter of which I've checked are all supported by Proton). Also, if I do run into issues with games, I can always just partition like 100GB for Windows and the rest for my distro of choice.

[–] [email protected] 1 points 6 days ago

Nice, just learnt that pCloud also offers a Linux app! :D