this post was submitted on 29 Jan 2024
1 points (100.0% liked)

KDE

5053 readers
5 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 7 months ago (7 children)

I've only dabbled in Linux, I can figure out things for the most part but never used it beyond some fiddling, but I didn't realize that desktop environments had that many specific applications. I always thought beyond some default apps most apps wouldn't depend on the desktop environment but after some reading seems like they use similar dependencies.

So if this gets seen, can most/many/any general kde apps work under a different environment if you install the dependencies or do you absolutely need the environment for them to work? Does that also follow for other desktop environments? Been reading up on DEs to get a dual boot or virtual install going in the future and this was something I hadn't realized may make one DE stand out.

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago) (1 children)

@orbitz @m4
I just install stuff on Kubuntu without knowing for which environment it was created. It's possible that Kubuntu has the necessary Gnome support files to make it all work. I added other app stores too. It all just seems to work without me needing to know how.

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago)

Every Linux distribution packages the dependencies for the software they distribute and will automatically install them if you don't already have them. If you're trying to install GNOME software on KDE and you don't have the necessary GNOME dependencies installed, the package manager will just install them for you. This is why using applications cross-desktop isn't something the average user typically has to worry about. It should just work.

[–] [email protected] 0 points 7 months ago

You may want to look at

https://apps.kde.org

You have video editors, programs for digital painting, apps that sync your phone with your desktop (any desktop, including Windows and macOS), games, etc.

The vast majority work on all Linux desktops, and many work on other platforms (Windows, Android, macOS, iOS) as well.

[–] [email protected] 0 points 7 months ago

@orbitz @m4 For example yesterday right after installing a KDE desktop, I have installed& run several gnome applications such as gnome disk utility. I really like that one and actually showed professional Mac developers as an example of a unique/functional GUI. Obviously as a person who really adds a mouse pointer set every week, gnome isn't my favourite desktop however I really understand the concept. That is why I don't add 30 extensions to it.

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago) (1 children)

Desktop environments are always developed alongside a set of applications, which is what differentiates them from simple desktop shells. These applications aren't exclusive to the desktops they were made for, they're simply designed to fit its aesthetic and design philosophy to offer a more consistent experience. Most desktop environments have a fairly limited set of applications, covering mostly the essentials. The most commonly found types are terminals, file managers, settings, image viewers, media players, text editors, screenshot apps and software centers.

GNOME and KDE are the exceptions, by virtue of being much larger than all other desktops. Both maintain a very extensive set of applications with a wide range of purposes, which tend to be widely used regardless of desktops. GNOME's Evolution and KDE's Kdenlive for instance are among the most popular apps on Linux, since they're among the best apps to use to fulfill their respective purposes (PIM and video editing).

[–] [email protected] 0 points 7 months ago

You're right. I will add that there are far more GTK apps with no Gnome dependancies, then there are Qt apps with no KDE dependencies.

[–] [email protected] 0 points 7 months ago

You can use almost* all applications regardless of desktop environment, when you install them they'll just pull in all their needed dependencies by themselves (which won't include the full blown DE but just toolkit libraries and other platform components), be it the standard distro package manager or Flatpak

*almost, because sometimes, but very rarely, they depend on some DE specific feature, maybe some Freedesktop portal or a specific Keyring

[–] [email protected] 0 points 7 months ago

@orbitz @m4 From my experience, most DE specific apps will run under another DE. There are exceptions to this and sometimes the amount of dependencies etc needed makes you feel like you are installing much of the DE. Also, some DEs fundamentally use different schemes for launching and configuring settings which can be incompatible with other DEs. There are workarounds, etc but have their own headaches. Other people may have a different experience.

[–] [email protected] 0 points 7 months ago

@orbitz @m4 You don't need to be running the desktop environment to run the app, you only have to have it installed. Like, KDE apps require (some parts of) KDE to be installed, but typically work fine even if you're running Gnome instead of KDE, and vice-versa.

Apps do tend to look and feel a little smoother if you use them in their "native" desktop environment though.