There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

nyan , in Share your favorite Linux Desktop Environment

TDE (for those who haven’t encountered it before, the Trinity Desktop Environment forked from KDE3 more than a decade ago). It might not be the flashiest or the newest, but it has a decent selection of features and applications, and presents a traditional desktop environment whose interface doesn’t get changed for the sake of change. In other words, it stays out of the way and lets me get things done.

(If I’d liked Gnome 2 better than KDE 3 rather than vice-versa, I probably would have gone for MATE instead.)

Audacity9961 ,

Correct me if i’m wrong but doesn’t TDE depend on the undermaintained qt3?

nyan ,

The TDE crew have also taken on responsibility for maintaining TQT (formerly QT3). If you’re aware of any open bugs, go ahead and file them to the TQT3 repo on TDE’s Gitea and someone will have a look.

Eufalconimorph , in I keep closing my browser tabs by accident with Ctrl + W

Pretty sure that’s been the shortcut since Mozilla Phoenix (now Firefox) introduced tabs in 2002 or so.

thepiguy , in is there a Linux alternative to windows 10/11 that is similar?

I would always recommend mint. If you want domething which looks a lot similar then zorin does that really well, and it also has you pay if you want some stuff preinstalled so that part is like windows too. Keep in mind that Linux is not windows and it will never be 1:1.

Gaming on Linux is pretty awesome if you use steam. It is painless in my experience.

Linux is used by a lot of professional programmers who might also have gotten training during uni, but honestly, I don’t think that is needed anymore. It can be used by anyone who is willing to accept that Linux will never be 1:1 to windows.

knobbysideup ,

Steam is great these days, even for windows games. Zen pinball and stray, for example, work flawlessly.

thepiguy ,

I can 100% back this up. I never had any issues with any of the games I play. The most effort I put in was get dotnet for assetto corsa using protontricks, and that is pretty much the only game which required tweaking from me. I mostly play metroidvanias, and all of them work for me. I can also vouch for 99% of the games out there. Warframe and csgo also work really well.

20gramsWrench , in Why do we need tiling window managers when we have tmux?

gaps

David_H , in Share your favorite Linux Desktop Environment

xfce for a very long time. I really like tiling WMs but always come back to xfce

sabriy01 ,

Xfce is the best!

flashgnash ,

See I don’t really get the appeal of xfce, I kinda see it as the minimal DE you use if you’ve got low powered hardware or if you need a DE on a system that isn’t a personal computer and just need the bare minimum to run a graphical application or two

20gramsWrench ,

it’s the quickest fully featured de, and as an added bonus, it’s the least buggy of them all, it’s also very simple in it’s functioning, fairly close to a diy desktop + wm config, so tweaking random stuff like the compositor is easy to do and doesn’t break everything

sedot , in Share your favorite Linux Desktop Environment

Xfce, i just like it.

solariplex , in RustDesk (Open source TeamViewer / Citrix alternative) 1.2.0 released

Wayland support, would you look at that!

Was it rustdesk or some other popular open source remote desktop software that had “no plans of supporting wayland”? In any case, nice!

aksdb ,

Just a beta feature though. Last time I checked it still didn’t work unattended. So unless the missing wayland puzzle pieces are in place now, it’s likely still unusable for be.

RasenEmu ,

That is also a wayland showstopper for me personally. Does someone know if it is a per se wayland issue or is there “only” the implementation missing (i.e. in plasma wayland for instance)?

aksdb ,

Wayland is all about protocols being implemented by the DEs. So far there is (afaik) not a fitting protocol for remote desktop usecases.

Even screensharing is still a PITA, since the desktop portals work independantly from the requesting application. App asks portal “what apps and screens are there?”, then the user gets prompted by the portal to select the allowed entities. Then the application lists these again, user picks it again, and then gets prompted by the portal again to basically confirm that you really want to share it. That’s mostly a discrepency between how the apps work (on X11, Windows and OSX vs Wayland). But it’s in the end still a pain for the user.

Grabbing and manipulating inputs is another matter. Allowing that globally is a security issue, so Wayland doesn’t do it. But remote desktop needs that. So now there needs to be a standard protocol that the DEs implement to allow remote desktop solutions to access inputs. Or they do it like RustDesk, run as root and intercept inputs before wayland gets a chance to intervene.

RasenEmu ,

Thanks for the insights. Than I might try RustDesk again, and see if they successfully worked around the wayland shortcomings.

Yeah, screensharing is not optimally either, but at least it is working. I mean I could live with a portal which operates like for example a file chooser, but than it should implement the whole process of choosing a window or a screen without any further interaction necesary in the parent application.

LaggyKar , in Migrating Linux install from old SSD to new SSD with different filesystem
@LaggyKar@programming.dev avatar

If you’re gonna do btrfs snapshots, you may also want to create subvolumes for certain directories to exclude them from the snapshots, similar to rootco.de/2018-01-19-opensuse-btrfs-subvolumes/

Jasontheguitarist , in KDE freezes when going to sleep/suspending

I had the same issue running fedora kinoite on an old laptop with integrated Radeon graphics. Scrambled video when waking from suspend, and even if it does start to look normal its still pretty much frozen.

reggie , in How to create a sandbox folder, restricting write access to all files contained in it to that folder itself?
@reggie@lemmy.fmhy.ml avatar

To be completely safe I’d just use a VM, if you think that is an overkill then I suggest bubblewrap

appoloin ,

Firejail is another option

kanzalibrary , in Share your favorite Linux Desktop Environment
@kanzalibrary@lemmy.world avatar

is anyone used herbsluftwm for low powered CPU here?

spencer , in How to create a sandbox folder, restricting write access to all files contained in it to that folder itself?

Depending on what level of malware you’re worried about, running it in a Docker container could be a solution.

QuazarOmega , in RustDesk (Open source TeamViewer / Citrix alternative) 1.2.0 released

Always cool to see it progress!

Rewritten with Flutter

Wasn’t it from the start?

Fryboyter OP ,

I am not sure myself, so the following may be wrong.

In my understanding, the rewrite refers to the RustDesk desktop whose interface appears to have been created with Sciter, which was replaced by Flutter.

github.com/rustdesk/rustdesk/discussions/533

QuazarOmega ,

That looks right actually, so they had been using Flutter already for mobile and finally decided to align their desktop codebase to it too, makes sense

lemmyvore , in I keep closing my browser tabs by accident with Ctrl + W

I used to have that problem with Ctrl + Q and Ctrl + Shift + W. I used AutoKey to map them to an empty AutoKey phrase.

AutoKey lets you target only specific types of windows if you want, so you can additionally limit these mappings only to the browser.

You can also map Ctrl + W to an AutoKey script that converts it to Ctrl + Backspace:
keyboard.send_keys(“<ctrl>+<backspace>”)

The difference between phrases and scripts in AutoKey is that phrases can only output dumb text (and expand some macros), whereas scripts are Python code that can do stuff with the keyboard, mouse, windows etc.

lckdscl OP ,
@lckdscl@whiskers.bim.boats avatar

I’ll check it out, but hope it doesn’t affect performance. Thanks!

lemmyvore ,

I’m using AutoKey scripts like that in some games to automate weird key combinations and it has a very good response time. If it’s responsive enough for a game it will probably work for text editing.

tubbadu ,

This sadly only works under Xorg

Dreadful6644 , in What modern (gaming) laptops should be avoided for proprietary firmware or whitelists/gate keeping? Also posted Linux GPU telemetry data from Stable Diffusion

I have a dell G15 5525 with rtx3060. No issues besides the general Nvidia driver issues. You can check the Arch Wiki.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines