this post was submitted on 03 Apr 2024
45 points (90.9% liked)

Linux

47323 readers
754 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 5 months ago (1 children)

Wow that extension is nice! Way better than the overcomplex "Firefox PWAs" I suppose.

[–] [email protected] 7 points 5 months ago (1 children)

Way better than the overcomplex “Firefox PWAs” I suppose.

Yep. Technically it just creates a new tab that creates a popup with the requested URL and the created tab closes itself after the popup was created. So not really a PWA but just a popup with a website in it, but in most cases this is absolutely fine since you're online anyways, and modern browsers are good with caching.

[–] [email protected] 2 points 5 months ago (1 children)

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.

[–] [email protected] 3 points 5 months ago (1 children)

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).

[–] [email protected] 1 points 5 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.