• 1 Post
  • 55 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle
  • Love it when people speak with authority and are confidently incorrect. Eugenia is right.

    You could potentially use flatseal to grant the flatpak the necessary permissions, and you might find out what those permissions are by looking for other users experiences with the flatpak version.

    Or, you find the .deb file and it installs natively without being sandboxed. OR, you can find a PPA repository for it, load said repository and install your software.

    But those things require learning a little. Linux rewards self starters who can use a search engine and forums. Hope this maybe points you in the right direction.




  • That’s one thing I find particularly neat about Fedora, it has all of these software package groups that can be either added on at install, or installed at any time, including:

       3D Printing
       Administration Tools
       Audio Production
       Authoring and Publishing
       Books and Guides
       C Development Tools and Libraries
       Cloud Infrastructure
       Cloud Management Tools
       Container Management
       D Development Tools and Libraries
       Design Suite
       Development Tools
       Domain Membership
       Fedora Eclipse
       Editors
       Educational Software
       Electronic Lab
       Engineering and Scientific
       FreeIPA Server
       Games and Entertainment
       Headless Management
       LibreOffice
       MATE Applications
       MATE Compiz
       Medical Applications
       Milkymist
       Network Servers
       Office/Productivity
       Robotics
       RPM Development Tools
       Security Lab
       Sound and Video
       System Tools
       Text-based Internet
       Window Managers
    

  • I got a laptop with a touch screen for a young kid in my family, installed Fedora Workstation with its native Gnome desktop, and touch worked great without any tinkering.

    Gnomes workflow is a big departure from windows, but with its gesture navigation on a trackpad, I think it’s a highly superior way to use a laptop. My desktop gets KDE Plasma, but if I had a laptop it would use gnome


  • I have that issue with every SuperLuminova watch that I have, which is part of why I went for this one. All of the applied markers are tritium gas vials, so they glow violently, but only for 10 or 15 years. I have pistol sights one a few of my guns that use the same tritium vials for low light shooting. I love the stuff. Check out the rest of Ball’s line, almost all of their watches use tritium.












  • Chances are very, very high, that you are not nearly interesting enough to warrant someone utilizing said back door to discover your stash of furry lewds. The primary target for an exploit like this, is either nation state level (industrial/political espionage, tampering with financial markets, etc.) or criminal enterprise level going after high value targets. Trying to dragnet every random whoever to see if they have data worth compromising wouldn’t be much of a money maker.

    That said, this is one of the dangers of using a rolling release. I was running endeavourOS and was likely exposed to the back door for a while. I’ve since switched back to Fedora, which was only exposed on its testing branch (rawhide).


  • Why bother with Pop!_OS when you’re comfortable with Arch? Arch is, in my opinion, better for gaming just due to its newer packages, and certainly its newer Kernel. I’ve been running EndeavourOS which is basically just pre packaged Arch, and it handles all of my gaming and productivity tasks more to my liking than any Ubuntu based distro, certainly better than Pop! did.

    Also, I see no reason why you shouldn’t delete all of your old partitions and start fresh, but when you do, give EndeavourOS a whirl and see if it handles all of your dev tasks and gaming. I think you’re over complicating your system and not getting any tangible return from dual booting Pop!



  • I would say that EndeavourOS, while being more fleshed out than vanilla Arch, has a lot fewer GUI tools for system configuration than say, Linux Mint. Mint has GUI tools for managing PPAs and extra repositories, managing graphics drivers, updating packages and much much more. This has become pretty common in distros aimed toward ease of use for newcomers. EndeavourOS has none of that, with the stated goal of seeing users dive into the command line a little more.

    As a result I’ve learned a lot in the CLI. Setting up BTRFS with timeshift auto snaps taught me a little about configuring grub and systemd, so now I’m learning how to set my fan curves and AIO pump to presets I’ve built into shell scripts to interact with liquidctl, and systemd config files to make them persistent after sleep and reboot. You could totally do all of that in the terminal in any distro, but EndeavorOS not having any GUI handholding made me leave my comfort zone and start learning more.