Looking for a Lemmy client for my desktop, archlinux. Was hoping for a good community recommendation and preferably open source.

  • @rollingflower
    link
    23 months ago

    Oh I had this recently with a normal website and it is extremely strange.

    No, I dont think thats the same

    • no persistent storage
    • different desktop icon?
    • desktop integration?

    Chromium has quite nice integration in Linux, even though for sure its bad, but I use it instead of Electron.

    • 𝘋𝘪𝘳𝘬
      link
      fedilink
      33 months ago

      Yes, this is not a PWA system but an SSB implementation. In the context of this thread it’s fine since Lemmy is useless without Internet connection, so why bother with persistent local storage and not just rely on browser cache?

      On Linux you can create a simple .desktop file and place it where your system can load it. It will be automatically placed in places where your other application’s desktop files are shown. On Windows you can create a shortcut and change the shortcut’s icon and place the shortcut file wherever you want.

      I use this technique on my private Linux machines as well as on my work laptop (Windows 10).

      • @rollingflower
        link
        13 months ago

        Persistent local storage is a question of scale. For example having old posts and comments cached, or the entire UI. It would just load faster and save tons of duplicated data that is always the same but downloaded over and over again.

        Yes I know how to create the entry. Not sure about the menu chapter, but these are very possible.