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.

MrFagtron9000 , in Ubuntu 23.10’s New Software App Will Demote DEBs (Apparently)

Why do Linux nerds that care about this sort of stuff hate snaps so much?

Is it the concept of snaps / flatpaks that is the issue or snaps specifically because Canonical is behind them?

I know literally nothing about how they work except I installed the VLC snap and it’s fine.

I couldn’t install Parsec (a remote desktop game streaming app) because of a missing dependency (an old version of lib-something codec that wasn’t in my newer version of Ubuntu). I spent like an hour trying to figure out how to take the 18.04 version and add it to 22.10. I don’t know Linux at all so I wasn’t making much progress. Someone, not the developers of Parsec, made a flatpak and it magically worked.

I was afraid that because the flatpak was made by some random guy I couldn’t really trust it. I looked inside the flatpak and it’s seems to be nothing except for the Parsec deb coming straight from the official Parsec URL and that libcodec thing that was causing a problem.

So from my perspective, not knowing the technical details or politics, what’s the problem?

ancientweasel ,
  1. They kinda suck. They take a long time to launch
  2. They are in practice proprietary to Ubuntu so they are not really FOSS
  3. The draw of Ubuntu it is was based on Debian Testing and therefor pretty stable.
  4. It’s Yet Another Containerization stack. We already have flatpack, app image, chroot jails and more.

Why would a serious user want a psuedo proprietary Nth app containerization platform that sidesteps a serious incubation chain and has poor performance?

fruitywelsh ,

The snap store is proprietary, flatpaks handle the graphical app space better, OCI containers handle the service space better, and really high reported load times.

Flatpaks are awesome IMHO.

jcb2016 , in Found this blast from the past (2015) on an old hard drive
@jcb2016@lemmy.world avatar

I smelled gnome a mile away 😂😂

ShittyKopper ,

Well you should check your nose because that was Unity

Nyanix , in Wayland is pretty good, actually
@Nyanix@lemmy.ca avatar

I’m thankful they’re finally doing something about vsync, but I’m still going to need the option for preventing app sleep when outside of viewport. It sounds like an odd complaint, but it means not being able to have a game on one virtual desktop and its wiki on the other. It means not being able to let music run while I’m working on another computer. It’s running better, and I’m glad to see it starting to play nicer with Nvidia, but not quite ready to make the leap 100%

semperverus ,
@semperverus@lemmy.world avatar

see it playing nicer with nvidia

This may seem like a small nitpick, but the way you phrased this is backwards. Keep in mind that the problems with wayland on Nvidia cards is squarely to blame on Nvidia. Nvidia is finally playing nice with wayland, not the other way around.

Nyanix ,
@Nyanix@lemmy.ca avatar

Very fair point

2xsaiko ,
@2xsaiko@discuss.tchncs.de avatar

What do you mean about app sleep? I’m doing these things you’re listing all the time and haven’t had any issues with it.

Nyanix ,
@Nyanix@lemmy.ca avatar

Interesting! I wonder if it’s a Wayland on KDE-specific thing. I’d read it as a security and efficiency feature of Wayland’s, where it suspends applications that are not in the viewport. An example case is that I’m playing FFXIV on virtual desktop 1. On virtual desktop 2, I have whatever thing I’m looking up or collecting in the browser. While I’m on virtual desktop 2, it suspends the game on desktop 1, which wouldn’t be a big issue in single player games as much, but in games that call to a server, like FFXIV or Overwatch, it disconnects you from the server.
I was able to get around this by using Windowed Fullscreen and turning on Caffeine so that my computer wouldn’t sleep, but the turn screen off feature also changes the viewport, so I’ve had to disable that feature entirely.
Then I work from home, my home computer is hooked up to the sound system, so I’ll play music through it, but then be on my work computer next to it. I’d like my computer to still black the screen and lock, but the moment it does either, viewport changes, music cuts off.
If it’s viewed as a security feature, then the fix should not to have to be preventing your screen from going off or locking. I’d loooove the ability to set certain apps from suspending when not in the viewport. Bonus points if it’s one of the features added to gamemoderun

