linux

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

hottari, in What has been your experience with Flatpak?

Great. I like being able to deny apps permission to my home folder with a simple flick via Flatseal. Only issue I have with it is the slow update times, flathub seriously need to get more mirrors.

morrowind, in Trying Out & Benchmarking Bcachefs On Linux 6.7
@morrowind@lemmy.ml avatar

That startup time test seems a little sus for BTRFS

drwho,

Very much so.

Chewy7324,

Yes, I’m surprised it is so bad considering btrfs was close to the other fs on most benchmarks.

ProtonBadger,

Yes, it seems like there could be a weakness there, unless it's just a fluke. The test has a background I/O load designed to stress BFQ I/O.

piexil,

It’s not just startup time, it’s startup time with heavy background I/O

possiblylinux127, in Plasma Bigscreen

Use kodi

youngGoku,

I couldn’t get any kodi extensions working… Do people still use this?

possiblylinux127,

Yes, it my primary way of getting TV on my TV. I use jellyfin for other platforms but kodi is nice because you can control it with your phone and it has a nice TV guide

flashgnash,

Kodi is kinda klunky and old fashioned imo

possiblylinux127,

You can change the skin. I use osmc which is has a much nicer skin by default

oldGregg, in What has been your experience with Flatpak?

Seems like every flatpaks update has to redownload Nvidia drivers for each package which is like 500mb, and my download speed is 3mb/s on a good day. So flatpaks limit me to updating once a month

hottari,

You can pin the Nvidia driver with flatpak mask appname and update the rest of your apps.

possiblylinux127, in My few remaining gripes with linux

I don’t think you can adjust scroll speed on Gnome without Gconfig

poinck, in What has been your experience with Flatpak?

I have made very good experience with Steam installed from flatpak. Only my loved browser “qutebrowser” seems to be abandoned in the flathub-repo. It takes so much time to compile it on Gentoo, so flatpak is a very good fallback for programs with painful compile times.

sputge, in Just learned about AppImageLauncher

AppImageLauncher caused me problems in the past, similar to in this post.

So I switched to appimaged and have never looked back.

An implementation of AppImage tools written in Go by the inventor of the AppImage format.

After uninstalling AppImageLauncher, I had to make sure that ~/.config/systemd/user/default.target.wants/appimagelauncherd.service was also removed!


BTW the last release of AppImageLauncher is from 2020!

https://lemmy.world/pictrs/image/3b376912-55f3-4022-8214-a719e16b12ea.png

MonkCanatella,

Good looking out. I installed this and verified it’s working, but does this automatically start at start up? I can’t seem to get systemctl enable to work on it.

sputge,

According to the uninstall instructions here: github.com/probonopd/go-appimage/…/README.md#init…

appimaged should create the everything itself in order for auto start to work after launching it once via ~/Applications/appimaged-*.AppImage

e.g. systemctl --user status appimaged.service says that the service is enabled for me.

(Maybe you were missing the –user flag?)


I would follow the installation instructions and if that does not work, the uninstall instructions in reverse to create the service yourself (probably with systemctl --user enable --now appimaged.service)

MonkCanatella,

Oh awesome, yeah I was missing the user tag! Yeah all working now, thank you :)

drwho, in Using Asciiquarium for Aquarium in Linux Terminal

I’ve been trying to rewrite asciiquarium in Python off and on for a while. As it turns out, I suck at ASCII graphics just as much as high res.

velox_vulnus, (edited ) in Cyber hunt - A technical adventure for Unix fans!

