• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: October 4th, 2023

help-circle
rss

  • Thats because flatpaks treat each apps directory as their own $HOME so instead of $HOME/.mozilla its $HOME/.var/app/{app_name}/.mozilla

    Which is still fantastic dont get me wrong. But Mozilla hasn’t stopped hardcoding their Mozilla folder instead of the xdg dirs even throughf firefox issue tracker has had it on there for 20 years



  • Wilmo Bonestolinuxmemes@lemmy.worldre:
    link
    fedilink
    English
    22 months ago

    My Thinkpad T14s Gen 4 has a few annoying bugs still on linux…

    The WiFi chip will randomly be stuck at make 1kbps download speed after waking up from sleep

    And occasionally on waking up sleep as well the screen never comes back on.

    I wish I had something more compatible with linux even if I do love this thinkpad



  • I love Ubuntu’s default yaru theme, and gnome extensions. It seems currently the best distro on my Thinkpad which is unfortunately pretty incompatible to most linux distros due to the shitty Qualcomm WLAN drivers.

    Plus Ubuntus package repository is pretty robust.

    The only negative thing IMO is snaps being kind of iffy. I don’t think they are that bad but they seem a little too forced on the user.

    Like Flatpak is kind of default on Fedora but they almost never force them on you.





  • I don’t really remember signing up for mastodon so I tested it.

    mastodon.social -> create new account -> agree to terms -> username + email + password -> click email verification

    It’s literally standard. Maybe in the past it was worse I vaguely remember giving up maybe a year or two before I made an account on mastodon.social.







  • Wilmo BonestoLinux@lemmy.mlHow FOSS is your setup?
    link
    fedilink
    English
    58 months ago

    Pretty FOSS?

    PC - Thinkpad T14s Gen 4: EndeavourOS, Firefox and Thunderbird with the Proton suite of things such as Mail, Pass and VPN - I do pay for them but I think it’s worth it.

    Phone - Pixel 8 with GrapheneOS and as many F-Droid apps as possible. Proton apps for Mail, Pass, Drive, VPN. Cromite browser. The only that aren’t are probably my banking apps, but I could always switch to web I guess.

    I think my biggest hurdle is a Map app that has traffic data that isn’t Google maps.



  • Per this article from EndeavourOS discovery I was able to repair my similar issue.

    https://discovery.endeavouros.com/system-rescue/arch-chroot/2022/12/

    However my device wasn’t encrypted. However near the bottom are instructions if you are and they don’t quite match what you said you did. Maybe give it a try?

    "Encrypted installs In case /dev/sda2 is the encrypted root partition you need to unlock:

    sudo cryptsetup open /dev/sda2 mycryptdevice

    It will ask for your LUKS passphrase and unlocks the device into the path /dev/mapper/mycryptdevice

    This path can be used to mount the device:

    sudo mount /dev/mapper/mycryptdevice /mnt

    Followed by mounting the ESP (EFI-System-Partition) into the already mounted system:

    sudo mount /dev/sdXn /mnt/efi

    where in all cases /dev/sdXn needs to be changed according to what is used on your install as partition/device path and the mount path for the ESP needs to get changed according to your installed system in case. If it is /efi you need to mount on /mnt/efi if it is /boot/efi it would be /mnt/boot/efi …"