linux

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

deczzz, in 10 REASONS why Linux Mint is the desktop OS to beat in 2023
@deczzz@lemmy.dbzer0.com avatar

Installs mint. Connects to wifi at work. Prompted with a window that wants me to specify certificate versions or whatever. No clue about what any of it means and never get to connect. Uninstalled and back to Windows. Mint so easy to use /s 👍

mercury,

Mints wifi was a pain in the ass first time I used it, try some distro with kde as stock, or install it yourself. Might be more usable

deczzz,
@deczzz@lemmy.dbzer0.com avatar

Yeh and apparently Lemmy folks down votes legit bad experiences with gnu/Linux. If you think the user is the problem here, this community seriously have a problem if thet want gnu/Linux to be mainstream.

mercury,

People here really do need to realize how little the average user is willing to tinker and troubleshoot. Not to mention the software availability. Saying “it’s soooo easy to switch over” is just blatantly false, even now. The vast, vast majority of gamers play games with incompatible anti-cheat. Those people will likely not stop playing the games they want to because of moral values or Foss whatever’s. Same with software. Sure, krita or gimp are easy as hell to pick up, but if you’ve lived your whole life with Photoshop, and have no problem other than the usual adobe bullshit, you’re not gonna switch to an is with zero possibility of supporting that app any time soon.

I can’t offer a solution to fix linux’s issues, but there needs to be a community willing to answer the most basic questions honestly.

Yerbouti, in What distro for a MacBook pro late 2013 15'

+1 for Fedora. I have Nobara on my 2012 mb and it rocks. Nobara is Fedora but with all the codecs and Audio/video stuff preinstalled.

neo, in LXQt 1.4.0 released
@neo@hexbear.net avatar

I really like LXQt for VMs. It is lightweight and fast enough to provide a very snappy environment, even beating out something like XFCE. With LXQt I get the minimally viable desktop environment with a panel, notification handler, etc.

Though most recently I have been using XFCE specifically because its notification widget gives me more info in the preview.

YamiYuki,

Same for me. I may have the ability to use GPU pass-through, but if I’m not willing to heat up my room, I use my VM with Lubuntu.

Skelectus, in Am I going off the deep end by considering Fedora Silverblue or Kinoite?
@Skelectus@suppo.fi avatar

Tried it before, but went back to normal version. I recall it being slightly limited in package availability and some apps requiring extra fiddling.

Maybe it’ll be fine for your use case, though.

mcepl, in What has been your experience with Flatpak?
@mcepl@lemmy.world avatar

I am on MicroOS-based distro, so all my GUI applications are from Flatpak. I don’t see any difference from more traditional distro, it just works.

Sh1ft, in 10 REASONS why Linux Mint is the desktop OS to beat in 2023

I have used some distros by now and I do love mint. But a few years back every major upgrade of mint lead to bugs and me reinstalling my system. So far the only Distro i tried that just keeps working is MX Linux on my old laptop.

Because I want to get rid of windows I installed Nobara. I love to play games. I works pretty good, but since only one guy ist maintaining it, it should be not considered a daily driver.

I am still not happy because it dont want to switch between distros for gaming and working.

woelkchen,
@woelkchen@lemmy.world avatar

Because I want to get rid of windows I installed Nobara. I love to play games. I works pretty good, but since only one guy ist maintaining it, it should be not considered a daily driver.

Nobara is just a Fedora remix. I’ve used another remix a bunch of years ago and converting that to a regular Fedora installation after its maintainer left was just removing that addon repo and letting dnf handle the rest. I think I only needed to switch to Fedora’s branding packages.

Psynthesis, in Clevo Laptop doesnt boot any Linux USB sticks? partitions not found, fstab errors and all?

I have never used those tools, I usually just dd the iso to a usb. I am assuming you are on a linux distribution already. I would download a fresh iso and verify the checksum. Then use dd to write to the usb. I use this format, and of course replace the path to iso bit and /dev/sdx (your usb)with what is relevant to your situation. Just open terminal and type

sudo dd bs=4M if=path/to/your.iso of=/dev/sdx conv=fsync oflag=direct status=progress

You probably already know but you can find the usb’s specific /dev/sdx with sudo fdisk -l

Pantherina,

Both tools use dd underneath so this should be no problem. But I can try

bestnerd, in this random process was using 25 % cpu is this a virus?

Maybe? It could be numerous things. Are you using containers? Did an update or upgrade fail? Did you install and or patch something? Anything in sys logs giving off ERR or WARN? What’s your system and distro? What was the last few things you did before this popped?

Artemis_Mystique,

Fedora 38. nothing installed

bestnerd,

What about the other questions?

aksdb, in Anyone have experience with Intel Arc GPUs?

I would love to upgrade to one, but from tests I gathered that they have an exceedingly bad idle power draw. Given that the card would idle most of the time, I don’t really want to waste power on it if nvidia and amd manage to stay far lower.

