atzufuki
atzufuki
I think there might be room for several GUI's for different user groups. For example an integration to Gnome Software would be a no-brainer for Gnome users. I'm a web...
Awesome. I shall look for time to implement a first working version soon.
@DLopezJr Depends on what you consider vanilla exactly. Every code base is different and there is no universal way of doing things, hence we need some way to teach the...
@Thatoo Tauri is great but it uses WebKit on Linux and personally I've had a hard time working with WebKit on Linux. Maybe it's just me but WebKit feels still...
I started tinkering with Electron for couple of hours and installing a package by clicking a button is now technically working while using AppMan at the moment. :clap: :clap: ...
@DLopezJr Thank you for your insight. I believe this project could really help AppImages to become a major packaging candidate in the Linux world if the cards were played correctly....
> To generate that kind of [list](https://portable-linux-apps.github.io/apps.html) (and the [home page](https://portable-linux-apps.github.io/)) I use a script on my PC that you can get from here: https://github.com/ivan-hc/AM-Application-Manager/blob/main/tools/am2pla-site Of course you have a...
> If you give me the scheme of the json file you need I can try to do something like am2pla-site in SHELL I'd go with this if some day...
This is a must have when building custom elements. HTMLElement has hundreds of properties, so my custom component's properties (which is a derived class) gets lost although they are the...