Fix filenames

This commit is contained in:
Dark Dragon 2023-11-15 19:13:39 +00:00 committed by Peter Mack
parent ff8e3f4871
commit 12eac1d89a
97 changed files with 144 additions and 115 deletions

View File

@ -20,6 +20,14 @@ check_formatting:
exit 1
fi
check_filename:
stage: test
image: python
script:
- cd ${CI_PROJECT_DIR}/checkers
- python3 -m pip install -r requirements.txt
- python3 ./check_filename.py check ${CI_PROJECT_DIR}/content/apps
check_schema:
stage: test
image: python
@ -82,15 +90,6 @@ check_heuristics:
- python3 ./check_via_heuristics.py check ${CI_PROJECT_DIR}/content/apps
when: manual
check_filename:
stage: test
image: python
script:
- cd ${CI_PROJECT_DIR}/checkers
- python3 -m pip install -r requirements.txt
- python3 ./check_filename.py check ${CI_PROJECT_DIR}/content/apps
when: manual
pages:
stage: deploy
image: alpine:latest

View File

@ -34,10 +34,25 @@ async def load_appstream(client, url):
return app
def get_appstream_app_id(app):
def strip_app_id(app):
# Legacy app ids have been used to link to a .desktop file
# https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#tag-id-desktopapp
if not app.id.endswith(".desktop"):
return app.id
if launchable := app.launchables.get("desktop-id"):
if app.id == launchable:
stripped_app_id = app.id[: -len(".desktop")]
print(f'{stripped_app_id}: Stripping ".desktop" suffix from legacy AppStream ID.', file=sys.stderr)
return stripped_app_id
return app.id
def get_appstream_app_id(app):
return strip_app_id(app)
def get_appstream_name(app):
return app.name.get_default_text()

View File

@ -55,10 +55,25 @@ def get_flathub_id_from_url(flathub_url):
return m.group(1)
def get_appstream_app_id(app):
def strip_app_id(app):
# Legacy app ids have been used to link to a .desktop file
# https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html#tag-id-desktopapp
if not app.id.endswith(".desktop"):
return app.id
if launchable := app.launchables.get("desktop-id"):
if app.id == launchable:
stripped_app_id = app.id[: -len(".desktop")]
print(f'{stripped_app_id}: Stripping ".desktop" suffix from legacy AppStream ID.', file=sys.stderr)
return stripped_app_id
return app.id
def get_appstream_app_id(app):
return strip_app_id(app)
def get_appstream_name(app):
return app.name.get_default_text()

View File

