Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)S
Posts
1
Comments
7
Joined
3 yr. ago

  • I have not found any... I guess I would need to select: "Generic | Generic 121-key PC" as the keyboard model, which does not exist.This is the keyboard: https://github.com/bluepylons/Boston

    But it's running QMK so one would have the same problem e.g.: with a 36-key keyboard which is programmed to send F13-F24 in some way...

  • According to the uninstall instructions here: https://github.com/probonopd/go-appimage/blob/master/src/appimaged/README.md#initial-setup

    appimaged should create the everything itself in order for auto start to work.

    e.g. systemctl --user status appimaged.service says that the service is enabled for me.


    I would follow the installation instructions and if that does not work, the uninstall instructions in reverse to create the service yourself (probably with systemctl --user enable --now appimaged.service)

  • AppImageLauncher caused me problems in the past, similar to in this post.

    So I switched to appimaged and have never looked back.

    An implementation of AppImage tools written in Go by the inventor of the AppImage format.

    After uninstalling AppImageLauncher, I had to make sure that ~/.config/systemd/user/default.target.wants/appimagelauncherd.service was also removed!


    BTW the last release of AppImageLauncher is from 2020!