Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: AppImage updaten  (gelezen 1104 keer)

Offline loti

  • Lid
AppImage updaten
« Gepost op: 2023/07/27, 13:00:25 »
Mijn OS is Debian 12.

Firefox 115.0.2 heb ik  geïnstalleerd met een AppImage.
Wanneer ik met AppImageupdate wil controleren of er updates zijn krijg ik de melding: Signature validation problem: AppImage not signed.
Wat heeft dit te betekenen?

Offline h2o

  • Lid
Re: AppImage updaten
« Reactie #1 Gepost op: 2023/07/27, 14:29:17 »
Ik neem aan dat je niet met de Firefox ESR wil werken.
De Appimage download je hier: https://appimage.github.io/Firefox/
Lees vooral dit gedeelte:
Citaat
Updating Firefox

If you would like to update to a new version, simply download the new Firefox AppImage.

The Firefox AppImage also can be updated using AppImageUpdate. Using this tool, Firefox can be updated by downloading only the portions of the AppImage that have actually changed since the last version.

Je kunt Firefox ook als Flatpak installeren, dat is iets omslachtiger, maar bijwerken gaat vlotter dan via appimage.
Werk laptops + werkstation: Debian Testing
Privé laptops: Debian Testing/Unstable
Test laptop: Diverse andere Linux distribities
Chromebooks: ChromeOS Flex

Offline h2o

  • Lid
Re: AppImage updaten
« Reactie #2 Gepost op: 2023/07/27, 15:27:20 »
Aanvulling op mijn vorige post:
Citaat
From Flathub

Mozilla provides an official FlatPak at FlatHub.

If you haven't already set up flatpak, run

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Install it:

flatpak install flathub org.mozilla.firefox

Run it:

flatpak run org.mozilla.firefox

If you have added /var/lib/flatpak/exports/bin to your PATH, you can also run it with the command

org.mozilla.firefox

    If you want to use your Firefox flatpak as the default DebianAlternatives browser (x-www-browser), run

    sudo update-alternatives --install /usr/bin/x-www-browser x-www-browser /var/lib/flatpak/exports/bin/org.mozilla.firefox 200 && sudo update-alternatives --set x-www-browser /var/lib/flatpak/exports/bin/org.mozilla.firefox

Flatpaks don't support native messaging. Therefore, add-ons which rely on it such as KeePassXC Browser don't work. A workaround for KeePassXC is described in the Flathub forum. Since the KeePassXC's socket has been renamed in KeePassXC 2.6, for this version you need to tweak the solution as described in comment #3

Bron: https://wiki.debian.org/Firefox
Werk laptops + werkstation: Debian Testing
Privé laptops: Debian Testing/Unstable
Test laptop: Diverse andere Linux distribities
Chromebooks: ChromeOS Flex

Offline loti

  • Lid
Re: AppImage updaten
« Reactie #3 Gepost op: 2023/07/27, 16:56:47 »
h2o bedankt voor je advies, zo heeft elk voordeel ook weer zijn nadeel.
Maar nou weet ik nog niet waarom ik die melding krijg wanneer ik "AppImageupdate" uitvoer.

Offline h2o

  • Lid
Re: AppImage updaten
« Reactie #4 Gepost op: 2023/07/27, 20:42:44 »
h2o bedankt voor je advies, zo heeft elk voordeel ook weer zijn nadeel.
Maar nou weet ik nog niet waarom ik die melding krijg wanneer ik "AppImageupdate" uitvoer.
Dat heeft te maken met de bron waar je de Appimage vandaan hebt. Als je de link van Github volgt, dan krijg je ook die updater die de Github versie bijwerkt.
Werk laptops + werkstation: Debian Testing
Privé laptops: Debian Testing/Unstable
Test laptop: Diverse andere Linux distribities
Chromebooks: ChromeOS Flex

Offline loti

  • Lid
Re: AppImage updaten
« Reactie #5 Gepost op: 2023/07/28, 11:51:00 »
Ondanks de melding "AppImage not signed" gaat het updaten wel goed naar Firefox 115.0.3.
Alles is via GitHub gedownload.