PieLauncher icon indicating copy to clipboard operation
PieLauncher copied to clipboard

Allow PWA shortcuts and alt-profile apps to show up

Open juliloving opened this issue 3 years ago • 4 comments

This launcher is by far my favourite, so I'd like to request the ability to allow PWA shortcuts to show up in the search menu. When I install PWA's from Fennec (Firefox) or WebApps (F-Droid app) it does not appear. Another is my apps in the work profile. (Certain apps require a Google login for work, so I only use those apps in another profile while my main can remain logged out for privacy.) Other launchers I've used were able to implement such features, so I was wondering if this could now? These are my only issues, otherwise, it is an amazing launcher and I couldn't recommend it more. If Markus doesn't want to add these for simplicity, a fork is highly appreciated

juliloving avatar Feb 22 '22 16:02 juliloving

Sorry for not supporting PWAs yet 🙈 I know PWA support is important for many people and indeed, this was requested two times before (https://github.com/markusfisch/PieLauncher/issues/26 and https://github.com/markusfisch/PieLauncher/issues/2). Unfortunately, it's not easy to add this feature because this works with widgets behind the scenes. And the concept of widgets doesn't go too well with the concept of this launcher 😬 But of course, it can be done.

Support for work profiles will come with the next release and is already in the master branch 😉

markusfisch avatar Feb 23 '22 11:02 markusfisch

@markusfisch I was about to open an issue for widget support. Can we expect this feature in priority list?

SunPodder avatar Dec 08 '22 08:12 SunPodder

@markusfisch Is it possible to implement PWA app shortcuts such that they appear in the main app menu list ?
PWAs of course aren't apps. They're only the shortcuts of chromium browser. But, as they take the form of an app on the desktop (with a manifest, name & an icon extracted from website favicon), can they be clubbed within apps list ?

If not, at least possible to provide a separate section named PWAs in app drawer ?

If so, then I also think it's possible to include it into the pie too.

foxjaw avatar Feb 09 '24 12:02 foxjaw

@markusfisch I'd definitely be interested in PWAs, what's the difficulty in implementing them (as icons just like other apps) or are those icons widgets as well?

7heMech avatar Jun 19 '24 17:06 7heMech

PWAs aren't widgets at all. They're just a website shortcut of a chrome browser that has it's own manifest, weblink portal and an icon. The problem here is, they're only generated in the desktop because an app drawer can't detect it as an app.

foxjaw avatar Jun 19 '24 18:06 foxjaw