deleted_by_author

  • Loading...
  • wgs,
    @wgs@lemmy.sdf.org avatar

    Can you edit your message to add a spoiler tag ?

    answerIt’s up and running ! The error you get is probably related to the fact you’re trying to trace it over ipv4.

    velox_vulnus, (edited )

    deleted_by_author

  • Loading...
  • wgs,
    @wgs@lemmy.sdf.org avatar

    There are online service that can do it for you. Check “IPv6” in the glossary.

    ItSaliReza88, in 5 reasons Linux is the best OS for coding
    @ItSaliReza88@mstdn.social avatar

    @JoeKlemmer
    It's not
    It's a kernel

    JoeKlemmer,

    I’ve been hearing this debate for nearly 32 years. It’s a useless argument.

    The correct name for the # symbol is “octothorpe,” but how many people do you know who call it that? You’ll either hear it called the Pound sign (by us older folk) or the more modern Hash mark.

    The fact is, Linux is both a kernel AND an OS.

    Pantherina, in A Nautilus Sucks Donkeyballs Linux Rant

    Dolphin integrates fine into Gnome. Installs a tooon of dependencies though

    CalcProgrammer1, in Anyone have experience with Intel Arc GPUs?
    @CalcProgrammer1@lemmy.ml avatar

    I’ve been running an A770 Limited Edition on Arch for a year now and I am happy with it now. It was a rough start, with issues ranging from glitches and crashes to HDMI and DisplayPort audio/VRR issues, but these days it is pretty solid. VRR works fine on my DisplayPort 144Hz 4K monitor. Most games perform pretty well but temper your expectations, the A770 is a midrange card.

    I can play Overwatch 2 at 4K 144Hz low settings just fine and I don’t see many frame dips. It’s not noticeable if it does dip because VRR. CS2 performance isn’t amazing, but at low settings 4K I get between 100 and 160 frames depending on complexity. I have FSR turned on. On Cyberpunk I have FSR turned on and it seems to dip down to 20fps when out in the desert and the city is in view, but usually 40 to 60.

    Kaidao,

    Thanks for this. I’m on 1440p so hopefully the performance will be a bit better. The A770 seems like it has great price to performance though, making it one of the top spots on my list.

    Glad to hear that support is solid on Arch

    CalcProgrammer1,
    @CalcProgrammer1@lemmy.ml avatar

    I upgraded from a 1440p 144Hz screen last month. It works well with 1440p and you won’t need to rely on FSR as much as on a 4K 144 screen.

    SteveTech,

    I wasn’t able to enable VRR on my monitor (with freesync). I’m using KDE Wayland on Debian Testing, just wondering if you knew a workaround or something?

    CalcProgrammer1,
    @CalcProgrammer1@lemmy.ml avatar

    What kernel are you using? Debian tends to lag behind with kernel updates which makes it a bad choice when running new hardware. I switched from Debian to Arch when I got my A770 because at the time Debian’s latest kernel even in sid didn’t support Arc at all while it worked fine in Arch.

    hellvolution,
    @hellvolution@lemmygrad.ml avatar

    Do you know you can add testing, sid, experimental repositories, right? Sid & experimental have super new kernels/versions…

    SteveTech,

    I’m running 6.5.10, also with an A770. I could maybe try/compile 6.6 later, but 6.5 seems new enough I thought.

    CalcProgrammer1,
    @CalcProgrammer1@lemmy.ml avatar

    Hmm, 6.5 should support VRR just fine yeah

    SteveTech,

    Yeah no change with 6.6, I guess I’ll probably open an issue somewhere when I have the time to figure out what’s broken.

    CalcProgrammer1,
    @CalcProgrammer1@lemmy.ml avatar

    Just to make sure, you’re using DisplayPort right? I don’t think the Arc cards support VRR over HDMI. The HDMI port on the Arc is actually a built in DisplayPort to HDMI converter, and I don’t think any converter chips support VRR modes.

    SteveTech,

    Yep, it’s definitely using DisplayPort!

    SteveTech, (edited )

    Okay so for whatever reason, turning Freesync on and off a bunch of times from the OSD and then replugging works until the next reboot, so I’ve dumped the working EDID and I’m trying to figure out how to load it at boot (but I’m not having much luck).

    For reference, the monitor is a Samsung LC24RG50.

    Edit: Got the EDID loaded, KDE says it’s supported, but VRRTest doesn’t really seem to do anything.

    Edit 2: Other games work fine.

    Static_Rocket,
    @Static_Rocket@lemmy.world avatar

    Yeah, I’ve noticed occasional regressions in video decode performance between kernel releases but they tend to fix them in the next release.

    Otherwise smoother sailing than Nvidia for sure.

    ikidd, in Just learned about AppImageLauncher
    @ikidd@lemmy.world avatar

    Never had it work right. 90% of the time it just prompts again or fails to run entirely.

    possiblylinux127, in What has been your experience with Flatpak?

    Flatpaks are great. I do wish flatseal was part of the flatpak standard. I want an android style permissions menu

    bjoern_tantau,
    @bjoern_tantau@swg-empire.de avatar

    Well, Flatseal is using flatpak’s standard way of managing permissions. Everything it does you can also do from the command line with flatpak. It’s just a frontend.

    I think KDE wants to add these options to it’s settings as well. That will be great, when it’s better integrated into the whole system.

    LaggyKar,
    @LaggyKar@programming.dev avatar

    KDE already does have the same thing in its settings

    Kusimulkku,

    I’d like to see permission pop ups so I know it wanted permission to do something and didn’t have them, having to ask me. Sometimes it is explained that certain stuff the app does are blocked by the sandbox by default for security, but you can enable it, which is alright. Sometimes you’ll just have to find that out for yourself.

    fxdave,

    I wish it would be possible now but it probably won’t happen until windows and mac will have similar features. The problem is that processes cannot just read a file, because in the container it doesn’t exist. It’s maybe due to permission. Maybe not. You cannot tell. Android apps are written in a way that they request access, while pc apps are just reading the files directly without requesting permission.

    So the app has to be written for flatpak. However, afaik, this is the maintainers goal too. Btw, the file open dialog is a currently working example of the dynamic permission handling. It’s just that the app should use these features which is not guaranteed.

    Kusimulkku,

    That makes sense. Unfortunate that we won’t have it anytime soon

    Redoomed, (edited )

    I want an android style permissions menu

    Same. In addition to the prompt-based permissions that @Kusimulkku brings up, I’d like to see more granular control of permissions. For example, a flatpak app’s access to webcams, controllers, etc. are all controlled through just one permission: –device=all (aka “Device Access” in KDE’s Flatpak Permission Settings).

    Juujian, in How to choose a computer/laptop/device that is better compatible with linux? Are there certain things to look out for when shopping?

    Lenovo/Thinkpad will certify certain models for use with Linux, other brands sell Linux laptops. Those are obviously good indicators that those models should be safe to choose. More generally, the more popular a model is, and the longer it’s been on the market the more likely they are to be compatible, just because they are in people’s hands and people tinker with them and add stuff to the Linux Kernel. So stay away from the latest model that is uncertified, and don’t choose the flashy, overpriced model that will see poor sales.

    pete_the_cat,

    I second this. I got a Lenovo Thinkpad Carbon X1 for work after the Dell I had originally got straight up refused to sleep. I would put it to sleep manually, close the screen and when fully closed the screen would turn back on. Also, it refused to charge properly so I just left it plugged in 24/7. One day it became unplugged and then refused to turn on at all.

    I’ve been running Fedora for about 2 years on it and the only issue I’ve had that I can’t fix is the fingerprint reader doesn’t work in SDDM/KDE for unlocking stuff. Fprintd recognizes it and I can enroll fingerprints, it just doesn’t work with KDE for some reason.

    TerkErJerbs,

    The fingerprint reader on mine doesn’t work either. I’ve read up on solutions for that regards Debian but I haven’t tried any yet. I have a yubikey and that works fine as an extra layer of login security.

    pete_the_cat,

    I wanted the fingerprint reader to work just because it’s easier than typing a password, using something like a YubiKey is the complete opposite unless you keep it plugged into the device 24/7, and then it really no longer serves its original purpose.

    d3Xt3r,

    Yeah, unfortunately it looks like the reader on the X1 is a special case. Thankfully, this isn’t an issue with my Z13 - the reader itself worked out-of-the-box, just had to enroll my fingerprint from the Settings menu and then added fprintd to my pam.d rules.

    pete_the_cat,

    I’ve tried everything I’ve found in the Arch Wiki but nothing seemed to work, oh well, it’s not a big deal all things considered.

    Macaroni9538,

    Wonderful to know! thanks alot. I have heard alot of good about linux and thinkpads but only up to a certain generation I think? What about HP? my computer repair guy swears by HP but I honestly know nothing about HP and never hear people talk about HP either.

    bustrpoindextr,

    HP consumer products are literal garbage. The only good thing that comes out of HP is their commercial server equipment.

    Lenovo won’t let you down for Linux. I’ve run Linux on thinkpads for years, multiple generations. I used to work at IBM, so I had em for work. Rock solid machines, I still run with them today (just the newer generations).

    Macaroni9538,

    What about HP business grade stuff? thats what ive heard good about. Also any idea on other IBM equipment than their old thinkpads? I have no clue about nowaday IBM but am curious.

    bustrpoindextr,

    IBM doesn’t do consumer stuff anymore they sold the entire side of that business to Lenovo.

    HP Business stuff is pretty good but it’s gonna run you a pretty penny.

    TerkErJerbs,

    I have a lenovo thinkbook (cheapy thinkpad) for work with AMD chip and gpu. It wasn’t one of their models certified for linux but everything runs flawlessly for a lean debian build for me. I’ve had linux on several laptops and this is my second machine with AMD chips, and I’ll say that what you hear is true; There are way more, and better, drivers available for AMD if you go with linux.

    My 2 cents.

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