Giter VIP home page Giter VIP logo

Comments (4)

TheAssassin avatar TheAssassin commented on June 28, 2024 1

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

from appimaged.

munix9 avatar munix9 commented on June 28, 2024

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.

from appimaged.

probonopd avatar probonopd commented on June 28, 2024

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

from appimaged.

priv avatar priv commented on June 28, 2024

Thanks and closing this issue.

from appimaged.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.