Skip Navigation

Posts
0
Comments
58
Joined
2 yr. ago

  • Oh. It's great. But it seems there is only armv7a build on IzzyOnDroid repo while upstream has four architecture builds. cc @IzzyOnDroid@floss.social Is it a misconfiguration on IzzyOnDroid side?

  • EDIT: I figured out that for whatever reason, the Flathub version just doesn't function properly. When I install the tarball from Yubico's website, the executable DOES work right,

    It looks like because the sandbox of Flatpak prevent the program access the unix domain socket of pcscd.

    but I can't seem to figure out how to make the .desktop file install into the programs list.

    There is a document on Arch Wiki.

    https://wiki.archlinux.org/title/Desktop_entries

  • Without it, the program just fallback to UTC. /etc/localtime and $TZ are two ways to specify timezone for programs. The program look up the later first, if it's empty and then use /etc/localtime. In theory, $TZ has better performance because of the glibc will not look up the last modified time of /etc/localtime when every calling of localtime lookup.

  • IMAPSync is a great tool! It works perfect when migrate mails from one provider to another. In fact, some providers suggest users use this tool rather than implement migration feature by themselves. e.g. Migadu.

  • I print recovery codes of all services and packed them into a bag.

  • In my opinion, that's because X11 lacks proper abstract for many things like screenshot, screencast, color managerment and etc, so the applications have to use many X11 implementation details to implement these features. It leads to high-coupling code with X11 so move their code to wayland and ensuring it works correctly and is consistent with the old behavior is difficult.

  • zsh, because of highly customizable.

  • I use Yubikey 5 NFC and Canokey Pigeon, both works out of box on Linux.

  • I don't think Sidebery is a great implementation unless the developers fix this bug. It can be reproduced stably and is important for users who opened many tabs and keep them between session.

    https://github.com/mbnuqw/sidebery/issues/1368

  • It's better to integrate Tree Style Tab addon instead. It's not a good idea to re-implement a function which already has a great implementation...

  • Konsole, because I can use it in editor(Kate), file manager(Dolphin), IDE(KDevelop), standalone window and Quake style window.

  • Maybe you can do both: physical USIM card, but with eSIM functions. So you can move your profile from one phone to another just by plug out and plug in, and install many profiles on one phone and switch between them. There are some products can do it, such as eSIM.me, esim.5ber.com or https://github.com/estkme-group .

  • Use a git repo and stow tool. For updating, you only need run git pull (and stow if you create config for a new software). If you modify some config, just git add && git commit && git push.
    \ With this way, you can also record change history of your config.

  • Oh, my bad. But OpenGL ES 3.1 and Vulkan 1.2 is also not suitable to 2023. Hope the developers can make driver support Vulkan 1.3.