Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

How to use right click update correctly #100

Closed
priv opened this issue Nov 13, 2019 · 4 comments
Closed

How to use right click update correctly #100

priv opened this issue Nov 13, 2019 · 4 comments

Comments

@priv
Copy link

priv commented Nov 13, 2019

Both Use AppImageUpdate and appimaged have description that if they are used together, you can do a neat trick to Update Application using right click on the icon. If I understand correctly, which means adding something in the Desktop Shortcut items.

However I failed to make it work, so I inspect the code in appimaged, and didn't find anything related to AppImageUpdate besides README.md.

So how does it work actually?

@TheAssassin
Copy link
Member

AppImageLauncher provides updating from the context menu in a more reliable way. Perhaps you want to give it a try? It's a more holistic approach on AppImage integration into Linux desktops.

https://github.com/TheAssassin/AppImageLauncher

@munix9
Copy link

munix9 commented Nov 14, 2019

I created a small service menu for KDE Plasma/KF5 for the openSUSE package:
https://build.opensuse.org/package/view_file/home:munix9/AppImageUpdate/appimage-update.desktop?expand=1

[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=application/vnd.appimage;
Actions=check;update;
X-KDE-Submenu=AppImage
X-KDE-Priority=TopLevel

[Desktop Action check]
Name=Check for update
Name[de]=Auf Aktualisierung prüfen
Icon=AppImageUpdate
Exec=kdialog --title "AppImageUpdate" --msgbox "<p>%u</p><p><b>$(AppImageUpdate -j %u 2>&1 | tail -n +2)</b></p>"

[Desktop Action update]
Name=Update
Name[de]=Aktualisieren
Icon=AppImageUpdate
Exec=AppImageUpdate %u >/dev/null 2>&1

appimage-update.desktop can be stored in /usr/share/kservices5/ServiceMenus/ (global) or ~/.local/share/kservices5/ServiceMenus/ (user).

But this belongs more to https://github.com/AppImage/AppImageUpdate

AppImageLauncher also sounds interesting.

@probonopd
Copy link
Member

Thanks @munix9. Please see AppImage/AppImageKit#169.

@priv
Copy link
Author

priv commented Dec 12, 2019

Thanks and closing this issue.

@priv priv closed this as completed Dec 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants