Skip Navigation

Posts
245
Comments
167
Joined
2 yr. ago

Firefox @lemmy.ml

Tell Mozilla: It’s time to ditch Google

Linux @lemmy.ml

Asahi Linux Lead Developer Hector Martin Steps Down As Upstream Apple Silicon Maintainer

Free and Open Source Software @beehaw.org

2024 Open Source Software Funding Report

Open Source @lemmy.ml

2024 Open Source Software Funding Report

Linux @lemmy.ml

Bcachefs Changes Rejected Reportedly Due To CoC, Kernel Future "Uncertain"

  • The reason why string[5] = '5' doesn't work is that strings in Python are immutable (cannot be changed). By doing list(string) you are actually creating a new list with the contents of the string and then modifying the list.

    I wonder if ChatGPT explains this or just tells you to do this... as this works but can be quite inefficient.

    To me this highlights the danger with using AI... sure you can complete a task, but you may not understand why or learn important concepts.

  • Linux @lemmy.ml

    A Linux Desktop for the family

    Linux @lemmy.ml

    Upstream Linux Developers Take Aim At TUXEDO's Out-Of-Tree GPLv3 Drivers

  • Over the course of the last 20 years, I've gone from Arch -> Void -> Pop!_OS -> Ubuntu, and that is what I use on all my machines (laptops, desktops, servers).

  • Firefox @lemmy.ml

    Celebrating 20 years of Firefox

    Pop!_OS (Linux) @lemmy.world

    COSMIC Utils

  • Pop!_OS (Linux) @lemmy.world

    #243 Chatting COSMIC Desktop Alpha With The CEO | Carl Richell

    Linux @lemmy.ml

    A deep dive into Linux’s new mseal syscall

    Open Source @lemmy.ml

    SF ads call out tech firms for not paying for open source

  • I'm not sure. As long as it keeps working, I'll probably keep using it until a viable alternative appears. I use my laptop more than my phone, so I don't actually need passwords on my phone as often.

  • This one hurts... as I use this as my password manager on mobile :{

  • Open Source @lemmy.ml

    Android "Password Store" client for pass discontinued

    Open Source @lemmy.ml

    Bitwarden Desktop version 2024.10.0 is no longer free software

    Open Source @lemmy.ml

    Announcing FLOSS/fund: $1M per year for free and open source projects

    Linux @lemmy.ml

    Google is preparing to let you run Linux apps on Android, just like Chrome OS

    Linux @lemmy.ml

    Ubuntu 24.10 “Oracular Oriole” Is Now Available for Download, This Is What’s New

    Linux @lemmy.ml

    Linux Mint 22.1 Slated for Release in December with Revamped Cinnamon Theme

  • I think the "Ubuntu Core 22" means it is the snap based version of Steam rather than the deb version.

    If you look at the snapcraft.yaml for the Steam snap, it uses core22 as its base.

  • Linux @lemmy.ml

    OpenPrinting News Flash - cups-browsed Remote Code Execution vulnerability

    Linux @lemmy.ml

    Unauthenticated RCE Flaw With CVSS 9.9 Rating For Linux Systems Affects CUPS

  • This is a great summary. Thanks!

  • It looks like you are running XFCE instead of GNOME (the normal Ubuntu desktop). I'm not sure how that happened... but you an always just install another desktop.

    For instance, you can try to make sure you have the ubuntu-desktop or ubuntu-desktop-minimal metapackage installed:

     
        
    sudo apt install ubuntu-desktop-minimal
    
      

    After that, the login manager should allow you to select the Ubuntu session rather than the XFCE one.

  • Still using mutt after two decades (with isync for fetching).

  • Yes, based on the diagrams on their blog, it looks like this only impacts Snaps.

  • From the Discourse Blog:

    The Linux desktop provides XDG Desktop Portals as a standardised way for applications to access resources that are outside of the sandbox. Applications that have been updated to use XDG Desktop Portals will continue to use them. Prompting is not intended to replace XDG Desktop Portals but to complement them by providing the desktop an alternative way to ask the user for permission. Either when an application has not been updated to use XDG Desktop Portals, or when it makes access requests not covered by XDG Desktop Portals.

    Since prompting works at the syscall level, it does not require an application’s awareness or cooperation to work and extends the set of applications that can be run inside of a sandbox, allowing for a safer desktop. It is designed to enable desktop applications to take full advantage of snap packaging that might otherwise require classic confinement.

    So this looks like it complements and not replaces the XDG Desktop Portals, especially for applications that have not implemented the Portals. It allows you to still run those applications in confinement while providing some more granular access controls.

  • From what I can tell, Pop!_OS does not ship their own version of timeshift. Instead, it comes directly from Ubuntu. So if there is a change in maintainers, it should be reported to Ubuntu:

    https://launchpad.net/ubuntu/+source/timeshift

  • I used to use VLC for music, but these days I use Symphony to play local files on my phone. VLC tended to struggle when scanning or indexing large folders (which it did all the time...), while Symphony is a bit better at that. That said, I still use VLC for video and for casting things from my DLNA server (VLC supports Chromecast).

    For ebooks, I've used Librera FD and that has been mostly OK. I'll checkout the two you mentioned though. Thanks!

  • All my servers moved to 24.04 and I wanted my desktop to keep in line with them (so they all had the same packages). Likewise, I've been following the development of GNOME and I really liked what they have done with versions 45 and 46, so I wanted to try a more modern version of that desktop environment (Pop 22.04 is still on GNOME 42 and is now missing out on some cool features like the quick settings menu).

    Finally, I wanted to try out Wayland and the experience on Pop 22.04 is not great with Wayland, especially since it is missing out on the more recent fixes and updates in Ubuntu 24.04.

    If you are happy with Pop 22.04 and willing to wait for COSMIC to stabilize and become feature complete, then that is what you should do. For me, I used this delay in releasing Pop 24.04 as an opportunity to try out something different and for the most part, I'm pretty happy with the experience.

  • Unfortunately, there will not be a release of Pop 24.04 with GNOME before COSMIC is released. In fact, System76 has stopped development of Pop-shell as referenced here:

    https://reddit.com/r/pop_os/comments/1eo59wj/will_xorg_still_be_an_option_in_2404/

    Once, Pop 24.04 is released, you will be able to install gnome-session to get GNOME, but it will be the version from Ubuntu and not Pop-shell (though you can install the unsupported extension yourself).

    Basically, the development of COSMIC is delaying the release of Pop 24.04... which means the whole distro update probably won't come until 2025 as the desktop matures.

    For this reason, among others, I've decided to switch to Ubuntu until COSMIC matures and Pop 24.04 is released.

  • I think you meant Pop!_OS (is developed by System76). TuxedoOS is developed by Tuxedo Computers, which is a European Linux focused hardware company.

    That said, the point stands... there are hardware companies making Linux supported devices.

  • If you are using Pop!_OS 22.04, then you are using gdm. You can just create the file if it doesn't exist.

  • If you are using gdm as your login manager, you can put the command in ~/.xprofile... which is sourced by gdm3.