https://bugs.kde.org/show_bug.cgi?id=500734

Tom <bad...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bad...@gmail.com

--- Comment #1 from Tom <bad...@gmail.com> ---
Hi, I figured it out. I am distinguishing apps by their <APP_NAME>.desktop file
location. There are several paths for .desktop files. 
1. /usr/share/applications or /usr/local/share/applications/ --> all apps
installed with official distro repository 
2. ~/.local/share/applications/ --> user-specific applications
3. /var/lib/flatpak/ (by default) or any other specified path during
installation I think --> flatpak , whole .desktop path must contain flatpak
substring
4. /var/lib/snapd/desktop (by default or any other specified path during
installation I think) --> snaps 

Should we have some special unified mark if app is not installed by default
"official" way or should we have dedicated mark for each app installed from
different sources(1-4 mentioned above) ? 

Here is an example how it look like for "native" distro Firefox and Firefox
installed with Flatpak: https://i.imgur.com/VnldTFW.png

p.s. This is solution by looking at  .desktop file path, I think we can also
distinguish apps by executable command in .desktop files it proposed solution
is not correct.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to