this post was submitted on 21 Aug 2025
64 points (95.7% liked)

Linux

57710 readers
802 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 have moved to Linux. Hopefully for a long time. Or even forever. Chose PikaOS with KDE. Based on Debian, but with latest kernels to improve gaming experience. And hopefully make it easier installing various Windows programs I need for work. Everybody got to start somewhere.

To be honest, I have tried Linux before with Ubuntu(back when those eee PC existed). I also used Manjaro and Arch. Even installed Arch without archinstall. Didn't exist back then. But I have to say Linux has definitely improved a lot. Almost everything just worked now. To be fair. I don't have nvidia gpu or Intel cpu anymore. Only AMD. So that could be part of why it went smoother.

One small annoyance I got was that my pc could not play from speakers when front audio port was connected by my headset. And now I need to figure out how to install Filemaker 19 pro on my PC. So I can work from home. Winehq is not encouraging

Can someone also recommend a really good replacement for Directory Opus but for Linux? Paid or free software do not matter. As long as it functions like Dopus does.

you are viewing a single comment's thread
view the rest of the comments
[–] eugenia@lemmy.ml 2 points 6 days ago* (last edited 6 days ago) (4 children)

Which features of Opus do you specifically use that aren't part of regular file managers? KDE's file manager doesn't do what you need? Other ones to try are Konqueror (probably the closest to Opus, it should be part of Debian's repo: sudo apt install konqueror), PCManFM (also part of debian's repo), Krusader, and Double Commander (found online, third party).

As for Windows apps, do NOT try to run them via Wine. Even if they will install (unlikely most of the time), they will be crashy. Games work because they don't use much of the Windows API, but apps do, and most of the API is not implemented under WINE. So your best bet is to run a Windows VM. You can setup a "spice" to share files between your VM and your Linux system, and then run these apps under a free version of Windows (you don't have to pay for a license these days).

[–] world_cavve@lemmy.world 1 points 6 days ago (1 children)

Regarding installing windows apps I figure I could do a docker installation and have windows inside it. And having winapps as the tool. https://github.com/winapps-org/winapps/

As for Opus, tabbed work is better in it than Dolphin that is currently installed. I thought Konqueror was split in browser and the file manager years ago. That Dolphin is the replacement file manager. Unless I misunderstood something years ago(wouldn't be first time).

[–] eugenia@lemmy.ml 3 points 6 days ago

Konqueror still has a file manager component that is not the same as Dolphin.

load more comments (2 replies)