linux

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

MDKAOD, (edited ) in NVIDIA Linux Driver Adds Wayland Bug Fixes and Improvements

“hey here’s news. Maybe. I can’t actually tell you. It’s just what I was told. This hasn’t been relevant to me since it once was. But here’s a blog post about it. I like cheese.”

filister,

Your point being?

misophist, (edited )

Really weird article. A bunch of snarky comments from the author that add nothing to the conversation. “It’s been a decade since I touched an Nvidia card, so I’m just giving you the info I read in a changeling. Couldn’t tell you if it was true or not, so fuck you!”

filister,

I am also not a fan of this website, but NVIDIA proprietary drivers are notoriously bad especially with Wayland, so I was thinking that people might find it useful and upgrade their drivers.

null,

It’s weird that you’re being this defensive about it.

The other commenter wasn’t chastising you for posting the article, they were commenting on the article and the author of it. Nothing to do with you.

MDKAOD,

Nailed it. Sorry @filister, definitely was not a commentary on your post.

makingStuffForFun, in GNOME Recognized as Public Interest Infrastructure
@makingStuffForFun@lemmy.ml avatar

Cool. Now how about image thumbnail in the file picker. I mean seriously…

MonkderZweite, (edited )

Btw, why is filepicker a toolkit thing and not something the user can choose or switch out?

d_k_bo,

If the program uses xdg-desktop-portal, the file picker isn’t provided by the toolkit but by your desktop / portal implementation.

MonkderZweite,

Yeah, i mean outside of that. General Gtk and Qt applications.

fossisfun,
@fossisfun@lemmy.ml avatar

Outside of that the toolkit’s file picker is used, as the system doesn’t seem to provide one (via the portal), so the only reasonable fallback is to show the file picker that you know is there, which is the one of the application’s toolkit.

mfat,

Wasn’t this fixed finally a while ago? I swear i read somewhere it was.

makingStuffForFun,
@makingStuffForFun@lemmy.ml avatar

My understanding is it’s 13 years or so of requests, and still nothing. Something so incredibly basic, and required.

Yearly1845, (edited )

deleted_by_author

  • Loading...
  • makingStuffForFun,
    @makingStuffForFun@lemmy.ml avatar

    Wow. Thank you. Finally

    TheAnonymouseJoker,
    @TheAnonymouseJoker@lemmy.ml avatar

    Its there now.

    InstallGentoo, (edited )

    Isn’t it only for gtk 4 applications?

    TheGrandNagus, (edited )

    Already done like a couple of releases ago.

    GustavoM, (edited ) in Custom shell prompt tips and tricks?
    @GustavoM@lemmy.world avatar

    Use PS1=“▌t▐nw→” to display your local time each time you press enter. And make aliases of lengthy commands such as alias internettest=“curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -” (You need to install python to run this.)

    Vqhm, in Is an unknown supervisor password for ThinkPad bios an issue if I've already installed linux?

    It won’t matter that much UNLESS a specific setting you might want is disabled such as virtualization.

    Consider checking now if virtualization is enabled or disabled. If your BIOS settings are fairly permissive it isn’t that big of a deal. But if they are restrictive it can make it a pain in the ass to work around.

    GustavoM, in Best distro for my Laptop?
    @GustavoM@lemmy.world avatar

    Mint if you are a newbie.

    ZorinOS if you have no idea what you are doing.

    Gentoo if you hate yourself.

    Debian for that false sense of security (Its motto is “outdated packages = more security”).

    Synopsis0795,

    Sorry, I had forgotten to mention in my post, i am looking for a distro for max performance.

    backhdlp,
    @backhdlp@lemmy.blahaj.zone avatar

    Arch or Gentoo, depending on if you have the time to compile everything.

    muhyb,

    If what you really seek is the max performance, then the answer is easy: Gentoo.

    RagingToad,

    Debian actually does security updates on those old packages.

    Debian is more a “stable and boring” kind of thing :-)

    agent_flounder, in Custom shell prompt tips and tricks?
    @agent_flounder@lemmy.world avatar

    I customized mine to show git branch when in a git project directory.

    lemmyvore, in X11 forwarding (X server) for Android

    scrcpy

    phx,

    The play store entry for that looks even more sketchy

    Mixel,

    Source code is available at GitHub but it require you to have your phone by yourside e.g. connected via usb or in the same network so you can connect via IP

    averyminya,

    SCRCPY is phenomenal.

    fuckwit_mcbumcrumble,

    I use it daily at work and it’s fine. It does everything you’re looking for in the way you’re looking for it.

    Android natively supports video out for screen recording on your local machine. This just ingests the stream and plays it live instead of saving it.

    jack, in GNOME Recognized as Public Interest Infrastructure

    I’m very interested in the secrets storage. Hopefully that includes integrating programs with GNOME Secrets, especially firefox

    AProfessional,

    That is a Mozilla task. I can’t imagine they want it.

    jack,

    There are browser extensions like KeepassXC

    RegalPotoo, in Why aren't linux hardware shops on Ubuntu's certified hardware list?
    @RegalPotoo@lemmy.world avatar

    Because the list is “certified” not “works with” - essentially, the “certified” list is for hardware that not only works, but that Canonical will guarantee works and will make software changes to fix if it breaks

    onlinepersona,

    Sure, but why aren’t those vendors certified? Is it a lack of action on the vendor’s part? Is it a monetary problem where Canonical is demanding too much money and thus gatekeeping smaller vendors with smaller pockets from being certified? what is it?

    MrAlternateTape,

    I suspect most vendors just dgaf about being linux certified. They just build their hardware to work with Windows since that is what most people will use. If the hardware happens to work with Linux too, great. But it’s much more important to make sure it works with a system that over 90% of your users use.

    If you build laptops that you deliver with a Linux system on it, then yes, you will make sure it is Linux certified and it works properly.

    It’s not difficult to imagine that for most laptops that are made, Linux wasn’t even considered for a second.

    h3ndrik, in Is an unknown supervisor password for ThinkPad bios an issue if I've already installed linux?

    If it’s not an issue, it’s not an issue. If you need to change the settings at some point, you could look up if there is a way to reset the password. Or sometimes there are tools that let you change the EEPROM settings from linux, without needing to open the BIOS. Depends on the hardware.

    OsrsNeedsF2P, (edited ) in GNOME Recognized as Public Interest Infrastructure

    Huge congrats on everyone who got this working. €1M will really go a long way and GNOME absolutely deserves it!

    Expand and broaden freedesktop APIs

    I am very excite

    • KDE fanboi
    ProtonBadger, (edited ) in Custom shell prompt tips and tricks?

    Most prompt customizers have an option for showing how long last command ran and whether it succeeded/failed or simply prompt timestamp, it's often default. I use Tide, there's also Starship and a number of others. You can also roll your own ofcourse.

    this_is_router, in GNOME Recognized as Public Interest Infrastructure
    @this_is_router@feddit.de avatar

    Congrats GNOME!

    Does anyone know if homedir encryption will utilize systemd-homed?

    AProfessional,

    That’s the plan.

    this_is_router, (edited )
    @this_is_router@feddit.de avatar

    My comment wasn’t meant as a jab against systemd or gnome, I was just curious if there are different solutions for an encrypted homedir.

    I really like the direction linux, systemd and gnome are going! Big thank you to all the developers! <3

    lemmyvore,

    You can use Fuse to encrypt files on the fly using a wide assortment of schemas. The trick is to make it available at the right time to all the desktop apps (as the environment is starting up).

    All of this is available already, for example I’m encrypting the files I sync to Dropbox and I mount the decrypted version to a dir on my desktop on startup. It’s not the entire home dir but you get the idea. It’s just gonna need some polish to become really smooth and user friendly.

    this_is_router,
    @this_is_router@feddit.de avatar

    Im most interested in encrypted homedirs for servers. Since all my collegues are to lazy to use encrypted ssh keys, i hoped that systemd-homed makes it possible to secure them from the root user.

    Is systemd-homed already useable for such usecase? If gnome will do the same for desktops, that would be a big plus, thinking about firefox profiles and such. Hopefully also using pam or kerberos for decryption.

    I’ll look into fuse though, thanks for the hint

    lemmyvore,

    It’s usable but it comes with a fair amount of manual setup. Hopefully this is the kind of thing that Gnome will improve upon.

    wiki.archlinux.org/title/Systemd-homed

    TCB13, (edited ) in GNOME Recognized as Public Interest Infrastructure
    @TCB13@lemmy.world avatar

    Great news! Maybe now they’ll spare a day of work to get desktop icons going again. No more funding excuses for the fanboys now.

    TheGrandNagus,

    Desktop icons 🤢

    redcalcium,

    No amount of funding will make native desktop icon happen if the devs simply don’t want to implement then.

    InstallGentoo,

    Human ego is quite fascinating

    TheGrandNagus,

    It’s zero to do with ego and 100% to do with them believing desktop icons are awful.

    Quik,

    Why would you want desktop icons? I mean I get it, there were quite popular back in the day, but I don’t see how a big junky place of a desktop has any benefit

    RoadArchie,

    Shooting yourself in the foot to dab on the people trying to convert to linux

    TCB13,
    @TCB13@lemmy.world avatar

    Also forcing people to go KDE to be again disappointed because their design is bad.

    kariboka,

    KDE is awesome

    TheAnonymouseJoker,
    @TheAnonymouseJoker@lemmy.ml avatar

    Meh. The design and all is very good, great even, but the performance is donkey. And no, telling people to turn off animations and compositor is not a valid solution, when other DEs keep the animations, especially GNOME.

    TCB13,
    @TCB13@lemmy.world avatar

    What’s the point of going against every tried and true DE experience. Why can’t we just have them, disabled by default so some people don’t freak out.

    danielfgom,
    @danielfgom@lemmy.world avatar

    You might not want to but the average user definitely uses that. It should be a toggle in settings for the best of both worlds

    Chewy7324,

    I really like Gnome but requiring extensions to work properly is bad design imo.

    For example my moms laptop runs Gnome and she doesn’t need much except 3 basic features: a dock, desktop & tray icons. Tray icons are necessary because Nextcloud relies on them to show the sync status, desktop icons are great to have temporary files easily accessible for a presentation.

    In my opinion the most frustrating decision of Gnime is to not allow making the “dash” permanently visible, in other words, a dock. I’d argue it’s even an accessibility option because it’s easier to click on something visible than having to open the overview.

    It’s frustrating since Gnome is an almost perfect desktop for anyone who wants a simple, working desktop.

    TheGrandNagus,

    I use Gnome without extensions, it’s great. IMO Microsoft didn’t invent the perfect UX paradigm back in the early 90s. People use a task bar and start menu because they’re used to it, not because it’s better IMO.

    I’m glad Gnome had the balls to do away with tradition and go with something different. It’s led to a much better workflow IMO.

    Chewy7324, (edited )

    Gnome is great for people who like the opinionated workflow. Sadly that is not most people, at least I know of 5 people who tried Gnome and 4 came to the conclusion that the lack of a taskbar/launcher/dock makes it unsuitable for their desktop usage.

    If Gnome had an optional dock, they might’ve actually used it and found out how great Gnome is. Maybe at some point they’d even disable the dock and return to the blessed workflow.

    turbowafflz,

    I wonder if there’s a way they could neatly implement them without cluttering the desktop. Like what if they were somewhere in the overview or something?

    d_k_bo,
    TCB13,
    @TCB13@lemmy.world avatar

    For the 1000th time, those extensions aren’t even close to what something really native would offer. They fail in some circumstances like drag and drop to certain plains and behave inconsistently.

    aniki,

    deleted_by_author

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

    Welcome to Linux. It’s dope here. Things are FAST.

    Yes, until you decide to use GNOME and suddenly everything “endlessly complex” while you wait for pointless UI animations to finish. :P

    eclipse,

    Never had issues with Gnome on low end hardware but, you can disable animations in the accessibility settings. (No extensions needed!)

    TCB13,
    @TCB13@lemmy.world avatar

    Not all animations.

    TheAnonymouseJoker,
    @TheAnonymouseJoker@lemmy.ml avatar

    GNOME is the snappiest DE on low end hardware besides LXQt and XFCE, but go on.

    d_k_bo,

    GNOME Extensions actually run in the gnome-shell process itself and can do most things that a builtin solution could offer.

    They fail in some circumstances […] and behave inconsistently

    That proves why they shouldn’t be part of GNOME Shell themselves. Offloading some (debatable) functionality to extensions helps keeping the core components reliable and maintainable.


    Side note: there is also a DING implementation with supposedly better DnD support: …gnome.org/…/gtk4-desktop-icons-ng-ding/

    Quik, in GNOME Recognized as Public Interest Infrastructure

    Great News!

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

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 22294392 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 174

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10283576 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php on line 339