Skip to content

Commit

Permalink
Updated First-Setup to use KDE apps for all options that have flatpak…
Browse files Browse the repository at this point in the history
… install options, leaving the rest as their gnome equivalents for now.
  • Loading branch information
Maxwelldoug committed Sep 25, 2024
1 parent b205077 commit 99cedeb
Showing 1 changed file with 54 additions and 88 deletions.
142 changes: 54 additions & 88 deletions includes.container/usr/share/org.vanillaos.FirstSetup/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"default": true,
"applications": [
{
"name": "Calculator",
"icon": "org.gnome.Calculator",
"name": "KCalc",
"icon": "org.kde.kcalc",
"flatpak": true
},
{
Expand All @@ -97,18 +97,18 @@
"flatpak": true
},
{
"name": "Characters",
"icon": "org.gnome.Characters",
"name": "KCharSelect",
"icon": "org.kde.kcharselect",
"flatpak": true
},
{
"name": "Clocks",
"icon": "org.gnome.clocks",
"name": "KClock",
"icon": "org.kde.kclock",
"flatpak": true
},
{
"name": "Connections",
"icon": "org.gnome.Connections",
"name": "KRDC",
"icon": "org.kde.krdc",
"flatpak": true
},
{
Expand All @@ -117,33 +117,28 @@
"flatpak": true
},
{
"name": "Disk Usage Analyzer",
"icon": "org.gnome.baobab",
"name": "FileLight",
"icon": "org.kde.filelight",
"flatpak": true
},
{
"name": "Document Scanner",
"icon": "org.gnome.SimpleScan",
"name": "SkanPage",
"icon": "org.kde.skanpage",
"flatpak": true
},
{
"name": "Document Viewer",
"icon": "org.gnome.Evince",
"name": "Okular",
"icon": "org.kde.okular",
"flatpak": true
},
{
"name": "File Roller",
"icon": "org.gnome.FileRoller",
"name": "Ark",
"icon": "org.kde.ark",
"flatpak": true
},
{
"name": "Fonts",
"icon": "org.gnome.font-viewer",
"flatpak": true
},
{
"name": "Image Viewer",
"icon": "org.gnome.Loupe",
"name": "GwenView",
"icon": "org.kde.gwenview",
"flatpak": true
},
{
Expand All @@ -152,18 +147,18 @@
"flatpak": true
},
{
"name": "Maps",
"icon": "org.gnome.Maps",
"name": "Marble",
"icon": "org.kde.marble",
"flatpak": true
},
{
"name": "Music",
"icon": "org.gnome.Music",
"name": "Elisa",
"icon": "org.kde.elisa",
"flatpak": true
},
{
"name": "Photos",
"icon": "org.gnome.Photos",
"icon": "org.kde.koko",
"flatpak": true
},
{
Expand All @@ -172,8 +167,8 @@
"flatpak": true
},
{
"name": "Text Editor",
"icon": "org.gnome.TextEditor",
"name": "Kate",
"icon": "org.kde.kate",
"flatpak": true
},
{
Expand All @@ -182,8 +177,8 @@
"flatpak": true
},
{
"name": "Weather",
"icon": "org.gnome.Weather",
"name": "KWeather",
"icon": "org.kde.kweather",
"flatpak": true
}
]
Expand Down Expand Up @@ -212,11 +207,6 @@
"icon": "com.usebottles.bottles",
"flatpak": true
},
{
"name": "Extension Manager",
"icon": "com.mattjakeman.ExtensionManager",
"flatpak": true
},
{
"name": "Heroic Games Launcher",
"icon": "com.heroicgameslauncher.hgl",
Expand Down Expand Up @@ -316,11 +306,9 @@
],
"final": [
{
"if": "Calculator",
"if": "KCalc",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y org.gnome.Calculator"
]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.kcalc"]
},
{
"if": "Calendar",
Expand All @@ -330,23 +318,21 @@
]
},
{
"if": "Characters",
"if": "KCharSelect",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y org.gnome.Characters"
"!nextBoot !noRoot flatpak install -y org.kde.kcharselect"
]
},
{
"if": "Clocks",
"if": "KClock",
"type": "command",
"commands": ["!nextBoot !noRoot flatpak install -y org.gnome.clocks"]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.kclock"]
},
{
"if": "Connections",
"if": "KRDC",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y org.gnome.Connections"
]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.krdc"]
},
{
"if": "Contacts",
Expand All @@ -356,67 +342,49 @@
]
},
{
"if": "Disk Usage Analyzer",
"type": "command",
"commands": ["!nextBoot !noRoot flatpak install -y org.gnome.baobab"]
},
{
"if": "Document Scanner",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y org.gnome.SimpleScan"
]
},
{
"if": "Document Viewer",
"if": "FileLight",
"type": "command",
"commands": ["!nextBoot !noRoot flatpak install -y org.gnome.Evince"]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.filelight"]
},
{
"if": "Extension Manager",
"if": "SkanPage",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y com.mattjakeman.ExtensionManager"
]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.skanpage"]
},
{
"if": "File Roller",
"if": "Okular",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y org.gnome.FileRoller"
]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.okular"]
},
{
"if": "Fonts",
"if": "Ark",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y org.gnome.font-viewer"
]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.ark"]
},
{
"if": "Image Viewer",
"if": "GwenView",
"type": "command",
"commands": ["!nextBoot !noRoot flatpak install -y org.gnome.Loupe"]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.gwenview"]
},
{
"if": "Logs",
"type": "command",
"commands": ["!nextBoot !noRoot flatpak install -y org.gnome.Logs"]
},
{
"if": "Maps",
"if": "Marble",
"type": "command",
"commands": ["!nextBoot !noRoot flatpak install -y org.gnome.Maps"]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.marble"]
},
{
"if": "Music",
"if": "Elisa",
"type": "command",
"commands": ["!nextBoot !noRoot flatpak install -y org.gnome.Music"]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.elisa"]
},
{
"if": "Photos",
"type": "command",
"commands": ["!nextBoot !noRoot flatpak install -y org.gnome.Photos"]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.koko"]
},
{
"if": "Snapshot",
Expand All @@ -426,16 +394,14 @@
]
},
{
"if": "Text Editor",
"if": "Kate",
"type": "command",
"commands": [
"!nextBoot !noRoot flatpak install -y org.gnome.TextEditor"
]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.kate"]
},
{
"if": "Weather",
"if": "KWeather",
"type": "command",
"commands": ["!nextBoot !noRoot flatpak install -y org.gnome.Weather"]
"commands": ["!nextBoot !noRoot flatpak install -y org.kde.kweather"]
},
{
"if": "Videos",
Expand Down

0 comments on commit 99cedeb

Please sign in to comment.