2xsaiko ,
@2xsaiko@discuss.tchncs.de avatar

I’m using Plasma Wayland as well. Games do do that where they minimize on focus loss but I’m pretty sure they did that on X11 as well (especially since they mostly are using Xwayland) and I haven’t had any connection problems in multiplayer games when tabbed out. I’d have to see if your problem happens for me with virtual desktops, I rarely use them. And the music thing doesn’t happen at all, the screen locks and turns off and music/the youtube video/whatever keeps playing as normal.

What distro are you using? I’d chalk these problems up to a distro bug…

Nyanix ,
@Nyanix@lemmy.ca avatar

Huh, I didn’t realize others weren’t having these impacts, because Xorg doesn’t have these issues for me, it’s just as soon as I move over to Wayland. I’m on the infamous Manjaro, though I had the same issues on EndeavourOS

Digester , in [SOLVED] Steam Not starting on EndeavourOS/Arch
@Digester@lemmy.world avatar

How exactly did you install steam? Maybe delete the files and try installing it from a difference source.

Zangoose OP ,

I just installed it through pacman. I’m contemplating moving over to the flatpak version but I really don’t want to have to redownload all of my games

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

You don’t have to redownload all your games. I just switched to the flatpak this past month, here’s what I did:

Leave steam installed natively, install the flatpak alongside it, using flatpak steam, open the root of the library folder (should be steamapps), then find the corresponding folder from the native install and recursively hardlink all the files from the native install’s steamapps folder to the flatpak’s steamapps folder. Quit steam and reopen and all your games should be detected.

It’ll need to “update” basically all of them for at least a second to verify the files and it might need to re-process Vulkan shaders, but that’s it.

Zangoose OP ,

how do I hardlink files? I’ve been using linux for a few years but I’ve never really used links before for files. This seems to be the best strategy because everything else hasn’t worked so far

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

cp -lr <src> <target>

That command should do it

cp is the copy paste CLI tool. -l flag tells it to make a hard link instead of a second copy of the data itself on the disk. The -r flag tells it to recurse, so “do this copy operation on everything in every folder under the top level directory I hand you to copy”

Zangoose OP ,

Thanks for this! I ended up fixing the local steam install (ended up being a network manager problem with steam) but I’ll keep this in mind because I’ll probably want to switch to the flatpak version in the future anyway

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Eh, honestly, since Steam updates itself you’re probably fine without the flatpak unless you have a reason to need it.

loonix , in Switch to Linux phone?

Why would you want a Linux phone. Linux, especially on phones is insecure! Go with an Android phone

ReakDuck , (edited )

Why is it insecure? The only part about insecurity and Linux was only X11. We have Wayland now which is more secure than Android and Windows afaik.

loonix ,

People dislike my comment and providing no arguments. Here explained why Linux is insecure: twitter.com/DanielMicay/…/1180064036609826821and madaidans-insecurities.github.io/linux.html

ReakDuck ,

Twitter link is broken or smth can’t see it. Its hard to trust this page, especially because I don’t know what they mean with “data”, which data do they mean? And especially because they never mentioned wayland I dont see this as the newest security analysis.

I don’t want to say that Linux Desktop is secure, but I don’t know how secure it is with wayland.

Generally the way you get the Software makes Linux in practice by accident more secure as no users manages to get insecure packages through official repositories or other sources except tarballs not from github. Even tho github can also be insecure but its still more security compared to an random .exe or unsecure Edge browser.

eruchitanda , in Looking for a distro to dual-boot with Windows 10
@eruchitanda@lemmy.world avatar

Linux Mint is great, no Gnome.

Fedora is good choice too. It comes by default with Gnome, but it’s very easy to switch to KDE, or XFCE.

GL.

pglpm , in Now for something a bit different...
@pglpm@lemmy.ca avatar

Maybe there’s some problem with the links? If I click the image or the title of your post I only get redirected to an image.

coldhotman ,
@coldhotman@nrsk.no avatar

Same

ono ,

OP has multiple fediverse accounts and posted the same thing to communities on all of them. Either they’re deliberately spamming, or they don’t really understand how this stuff works yet.

chickenwing , in Wayland is pretty good, actually

I didn’t have an opinion on this until I tried to disable right click on a ubuntu machine with Wayland. It needs an xmodmap style tool.

Fisch ,
@Fisch@lemmy.ml avatar

That’s not a common thing people do tho

chickenwing ,

True but it’s something that can easily be done in xorg because it has almost 20 years worth of tools created for it.

Fisch ,
@Fisch@lemmy.ml avatar

True. But Wayland will get there too, it just takes time.

Gatsby ,

Yeah but by that time people will be posting ‘relationship ended with Wayland, (next thing) is my new best friend.’

Scraft161 , in Linux customization is GREAT; Even if it can lead to bad decisions
@Scraft161@iusearchlinux.fyi avatar

I like the aero aesthetic tbh, especially the vista rendition.

It’s heavy on GPU for sure; but it manages to pull off a relatively consistent look (or at least more consistent than anything that came after)

Gork ,

GPUs nowadays are orders of magnitude better than the ones during the era of Vista.

I see no reason why we can’t have Aero everywhere, even on systems with integrated graphics.

spunkie , in Wayland is pretty good, actually

Can’t be that good. I did a kde archinstall on a friends desktop just last week, 2070super with proprietary drivers, and wayland crashes on login. T_T

I’ve been using wayland for years but I’m running AMD.

OsrsNeedsF2P ,

Well yea it doesn’t work on Nvidia very well

Tami ,

The linux desktop experience in current day is honestly incredible to use. as long as you keep team green as far away from your hardware as possible. Not worth the headache to deal with Nvidia in my personal experience

Gatsby ,

I use Nvidia and I haven’t really had any problems myself.

Arch based system running a Nvidia Quadro card, then I have a 3080ti disabled on boot from Linux that’s passed through to VM’s.

Even passing it through to an arch based VM doesn’t give me any issues.

But that’s just my personal experience as well

lemann , in Found this blast from the past (2015) on an old hard drive

I had a live linux USB with Zorin, all set up with funky compiz cube animations and stuff. The casper-rw file always kept getting corrupted though and repairing it was a pain for me back then. That thing was what got me interested in Linux over a decade ago, I think I still have an image of it somewhere…

Then the RPi came along and sealed the deal. From that point on, I’ve always had a linux machine, up to now where my daily driver laptop runs Linux

walthervonstolzing , in Do any modern desktop environments support a grid layout of virtual desktops?
@walthervonstolzing@lemmy.ml avatar

Cinnamon also has it. As to window managers alone, fvwm has a grid layout with the viewport freely scrolling over the virt desktops. The upcoming wayland compositor Wayfire also has a grid layout.

Tau , in Linux customization is GREAT; Even if it can lead to bad decisions

Windows 7 and Vista are beautiful. It is very sad that Windows 7 is dying. Hopefully someone can make a good theme that replicates it (I’ve tried some but they are not just right)

Max_P , in Looking for a distro to dual-boot with Windows 10
@Max_P@lemmy.max-p.me avatar

You can take out “to dual-boot with Windows 10” out of the equation, they’ll all do that just fine especially if you stick with the bigger distros. They’re all assuming that people will do that at first when trying out Linux.

My usual recommendation is to try out a few in a VM first, get acquainted with it, get a feel of whether you like it or not before you install it on your real hardware. Then simply enjoy and welcome to Linux!

Max_P , in analyze traffic remotely over ssh w/ wireshark Using ssh
@Max_P@lemmy.max-p.me avatar

Wireshark also lets you do that directly from the UI and can do that with just tcpdump on the remote host. That can be useful if you’re trying to analyze traffic on a router or something that doesn’t have tshark available, like OpenWRT.

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