@ -34,7 +34,7 @@ screenshots = []
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "app.lith.Lith.desktop"
app_id = "app.lith.Lith"
scale_to_fit = ""
flathub = "https://flathub.org/apps/app.lith.Lith"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cuttlefish.ch/screenshots/1.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "ch.cuttlefish.app.desktop"
app_id = "ch.cuttlefish.app"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "Gerbil"
description = "Gerbil is a minimal gemini-client for linux and linux-mobile"
aliases = []
aliases = [ "apps/com.armen138.gerbil.desktop/",]
date = 2021-07-18
updated = 2023-09-30
@ -34,7 +34,7 @@ screenshots = [ "https://twitter.com/linuxphoneapps/status/1416871975444746245",
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "com.armen138.gerbil.desktop"
app_id = "com.armen138.gerbil"
scale_to_fit = ""
flathub = ""
flatpak_link = "https://gitlab.com/armen138/gerbil/-/releases"

View File

@ -1,7 +1,7 @@
+++
title = "Authenticator"
description = "Generate Two-Factor Codes"
aliases = []
aliases = [ "apps/com.github.bilelmoussaoui.authenticator/",]
date = 2019-02-16
updated = 2023-09-30
@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/World/Authenticator/raw/master/data/sc
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "com.github.bilelmoussaoui.Authenticator"
app_id = "com.belmoussaoui.Authenticator"
scale_to_fit = ""
flathub = "https://flathub.org/apps/com.belmoussaoui.Authenticator"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://i.imgur.com/B5MqGpB.png",]
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "com.doycho.euterpe.gtk.desktop"
app_id = "com.doycho.euterpe.gtk"
scale_to_fit = ""
flathub = "https://flathub.org/apps/com.doycho.euterpe.gtk"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/jsparber/teleport/raw/master/data/scre
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "com.frac_tion.teleport.desktop"
app_id = "com.frac_tion.teleport"
scale_to_fit = "teleport"
flathub = "https://flathub.org/apps/com.frac_tion.teleport"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/birros/web-archives/master/da
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "com.github.birros.WebArchives.desktop"
app_id = "com.github.birros.WebArchives"
scale_to_fit = ""
flathub = "https://flathub.org/apps/com.github.birros.WebArchives"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = []
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "com.github.diegoivanme.plano.desktop"
app_id = "com.github.diegoivanme.plano"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/fabiocolacio/Marker/master/he
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "com.github.fabiocolacio.marker.desktop"
app_id = "com.github.fabiocolacio.marker"
scale_to_fit = ""
flathub = "https://flathub.org/apps/com.github.fabiocolacio.marker"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://thiefmd.com/images/thief_window.png", "https://thiefmd.
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "com.github.kmwallio.thiefmd.desktop"
app_id = "com.github.kmwallio.thiefmd"
scale_to_fit = ""
flathub = "https://flathub.org/apps/com.github.kmwallio.thiefmd"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/liferooter/textpieces/6b766fb
screenshots_img = [ "https://img.linuxphoneapps.org/com.github.liferooter.textpieces/1.png", "https://img.linuxphoneapps.org/com.github.liferooter.textpieces/2.png", "https://img.linuxphoneapps.org/com.github.liferooter.textpieces/3.png", "https://img.linuxphoneapps.org/com.github.liferooter.textpieces/4.png", "https://img.linuxphoneapps.org/com.github.liferooter.textpieces/5.png", "https://img.linuxphoneapps.org/com.github.liferooter.textpieces/6.png", "https://img.linuxphoneapps.org/com.github.liferooter.textpieces/7.png", "https://img.linuxphoneapps.org/com.github.liferooter.textpieces/8.png",]
all_features_touch = true
intended_for_mobile = false
app_id = "com.github.liferooter.textpieces.desktop"
app_id = "com.github.liferooter.textpieces"
scale_to_fit = "com.github.liferooter.textpieces"
flathub = "https://flathub.org/apps/com.github.liferooter.textpieces"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/paolostivanin/OTPClient/maste
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "com.github.paolostivanin.OTPClient.desktop"
app_id = "com.github.paolostivanin.OTPClient"
scale_to_fit = "otpclient"
flathub = "https://flathub.org/apps/com.github.paolostivanin.OTPClient"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://ironrobin.net/images/siglo-screenshot-1.png", "https://
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "com.github.theironrobin.siglo.desktop"
app_id = "com.github.theironrobin.siglo"
scale_to_fit = ""
flathub = "https://flathub.org/apps/com.github.theironrobin.siglo"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://i.imgur.com/Uk3XUQU.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "com.gitlab.cunidev.Workflow.desktop"
app_id = "com.gitlab.cunidev.Workflow"
scale_to_fit = ""
flathub = "https://flathub.org/apps/com.gitlab.cunidev.Workflow"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.com/lgtrombetta/compass/-/raw/main/data/screensh
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "com.gitlab.lgtrombetta.Compass.desktop"
app_id = "com.gitlab.lgtrombetta.Compass"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gunibert.de/cloud/index.php/s/2GJpN7x3HZMsLa2/preview",
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "de.gunibert.Hackgregator.desktop"
app_id = "de.gunibert.Hackgregator"
scale_to_fit = ""
flathub = "https://flathub.org/apps/de.gunibert.Hackgregator"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = []
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "de.sspaeth.passwordsage.desktop"
app_id = "de.sspaeth.passwordsage"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.com/Zwarf/picplanner/-/raw/main/screenshots/picp
screenshots_img = [ "https://img.linuxphoneapps.org/de.zwarf.picplanner/1.png", "https://img.linuxphoneapps.org/de.zwarf.picplanner/2.png", "https://img.linuxphoneapps.org/de.zwarf.picplanner/3.png", "https://img.linuxphoneapps.org/de.zwarf.picplanner/4.png",]
all_features_touch = true
intended_for_mobile = true
app_id = "de.zwarf.picplanner.desktop"
app_id = "de.zwarf.picplanner"
scale_to_fit = ""
flathub = "https://flathub.org/apps/de.zwarf.picplanner"
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "Almond"
description = "The Open Virtual Assistant"
aliases = []
aliases = [ "apps/edu.stanford.almond.desktop/",]
date = 2021-05-29
updated = 2023-09-30
@ -34,7 +34,7 @@ screenshots = [ "https://flatpak.almond.stanford.edu/screenshot-main.png", "http
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "edu.stanford.Almond.desktop"
app_id = "edu.stanford.Almond"
scale_to_fit = ""
flathub = "https://flathub.org/apps/edu.stanford.Almond"
flatpak_link = ""

View File

@ -33,7 +33,7 @@ screenshots = [ "https://git.sr.ht/~michalr/hamlocator/blob/main/media/screensho
screenshots_img = [ "https://img.linuxphoneapps.org/eu.fl9.hamlocator/1.png", "https://img.linuxphoneapps.org/eu.fl9.hamlocator/2.png",]
all_features_touch = true
intended_for_mobile = true
app_id = "eu.fl9.hamlocator.desktop"
app_id = "eu.fl9.hamlocator"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -33,7 +33,7 @@ screenshots = [ "https://raw.githubusercontent.com/Bavarder/Bavarder/main/data/s
screenshots_img = [ "https://img.linuxphoneapps.org/io.github.bavarder.bavarder/1.png", "https://img.linuxphoneapps.org/io.github.bavarder.bavarder/2.png",]
all_features_touch = true
intended_for_mobile = true
app_id = "io.github.Bavarder.Bavarder.desktop"
app_id = "io.github.Bavarder.Bavarder"
scale_to_fit = ""
flathub = "https://flathub.org/de/apps/io.github.Bavarder.Bavarder"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/Diego-Ivan/Flowtime/v2.0/data
screenshots_img = []
all_features_touch = true
intended_for_mobile = false
app_id = "io.github.diegoivanme.flowtime.desktop"
app_id = "io.github.diegoivanme.flowtime"
scale_to_fit = ""
flathub = "https://flathub.org/apps/io.github.diegoivanme.flowtime"
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "Mirage"
description = "Customizable and keyboard-operable Matrix client"
aliases = []
aliases = [ "apps/io.github.mirukana.mirage/",]
date = 2020-08-25
updated = 2023-11-06

View File

@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/Nokse22/teleprompter/main/dat
screenshots_img = [ "https://img.linuxphoneapps.org/io.github.nokse22.teleprompter/1.png", "https://img.linuxphoneapps.org/io.github.nokse22.teleprompter/2.png",]
all_features_touch = true
intended_for_mobile = false
app_id = "io.github.nokse22.teleprompter.desktop"
app_id = "io.github.nokse22.teleprompter"
scale_to_fit = ""
flathub = "https://flathub.org/apps/io.github.nokse22.teleprompter"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/SeaDve/Breathing/main/screens
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "io.github.seadve.Breathing.desktop"
app_id = "io.github.seadve.Breathing"
scale_to_fit = ""
flathub = "https://flathub.org/apps/io.github.seadve.Breathing"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.com/adhami3310/Switcheroo/-/raw/main/data/resour
screenshots_img = [ "https://img.linuxphoneapps.org/io.gitlab.adhami3310.converter/1.png", "https://img.linuxphoneapps.org/io.gitlab.adhami3310.converter/2.png", "https://img.linuxphoneapps.org/io.gitlab.adhami3310.converter/3.png", "https://img.linuxphoneapps.org/io.gitlab.adhami3310.converter/4.png",]
all_features_touch = true
intended_for_mobile = false
app_id = "io.gitlab.adhami3310.Switcheroo"
app_id = "io.gitlab.adhami3310.Converter"
scale_to_fit = ""
flathub = "https://flathub.org/apps/io.gitlab.adhami3310.Converter"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/World/Letterpress/-/raw/main/data/scre
screenshots_img = [ "https://img.linuxphoneapps.org/io.gitlab.gregorni.letterpress/1.png",]
all_features_touch = true
intended_for_mobile = true
app_id = "io.gitlab.gregorni.Letterpress.desktop"
app_id = "io.gitlab.gregorni.Letterpress"
scale_to_fit = ""
flathub = "https://flathub.org/apps/io.gitlab.gregorni.Letterpress"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = []
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "io.liri.AppCenter.desktop"
app_id = "io.liri.AppCenter"
scale_to_fit = "io.liri.AppCenter"
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://liri.io/images/apps/files/screen_home_01.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "io.liri.Files.desktop"
app_id = "io.liri.Files"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://liri.io/images/apps/terminal/terminal1.png", "https://l
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "io.liri.Terminal.desktop"
app_id = "io.liri.Terminal"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/mijorus/smile/master/docs/pre
screenshots_img = [ "https://img.linuxphoneapps.org/it.mijorus.smile/1.png", "https://img.linuxphoneapps.org/it.mijorus.smile/2.png", "https://img.linuxphoneapps.org/it.mijorus.smile/3.png",]
all_features_touch = false
intended_for_mobile = false
app_id = "it.mijorus.smile.desktop"
app_id = "it.mijorus.smile"
scale_to_fit = ""
flathub = "https://flathub.org/apps/it.mijorus.smile"
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "Syncthing GTK"
description = "GUI and notification area icon for Syncthing"
aliases = [ "apps/me.kozec.syncthingtk/",]
aliases = [ "apps/org.syncthing-gtk.syncthing-gtk/",]
date = 2023-08-07
updated = 2023-09-30
@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/syncthing-gtk/syncthing-gtk/m
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.syncthing-gtk.syncthing-gtk"
app_id = "me.kozec.syncthingtk"
scale_to_fit = ""
flathub = "https://flathub.org/apps/me.kozec.syncthingtk"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/pablo-s/passes/main/data/scre
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "me.sanchezrodriguez.passes.desktop"
app_id = "me.sanchezrodriguez.passes"
scale_to_fit = ""
flathub = "https://flathub.org/apps/me.sanchezrodriguez.passes"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/danigm/loop/raw/main/screenshots/loop0
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "net.danigm.loop.desktop"
app_id = "net.danigm.loop"
scale_to_fit = "net.danigm.loop"
flathub = "https://flathub.org/apps/net.danigm.loop"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.com/caspermeijn/onvifviewer/raw/master/desktop/s
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "net.meijn.onvifviewer.desktop"
app_id = "net.meijn.onvifviewer"
scale_to_fit = ""
flathub = "https://flathub.org/apps/net.meijn.onvifviewer"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "http://brixitcdn.net/metainfo/thumbdrives.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "nl.brixit.Thumbdrives.desktop"
app_id = "nl.brixit.Thumbdrives"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "Bluetooth Connect"
description = "Scan, add, edit and connect bluetooth devices on your linux phone"
aliases = []
aliases = [ "apps/noappid.andym48.pinephone_btconnect/",]
date = 2023-09-22
[taxonomies]

View File

@ -1,7 +1,7 @@
+++
title = "Pinephone MPV"
description = "A simple wrapper for MPV for the Pinephone and other Linux mobile devices. Includes On Screen Controls for MPV adapted for the Pinephone."
aliases = []
aliases = [ "apps/noappid.andym48.pinephone_mpv/",]
date = 2023-08-28
[taxonomies]

View File

@ -1,7 +1,7 @@
+++
title = "Store Cards"
description = "Keep all your store cards on your linux phone"
aliases = []
aliases = [ "apps/noappid.fdservices.storecards/",]
date = 2022-01-23
updated = 2023-07-19

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.com/elescoute/password-for-gnome-vala/raw/master
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "org.emilien.Password.desktop"
app_id = "org.emilien.Password"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.emilien.Password"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.com/elescoute/spacelaunch/raw/main/data/appdata/
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "org.emilien.SpaceLaunch.desktop"
app_id = "org.emilien.SpaceLaunch"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.emilien.SpaceLaunch"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://matrix-client.matrix.org/_matrix/media/r0/download/matr
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.gnome.Bartapp.desktop"
app_id = "org.gnome.Bartapp"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://static.gnome.org/appdata/gnome-43/calculator/basic-mode
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "org.gnome.Calculator.desktop"
app_id = "org.gnome.Calculator"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.gnome.Calculator"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/gnome-characters/raw/main/data/s
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "org.gnome.Characters.desktop"
app_id = "org.gnome.Characters"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.gnome.Characters"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/gnome-clocks/raw/master/data/app
screenshots_img = [ "https://img.linuxphoneapps.org/org.gnome.clocks/1.png", "https://img.linuxphoneapps.org/org.gnome.clocks/2.png", "https://img.linuxphoneapps.org/org.gnome.clocks/3.png", "https://img.linuxphoneapps.org/org.gnome.clocks/4.png",]
all_features_touch = true
intended_for_mobile = true
app_id = "org.gnome.Clocks"
app_id = "org.gnome.clocks"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.gnome.clocks"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/gnome-disk-utility/raw/HEAD/data
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "org.gnome.DiskUtility.desktop"
app_id = "org.gnome.DiskUtility"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/eog/raw/HEAD/data/screenshot.png
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.gnome.eog.desktop"
app_id = "org.gnome.eog"
scale_to_fit = "eog"
flathub = "https://flathub.org/apps/org.gnome.eog"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/World/gnome-firmware/raw/master/data/a
screenshots_img = [ "https://img.linuxphoneapps.org/org.gnome.firmware/1.png", "https://img.linuxphoneapps.org/org.gnome.firmware/2.png", "https://img.linuxphoneapps.org/org.gnome.firmware/3.png",]
all_features_touch = false
intended_for_mobile = false
app_id = "org.gnome.Firmware.desktop"
app_id = "org.gnome.Firmware"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.gnome.Firmware"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://wiki.gnome.org/Apps/Frogr?action=AttachFile&do=get&targ
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.gnome.frogr.desktop"
app_id = "org.gnome.frogr"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.gnome.frogr"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/swilmet/gedit-extra/-/raw/main/screens
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.gnome.gedit.desktop"
app_id = "org.gnome.gedit"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.gnome.gedit"
flatpak_link = ""

View File

@ -33,7 +33,7 @@ screenshots = [ "https://static.gnome.org/appdata/gnome-45/loupe/loupe-main.png"
screenshots_img = [ "https://img.linuxphoneapps.org/org.gnome.loupe/1.png", "https://img.linuxphoneapps.org/org.gnome.loupe/2.png", "https://img.linuxphoneapps.org/org.gnome.loupe/3.png", "https://img.linuxphoneapps.org/org.gnome.loupe/4.png", "https://img.linuxphoneapps.org/org.gnome.loupe/5.png",]
all_features_touch = true
intended_for_mobile = true
app_id = "org.gnome.Loupe.desktop"
app_id = "org.gnome.Loupe"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.gnome.Loupe"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/gnome-notes/raw/master/data/appd
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.gnome.Notes.desktop"
app_id = "org.gnome.Notes"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.gnome.Notes"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/polari/raw/HEAD/data/appdata/pol
screenshots_img = []
all_features_touch = true
intended_for_mobile = false
app_id = "org.gnome.Polari.desktop"
app_id = "org.gnome.Polari"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.gnome.Polari"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/rhythmbox/-/raw/master/data/scre
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.gnome.Rhythmbox3.desktop"
app_id = "org.gnome.Rhythmbox3"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/gnome-screenshot/-/raw/master/da
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.gnome.Screenshot.desktop"
app_id = "org.gnome.Screenshot"
scale_to_fit = "gnome-screenshots"
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/gnome-control-center/raw/HEAD/sh
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "org.gnome.Settings.desktop"
app_id = "org.gnome.Settings"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "Software"
description = "Install and update apps"
aliases = []
aliases = [ "apps/org.gnome.software.desktop/",]
date = 2021-09-28
updated = 2023-09-30
@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/GNOME/gnome-software/raw/HEAD/data/met
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "org.gnome.Software.desktop"
app_id = "org.gnome.Software"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/calindori/mobile.png", "https:/
screenshots_img = [ "https://img.linuxphoneapps.org/org.kde.calindori/1-monthview.png", "https://img.linuxphoneapps.org/org.kde.calindori/2-dayview.png", "https://img.linuxphoneapps.org/org.kde.calindori/3-eventview.png", "https://img.linuxphoneapps.org/org.kde.calindori/4-taskview.png", "https://img.linuxphoneapps.org/org.kde.calindori/5-sidebar.png", "https://img.linuxphoneapps.org/org.kde.calindori/6-createevent.png", "https://img.linuxphoneapps.org/org.kde.calindori/7-timepicker.png", "https://img.linuxphoneapps.org/org.kde.calindori/8-createtask.png",]
all_features_touch = true
intended_for_mobile = true
app_id = "org.kde.calindori.desktop"
app_id = "org.kde.calindori"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/calligra/presentation-loaded-fr
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.calligragemini.desktop"
app_id = "org.kde.calligragemini"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/clip/clip-stable.png",]
screenshots_img = []
all_features_touch = true
intended_for_mobile = false
app_id = "org.kde.clip.desktop"
app_id = "org.kde.clip"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/communicator/communicator.png",
screenshots_img = []
all_features_touch = true
intended_for_mobile = false
app_id = "org.kde.communicator.desktop"
app_id = "org.kde.communicator"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/plasma-discover/plasma-discover
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.discover.desktop"
app_id = "org.kde.discover"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/elisa/elisa.png", "https://cdn.
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.elisa.desktop"
app_id = "org.kde.elisa"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.kde.elisa"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = []
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.glosbit.desktop"
app_id = "org.kde.glosbit"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/index/index.png",]
screenshots_img = []
all_features_touch = true
intended_for_mobile = false
app_id = "org.kde.index.desktop"
app_id = "org.kde.index"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.kde.index"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/kairo/kairo_timers_list.png", "
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.kairo.desktop"
app_id = "org.kde.kairo"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "KAlgebra Mobile"
description = "Graph Calculator"
aliases = []
aliases = [ "apps/org.kde.kalgebramobile/",]
date = 2019-02-01
updated = 2023-09-30
@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/kalgebra/kalgebra.png", "https:
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.kalgebramobile"
app_id = "org.kde.kalgebra"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.kde.kalgebra"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/kamoso/kamoso.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.kamoso.desktop"
app_id = "org.kde.kamoso"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/kbibtex/kbibtex-kf5.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.kbibtex.desktop"
app_id = "org.kde.kbibtex"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://lh3.googleusercontent.com/AptCINVC6I09l_PNO3t1x6YuQOA6J
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.klimbgrades.desktop"
app_id = "org.kde.klimbgrades"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/koko/koko.png",]
screenshots_img = []
all_features_touch = true
intended_for_mobile = false
app_id = "org.kde.koko.desktop"
app_id = "org.kde.koko"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.kde.koko"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/kongress/mobile.png", "https://
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.kongress.desktop"
app_id = "org.kde.kongress"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "http://web.archive.org/web/20190417061449/https://play.google.c
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.marble.behaim.desktop"
app_id = "org.kde.marble.behaim"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = []
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.marble.maps.desktop"
app_id = "org.kde.marble.maps"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/minuet/minuet.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.minuet.desktop"
app_id = "org.kde.minuet"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.kde.minuet"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/okular/okular-mobile.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.okular.kirigami.desktop"
app_id = "org.kde.okular.kirigami"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://peruse.kde.org/screenshots/peruse-welcome.jpg", "https:
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.peruse.desktop"
app_id = "org.kde.peruse"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/pix/pix.png", "https://cdn.kde.
screenshots_img = []
all_features_touch = true
intended_for_mobile = false
app_id = "org.kde.pix.desktop"
app_id = "org.kde.pix"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.kde.pix"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/ring-kde/ring-kde.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.ring-kde.desktop"
app_id = "org.kde.ring-kde"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/station/station-stable.png",]
screenshots_img = []
all_features_touch = true
intended_for_mobile = false
app_id = "org.kde.station.desktop"
app_id = "org.kde.station"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://cdn.kde.org/screenshots/vvave/vvave.png",]
screenshots_img = []
all_features_touch = true
intended_for_mobile = false
app_id = "org.kde.vvave.desktop"
app_id = "org.kde.vvave"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.kde.vvave"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = []
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.kde.whale.desktop"
app_id = "org.kde.whale"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "QField"
description = "A simplified touch optimized interface for QGIS"
aliases = []
aliases = [ "apps/qfield/",]
date = 2019-03-19
updated = 2023-09-30
@ -34,7 +34,7 @@ screenshots = [ "https://qfield.org/images/title_tablet.jpg",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "qfield"
app_id = "org.qfield.QField"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "CPU frequency settings"
description = "Adjust the frequency of the CPU"
aliases = []
aliases = [ "apps/org.rnd2.cpupower_gui.desktop/",]
date = 2022-03-13
updated = 2023-09-30
@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/vagnum08/cpupower-gui/media/s
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.rnd2.cpupower_gui.desktop"
app_id = "org.rnd2.cpupower_gui"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org/guidog/livi/-/raw/main/screenshots/lan
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "org.sigxcpu.Livi.desktop"
app_id = "org.sigxcpu.Livi"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.sigxcpu.Livi"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.gnome.org//guidog/phosh-mobile-settings/-/raw/ma
screenshots_img = [ "https://img.linuxphoneapps.org/org.sigxcpu.mobilesettings/1.png", "https://img.linuxphoneapps.org/org.sigxcpu.mobilesettings/2.png", "https://img.linuxphoneapps.org/org.sigxcpu.mobilesettings/3.png", "https://img.linuxphoneapps.org/org.sigxcpu.mobilesettings/4.png", "https://img.linuxphoneapps.org/org.sigxcpu.mobilesettings/5.png",]
all_features_touch = true
intended_for_mobile = true
app_id = "org.sigxcpu.MobileSettings.desktop"
app_id = "org.sigxcpu.MobileSettings"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -1,7 +1,7 @@
+++
title = "Subsurface"
description = "Manage and display dive computer data"
aliases = []
aliases = [ "apps/subsurface/",]
date = 2019-02-01
updated = 2023-09-30
@ -34,7 +34,7 @@ screenshots = [ "https://raw.githubusercontent.com/Subsurface/subsurface/master/
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "subsurface"
app_id = "org.subsurface_divelog.subsurface"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.subsurface_divelog.Subsurface"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "http://tabos.org/project/maxcontrol/maxcontrol.png",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "org.tabos.maxcontrol.desktop"
app_id = "org.tabos.maxcontrol"
scale_to_fit = ""
flathub = "https://flathub.org/apps/org.tabos.maxcontrol"
flatpak_link = ""

View File

@ -78,5 +78,5 @@ We keep expanding the boundaries of what you can do with a messaging app. Don
[Source](https://raw.githubusercontent.com/telegramdesktop/tdesktop/dev/lib/xdg/org.telegram.desktop.metainfo.xml)
### Notice
### Notice
Needs tweaking to work well on mobile, see links under "More information" for tips.

View File

@ -34,7 +34,7 @@ screenshots = [ "https://codeberg.org/foreverxml/random/raw/branch/main/screensh
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "page.codeberg.foreverxml.Random.desktop"
app_id = "page.codeberg.foreverxml.Random"
scale_to_fit = ""
flathub = "https://flathub.org/apps/page.codeberg.foreverxml.Random"
flatpak_link = ""

View File

@ -34,7 +34,7 @@ screenshots = [ "https://codeberg.org/Imaginer/Imaginer/raw/branch/master/data/s
screenshots_img = [ "https://img.linuxphoneapps.org/page.codeberg.imaginer.imaginer/1.png", "https://img.linuxphoneapps.org/page.codeberg.imaginer.imaginer/2.png", "https://img.linuxphoneapps.org/page.codeberg.imaginer.imaginer/3.png", "https://img.linuxphoneapps.org/page.codeberg.imaginer.imaginer/4.png",]
all_features_touch = true
intended_for_mobile = true
app_id = "page.codeberg.Imaginer.Imaginer.desktop"
app_id = "page.codeberg.Imaginer.Imaginer"
scale_to_fit = ""
flathub = "https://flathub.org/apps/page.codeberg.Imaginer.Imaginer"
flatpak_link = "https://codeberg.org/Imaginer/-/packages/generic/imaginer/48"

View File

@ -34,7 +34,7 @@ screenshots = [ "https://ibboard.co.uk/cawbird/appdata/screenshot1.jpg", "https:
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "uk.co.ibboard.cawbird.desktop"
app_id = "uk.co.ibboard.cawbird"
scale_to_fit = "cawbird"
flathub = ""
flatpak_link = ""
@ -60,5 +60,5 @@ Additional features include local viewing of videos, multiple inline images, Lis
### Notice
Was working perfectly since release 1.3.1, no longer working due to Space Karen's API changes; archived on 2023-01-23.
Was working perfectly since release 1.3.1, no longer working due to Space Karen's API changes; archived on 2023-01-23.
A new Cawbird 2.0 with support for Mastodon is being worked on at [https://github.com/CodedOre/NewCaw](https://github.com/CodedOre/NewCaw).

View File

@ -34,7 +34,7 @@ screenshots = [ "https://gitlab.com/dann-merlin/spotipyne",]
screenshots_img = []
all_features_touch = false
intended_for_mobile = false
app_id = "xyz.merlinx.Spotipyne.desktop"
app_id = "xyz.merlinx.Spotipyne"
scale_to_fit = ""
flathub = ""
flatpak_link = ""

View File

@ -33,7 +33,7 @@ screenshots = [ "https://codeberg.org/baarkerlounger/jogger/raw/branch/main/data
screenshots_img = []
all_features_touch = true
intended_for_mobile = true
app_id = "xyz.slothlife.Jogger.desktop"
app_id = "xyz.slothlife.Jogger"
scale_to_fit = ""
flathub = "https://flathub.org/apps/xyz.slothlife.Jogger"
flatpak_link = ""