linux

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

Sibbo, (edited ) in Fish rewrite-it-in Rust progress: 100%

Wow they actually did it! Congratulations and welcome to the age of second-gen systems languages!

TCB13, in Yubikey on Linux?
@TCB13@lemmy.world avatar

Now I’m gonna tell you what nobody talks about when moving to Linux:

  1. Proprietary/non-Linux apps provide good features, support and have tons of hours of dev time and continuous updates that the FOSS alternatives can’t just match.

Read the rest here: lemmy.world/comment/6584073

KarnaSubarna,
@KarnaSubarna@lemmy.ml avatar

If that was really true, then most of the enterprise servers would have be using Windows/Mac OSX by now 🤭

TCB13, (edited )
@TCB13@lemmy.world avatar

There’s a difference between Linux on the desktop (a pile of shit) and Linux on the server (the way to go). Get over it. It hurts but it’s true.

KarnaSubarna,
@KarnaSubarna@lemmy.ml avatar

And, the difference is?

TCB13, (edited )
@TCB13@lemmy.world avatar

The difference is that there’s a lot of commercial support when it comes to supporting Linux servers due to many reasons, when it comes to the desktop it simply isn’t there.

If you require “professional” software such as MS Office, Adobe Apps, Autodesk, NI Circuit Design and whatnot Linux isn’t a viable options. The alternatives wont cut it if you require serious collaboration… virtualization, emulation (wine) may work but won’t be nice. Going for Linux kinda adds the same pains of going macOS but 10x. Once you open the virtualization door your productivity suffers greatly, your CPU/RAM requirements are higher and suddenly you’ve to deal with issues in two operating systems instead of just one. And… let’s face it, nothing with GPU acceleration will ever run decently unless big companies start fixing things - GPU passthroughs and getting video back into the main system are a pain and add delays.

To make things worse the Linux desktop development ecosystem is essentially non existent. The success of Windows and macOS is the fact that they provide solid and stable APIs and development tools that “make it easy” to develop for those platforms and Linux is very bad at that. The major pieces of Linux are constantly and ever changing requiring large and frequent re-works of apps. There aren’t distribution “sponsored” IDEs (like Visual Studio or Xcode), userland API documentation, frameworks etc.

wesker,
@wesker@lemmy.sdf.org avatar

Is there a Lemmy version of lostredditors?

giacomo,

I don’t think you are correct. You will need to get over this. Thanks in advance.

ipacialsection, (edited ) in Edit: Flatpak (possibly regression) issue caused by either xdg-desktop-portal-gtk and/or xdg-desktop-portal-gnome
@ipacialsection@startrek.website avatar

It still sounds to me like something’s up with the disk. Can’t think of any solutions to suggest but I would run a SMART health check on it:


<span style="color:#323232;">sudo apt install smartmontools  
</span><span style="color:#323232;">sudo smartctl -a /dev/sda
</span>

If you prefer a graphical tool, you can do the same thing with GNOME Disks, which also has options for disk benchmarking.

In the resulting report, the overall health state should be “PASSED”, the “Type” column should show “Pre-fail” and “Old age” values, and the “Media-Wearout-Indicator” should be close to 100. If the overall health state is “FAILED”, then you will want to back up your files immediately and consider getting a new SSD.

jackpot,
@jackpot@lemmy.ml avatar

ive tried that actuqllt, it said there was no dev/sda. it did aay there was a dev/nvme0. scanned it and it ‘passed’ but i can try again

ipacialsection,
@ipacialsection@startrek.website avatar

/dev/nvme0 is probably your SSD. But if it passed you probably have nothing to worry about

jackpot, (edited )
@jackpot@lemmy.ml avatar

wait i think ive had a breakthrough, all system packages SEEM to run fine but all flatpak applications are effected. this seems to be flatpak related

jackpot,
@jackpot@lemmy.ml avatar

just tested it, vlc system package opens in .2 seconds but flatpak opens in 30 seconds.

db2,

Who’d have ever thought that having 47 copies of a library instead of using a shared library wouldn’t work out great. 🙄

jackpot, (edited )
@jackpot@lemmy.ml avatar

i do it for the sandboxing and flatseal. any suggestions?

db2,

Not specifically. It’s probably actually a configuration problem though, for any other program I’d delete or default the settings. Not sure how to do that for flatpak itself as I won’t use it.

jackpot,
@jackpot@lemmy.ml avatar

why wont you use it

db2,

The only use case I can see with any validity is for the sandboxing features, and I have no need of that currently.

32b99410_da5b,

You mean 1 copy and 46 links.

Flatpak isn’t a disk hog and this urban legend is dumb.

db2, (edited )

You mean 1 copy and 46 links.

That’s a shared library with extra steps. It’s also loaded 47 times. Thanks for playing.

jackpot,
@jackpot@lemmy.ml avatar

this impacts file access speeds too, system package opens things in like .2 of a second but flaptak again takes like 30

ipacialsection,
@ipacialsection@startrek.website avatar

Definitely flatpak related then. Try running one of your flatpak apps from the terminal, and post the output here; might help pinpoint the issue. You can list the ones you have installed with flatpak list, then flatpak run <one of the listed apps, e.g. org.videolan.vlc>.

jackpot,
@jackpot@lemmy.ml avatar

it took 30 seconds but this got outputted and then the file ran: dave@dog: ~$ flatpak run org.x.Warpinator Gtx-Message: 14:29:03.389: Failed to load module “xapp-gtk3-module” Using landlock for incoming file isolation

ipacialsection,
@ipacialsection@startrek.website avatar

Looking online, there are some suggestions to either (re)install xapp:

sudo apt install --reinstall xapp

or a related library:

sudo apt install --reinstall gir1.2-xapp-1.0

However, usually I find that errors like this mean nothing, so I wouldn’t be surprised if these steps change nothing.

Kristof12, in Linux Mint Debian Edition officially released
@Kristof12@lemmy.ml avatar

LMDE 6 still has a 32-bit version, probably the last kek

PropaGandalf, in Fish rewrite-it-in Rust progress: 100%

Now we have nu and fish. Great!

infinitevalence, in Edit: Flatpak (possibly regression) issue caused by either xdg-desktop-portal-gtk and/or xdg-desktop-portal-gnome
@infinitevalence@discuss.online avatar

How long ago did you delete everything?

SSD’s dont work like old HD’s depending on the generation of tech it might be storing multiple values per cell which means when you “filled” the SSD you put a charge into every single storage cell on the drive.

Garbage collection and TRIM will slowly over time clear out all the cells flagged as deleted but if one bit is still valid in a cell that was holding 3-4 other bits it cant overwrite that, or relocate it.

That means that your files/videos and such stay fragmented and may never get put back together sequentially or in a way that the controller can optimize again for speed.

The only fix, may be running a factory wipe from the Drive MFG’s tool set, that should fully blank each cell and let you re-install and make it feel fresh again.

Be warned though, you have already done a full drive write once at least, this would be another. You can expect some dead cells and while there is over provisioning that should provide replacements you could see a loss in usable space sooner than later.

jackpot,
@jackpot@lemmy.ml avatar

i deleted everything ywsterday, and i trimmed today. i was unaware of the dead cell issue. is there a way to disk defragment an ssd?

infinitevalence,
@infinitevalence@discuss.online avatar

in theory time, it should slowly rewrite everything to consolidate it. If you dont have time, then factory format and reinstall.

jackpot, in Edit: Flatpak (possibly regression) issue caused by either xdg-desktop-portal-gtk and/or xdg-desktop-portal-gnome
@jackpot@lemmy.ml avatar

alright edit: I have a Flatpak issue, not an SSD issue. does anyone have any thoughts? this could be due to the new linux mint update. my pc is a samsung galaxy s2 (750XED P13CFG)

jackpot,
@jackpot@lemmy.ml avatar

the linux mint discussion forum has a post about my model not being great but last update my system worked just fine. i actually think having a full ssd broke flatpak. otherwise ive hit a horrible regression issue github.com/orgs/linuxmint/discussions/277

danielfgom,
@danielfgom@lemmy.world avatar

Backup and install a fresh Linux Mint.

MRLimcon, in Edit: Flatpak (possibly regression) issue caused by either xdg-desktop-portal-gtk and/or xdg-desktop-portal-gnome
@MRLimcon@lemmy.ml avatar

I had this problem with flatpaks, I changed the dbus implementation to dbus-broker (in endeavouros) and it fixed the issue. It may be the same problem.

jackpot,
@jackpot@lemmy.ml avatar

how do yoy do that

MRLimcon,
@MRLimcon@lemmy.ml avatar

I installed dbus-broker and the package manager checked the dependencies and removed the unnecessary stuff. After that I applied the dbus-broker services:

systemctl enable dbus-broker.service

sudo systemctl --global enable dbus-broker.service

And then restarted.

Idk if it might break things in mint, so I would be cautious.

jackpot,
@jackpot@lemmy.ml avatar

by any chance does this have to do with gtk3?

MRLimcon, (edited )
@MRLimcon@lemmy.ml avatar

Yes, I remember reading about a gtk thing that interacts with flatpak, they said it should not give this error in April, but it seems to still be happening, idk.

Edit: I just saw that you deleted the gtk portal and it worked! So no need to install another dbus daemon.

Fizz, in On the Road to Plasma 6, Vol. 5 – Kai Uwe's Blog
@Fizz@lemmy.nz avatar

I’m going to need to get a better monitor to really appreciate the polish and work that’s been put into fractional scaling

1984,
@1984@lemmy.today avatar

4k monitors are awesome, you will never go back. Icons are sharp and looks almost as good as on mac OS.

2xsaiko, (edited ) in I'm an idiot (arm)
@2xsaiko@discuss.tchncs.de avatar

the answer for “what can unpack this archive” is pretty much always: bsdtar from libarchive

edit: sorry, I can’t read. libarchive unfortunately can’t write RAR archives.

excitingburp, in Desktop icons not loading

Try running your file manager or something else that displays icons from the terminal, it may log error messages.

bazsy, in Edit: Flatpak (possibly regression) issue caused by either xdg-desktop-portal-gtk and/or xdg-desktop-portal-gnome

What filesystem are you using? Is it encrypted?

Could you run a benchmark to verify if reads and writes are both affected? KDiskMark is like crystaldiskmark or Gnome Disks has a built in benchmark.

jackpot,
@jackpot@lemmy.ml avatar

not encyrpted. i tried running a write test in gnome disks but i get 'error unmounting /dev/nvme0n1p2: target is busy (udisks-error-quark, 14)

orac, in [SOLVED] How to customize dead keys under Wayland / Electron apps?

Not an answer to you actual question, but: I stopped using dead keys long ago because I found it irritating to have to hit space whenever I needed to break out. Instead I mapped my CapsLock to be a Compose-key which lets me make almost any symbol I ever need in a very intuitive wsy. It works everywhere (incl. Wayland).

pathief, (edited )
@pathief@lemmy.world avatar

I rarely had to hit space, honestly. My keyboard doesn’t have a key specifically for caps lock, a control key is there instead. I quite like it.

I’ve been trying to make a switch for the compose key but it’s hard to kick decades-old muscle memory heh

southsamurai, in Display blacks out while opening and closing applications on Wayland KDE.
@southsamurai@sh.itjust.works avatar

Since you got the answer already, I’m no longer unwilling to ask where the hell that wallpaper came from.

Gotta hook me up!

Namstel,
southsamurai,
@southsamurai@sh.itjust.works avatar

Much appreciated!

Sarcasmo220, in Yubikey on Linux?

usually when I have problems with YubiKey being detected it is because the pcscd service has not been started, or I forgot to enable it so it would start automatically on boot.

You can follow the instructions here on how to do so: linuxhandbook.com/systemd-start-service-boot/

vhstape,
@vhstape@lemmy.sdf.org avatar

Unfortunately, pcscd is running… At this point I am thinking it is a hardware issue with my setup

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