AppImageCommunity / libappimage

Implements functionality for dealing with AppImage files
https://appimage.org
Other
46 stars 29 forks source link

Implement desktop update notification hacks #129

Open azubieta opened 5 years ago

azubieta commented 5 years ago

Right now we don't call any desktop update from libappimage, first we need to check if we want to do it. Second we should move all the known hacks (not only kde) to libappimage

Originally posted by @azubieta in https://github.com/AppImage/libappimage/issues/123#issuecomment-498734378

TheAssassin commented 5 years ago

That's part of https://github.com/TheAssassin/AppImageLauncher/issues/165 IMO. We should first sort out all remaining libappimage issues and make sure it's reliable enough to use it in AppImageLauncher. Once that is possible, we can discuss moving functionality around.