stella, in Are there any downsides to using Homebrew as a package manager on Linux?

Not sure why you would want to.

Linux package managers are state of the art.

alt, (edited )

Not sure why you would want to.

😅, it’s explained in OP.

Linux package managers are state of the art.

I wonder if Nix-users would agree 🤔.

recarsion, in What has been your experience with Flatpak?

I avoid it like the plague. It’s fat and slow, and the Arch repos + the AUR have just about everything anyway (I use Arch btw, in case you’re wondering). I’ll sooner build from source than touch anything flatpak.

EddoWagt,

It’s fat and slow

With modern hardware neither of those really are an issue. You can get a 1 TB nvme ssd for €50 and 2 TB for less than a 100. That should lend you plenty of storage and speed

recarsion,

I still find it noticeable 🤷 I do have an nvme ssd, and while 50 eur is negligible to you or me, not everyone is so lucky, + there’s no reason to create e-waste when your older hardware is working fine.

Presi300,
@Presi300@lemmy.world avatar

AUR can be an unstable mess at times (yes, it’s very convenient, but it has flaws and arch isn’t the only distro out there. Also the space argument just makes no sense, yes the 1st time you download a flatpak, it downloads like 1~2GB of dependencies, but after that all other flatpaks use said dependencies and are a fraction of the size. So ironically, flatpaks end up using less space than AUR packages, if you don’t clean out their cache…

recarsion, (edited )

Yeah I’m always wary of what I install from the AUR, never more than 1 or 2 packages on any given system. But a surprising amount of stuff can be found even in the main arch repos, so the AUR is rarely necessary.

Pantherina,

There are too many, especially outdated runtimes in use. That is a problem. I have like 7GB of runtimes, somewhere a year ago when I roughly counted it.

Presi300,
@Presi300@lemmy.world avatar

flatpak remove --unused

Pantherina,

All in use by like one app. Sorted them 100 times, still some need it and I need the app

pastermil, in OpenELA makes Enterprise Linux source available

AlmaLinux is yet to join, it seems. Interesting…

Caboose12000, in What has been your experience with Flatpak?

most flatpaks are awesome, it’s my preferred way to get apps. except for steam and syncthing. for some reason no amount of fuckery in flatseal can get flatpak-steam to correctly recognize my game drive or flatpak-syncthing to actually sync files from certain locations. for everything else tho flatpaks rock

Toribor,
@Toribor@corndog.social avatar

Flatpaks are sandboxed to user space. I use Flatseal which allows you to grant flatpaks additional permissions. I used it to allow the flatpak version of syncthing to sync files that it otherwise lacked read/write permissions for.

That solution has worked really well for me and resolved my main frustration with flatpaks.

Caboose12000,

yeah I mentioned I used flatseal lol. Ive tried giving it specific narrow permissions and I’ve tried just enabling everything and giving it full perms but nothing works great the way other versions of syncthing and steam just work

Pantherina,

Syncthingy works great? Try either Flatseal or KDEs flatpak permission settings to add the directories you are missing. As long as all packages use Portals, either they are completely unisolated or they break in those ways. I prefer the second option and add the needed directories

hellvolution, in What has been your experience with Flatpak?
@hellvolution@lemmygrad.ml avatar

Why flatpak when I have apt/.deb? I never needed, at all, any flatpaks

Pantherina, in What has been your experience with Flatpak?

I started on Debian, Ubuntu and Fedora. Native apps where often horrible. I remember SciDavis for Ubuntu being completely broken, Libreoffice for Fedora, and Flatpak just worked.

Officially supported Flatpaks are great, a bit like the Windows way but better, as they are reviewed, containerized and in an actual repository.

But flatpakking random apps isnt that easy, but I really want to learn it. Especially an easy semi-automatic way of converting Appimages (may they burn in hell) to Flatpaks. Like BalenaEtcher and so many more.

Also, Flatpaks are not secure in the case of biig projects. Nearly all the known Linux apps like Libreoffice, Gimp, Inkscape etc are unisolated. And trying to specify the permissions (only home and all the mounts, instead of your entire root partition) gives you “they are insecure anyways and should get portals” and your PRs closed.

So they are in a very incomplete state currently, and you need to manually secure them to be actually kinda protected. But without Portals, entire home access is not actually isolated.

Also, try and use the --verified repo:


<span style="color:#323232;">flatpak remote-add --subset=verified flathub-verified https://flathub.org/repo/flathub.flatpakrepo
</span>

Problem here is that many apps like VLC, that work great, are not yet adopted by upstream, so the verified repo is not really usable currently.

And native messaging (keepassxc-browser, etc.) and other things are not always working. Drag&drop is, for some reason, but not in Firefox, maybe there are different ways.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #