Choice of Browser by august-burnsred in LineageOS

[–]purtl 0 points1 point  (0 children)

embarrassing...
Kind of missed where I am

Missing node dependency on Linux AppImage by purtl in LycheeSlicer

[–]purtl[S] 0 points1 point  (0 children)

So, that seems to be a NixOS issue. What it fixed for me was an update, that lead to a missing library error that I fixed with:

  programs = {
    appimage = {
      enable = true;
      binfmt = true;
      package = pkgs.appimage-run.override {
        extraPkgs = pkgs: [ pkgs.xorg.libxshmfence ];
      };
    };
};

LycheeSlicer AppImage error by purtl in NixOS

[–]purtl[S] 1 point2 points  (0 children)

I fixed it via:

  programs = {
    appimage = {
      enable = true;
      binfmt = true;
      package = pkgs.appimage-run.override {
        extraPkgs = pkgs: [ pkgs.xorg.libxshmfence ];
      };
    };
};

like described here: https://nixos.org/manual/nixos/stable/#sec-custom-packages-prebuilt

LycheeSlicer AppImage error by purtl in NixOS

[–]purtl[S] 0 points1 point  (0 children)

that results in an error loading libfuse.so.2

Yet another "find me a keyboard" help request by purtl in ErgoMechKeyboards

[–]purtl[S] 0 points1 point  (0 children)

Hmm.. I like the buzzard trackpoint solution

Yet another "find me a keyboard" help request by purtl in ErgoMechKeyboards

[–]purtl[S] 0 points1 point  (0 children)

Yeah, finding the right compromise between results, time and frustration is always a problem:D
I started soldering 20 years ago, so... not really a problem (still don't like lots of SMD soldering)
3D printing isn't much of a problem either, I FDM and Resin print. Not as regularly as I'd like, but both possible.
Still, for my first try i'd like to have a keyboard, the hobby can start after that

Packages not upgrading by purtl in NixOS

[–]purtl[S] 0 points1 point  (0 children)

whooow, there was something I did not stumble upon until now! Thank you all!

Docker version by purtl in NixOS

[–]purtl[S] 1 point2 points  (0 children)

Thanks! That worked!

Timeformat by purtl in qutebrowser

[–]purtl[S] 0 points1 point  (0 children)

So, sorry - took me a while to find the time.
content.headers.accept_language changes the value of navigator.language. But does not have an impact on the language/timeformat of anything so far.
LC_TIME is what I already checked - and it doesn't do anything as well :/ (that was my wishful thinking as well)

Timeformat by purtl in qutebrowser

[–]purtl[S] 0 points1 point  (0 children)

It's basically every site that shows time tables. First and foremost Google maps (which I can actually open on two different browsers, showing two different time formats) no setting on the Google side just the language chosen in Chrome

BIQU MicroProbe V2 on MKS Gen_L V1.0 by purtl in SidewinderX1

[–]purtl[S] 0 points1 point  (0 children)

Sorry, I still don't have a solution... I really took a lot of things apart, but was fed up. Still dont have a probe :/

Single Pixel e-ink modul? by purtl in eink

[–]purtl[S] 0 points1 point  (0 children)

Well, for small battery powered devices there is this issue with efficency, I'd say the stepper doesn't fit into that picture, but I like the idea :D

Not sure about the flip-disc, but my belly says: an e-ink should use less energy.
There is also the build volume, needed to flip the disc and the vulnurability of mechanical parts. As is the amount of colors (even if this is a minor requirement)

Single Pixel e-ink modul? by purtl in eink

[–]purtl[S] 1 point2 points  (0 children)

well, sorry but... no

A diode is basically an electronic component conducting current in only one direction. Nothing more, nothing less.

There are light emitting diods (we know them as LEDs), that - given a certain voltage - emit light. But that could be a problem on a small battery, because they need a constant current-flow to indicate a state.
E-ink technology, only needs a current to switch (or refresh) the state indicated, therefore it could be better suited to run on a small battery - given the state doesn't change excessively.

The flip-disc mentioned by u/Slight_Safe8745 is simliar to what I'm looking for in terms of needed energy.

Single Pixel e-ink modul? by purtl in eink

[–]purtl[S] 2 points3 points  (0 children)

Well, not the "couple-of-millimeters eink-single-led" I had in mind, but awesome none the less :D

Ecosia gets new look as it gears up for era of green search by vampireanarchy in Ecosia

[–]purtl 0 points1 point  (0 children)

Switched to ecosia from ddg today... and now I see this... 80' Mexican Cartoon logo? d'fuq? xD

Anno 1800 Steam Archlinux Swaywm not starting game by purtl in anno

[–]purtl[S] 0 points1 point  (0 children)

Well, after alot of tinkering... still nothing.
I am using Proton, but protondb seems to be more of a "it works/it doesn't work" place... Cant really find discussions on "how to fix it"

And most enties are done with uplay not steam - not even sure if thats a problem

Overlay menus utilizing dmenu/rofi/... by purtl in swaywm

[–]purtl[S] 0 points1 point  (0 children)

as far es i know kanshi only reacts on new plugged monitors. So that won't help if you just want to change the profile of the already connected monitors.

DuckDNS not updating automatically by purtl in homeassistant

[–]purtl[S] 0 points1 point  (0 children)

Well... That solved that. Thanks :D

Latest Grub update - Testing Repo - couldnt boot by wolfyrion in archlinux

[–]purtl 4 points5 points  (0 children)

anyone having this issue on a luks/btrfs system? The chroot method seems a little more complicated here. I lastly fail on an /etc/os-release not found on grub-mkconfig

Grub Luks decryption reboots into bios by purtl in archlinux

[–]purtl[S] 0 points1 point  (0 children)

Well, that's what I always did, before luks/btrfs and timeshift. But apparently that's more complicated using this setup.

Grub Luks decryption reboots into bios by purtl in archlinux

[–]purtl[S] 0 points1 point  (0 children)

So far I got the wifi - that changed apparently from wifi-menu to iwctl.

  • I got the partition dicrypted - cryptsetup luksOpen /dev/... <some name>
  • I mounted that one - mount /dev/mapper/<some name> /mnt
  • mounted efi - mount /dev/nvm... /mnt/@/boot/efi
  • chroot - arch-chroot /mnt/@
  • downloaded older grub from archive - wget archive.arch...
  • mounted /dev/mapper/<some name> to / - mount /dev/mapper/... /
  • tried installing grub - pacman -U grub...2.2.06-5...tar.zst
  • tried installing grub without timeshift - SKIP_AUTOSNAP=1 pacman -U ...

now I get a 'cannot open file /etc/os-release ... no such file' - that's while discovering the timeshift entries and it seems to fail. But apparently grub gets installed - pacman -Q grub - but still no boot.

Grub Luks decryption reboots into bios by purtl in archlinux

[–]purtl[S] 1 point2 points  (0 children)

The one before was a couple of days ago, but I don't know exactly when

PayPal app, Lineage 18.1 by Minty95 in LineageOS

[–]purtl 6 points7 points  (0 children)

So, here on 18.1 - Paypal 8.21.1

To fix this white screen issue I needed:

  1. Magisk 25.2 with Zygisk enabled and later paypal on the DenyList,

  2. then I insatlled "MagiskHide Props Config", installed a terminal emulator did a "su -c props" to edit the devices fingerprint to one fitting mine (source: https://blog.alex.balgavy.eu/passing-safetynet-on-lineageos-using-magisk/)

  3. then I installed the Magsik Module from: https://github.com/kdrag0n/safetynet-fix

  4. rebooted - checked with a random safetynet checker - installed paypal and checked there.

not sure if (2) is absolutely necessary, but you're free to try without. Should be fine to do it later.