|
|
|
@ -98,15 +98,9 @@
|
|
|
|
|
{
|
|
|
|
|
"id": "core-apps",
|
|
|
|
|
"title": "Core Applications",
|
|
|
|
|
"subtitle": "Essential GNOME apps like Calendar or Calculator.",
|
|
|
|
|
"subtitle": "Essential GNOME apps like Calendar or Document Viewer.",
|
|
|
|
|
"default": true,
|
|
|
|
|
"applications" : [
|
|
|
|
|
{
|
|
|
|
|
"name" : "Calculator",
|
|
|
|
|
"icon" : "org.gnome.Calculator",
|
|
|
|
|
"flatpak" : true,
|
|
|
|
|
"snap" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Calendar",
|
|
|
|
|
"icon" : "org.gnome.Calendar",
|
|
|
|
@ -152,11 +146,6 @@
|
|
|
|
|
"flatpak" : true,
|
|
|
|
|
"snap" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Extensions",
|
|
|
|
|
"icon" : "org.gnome.Extensions",
|
|
|
|
|
"flatpak" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Fonts",
|
|
|
|
|
"icon" : "org.gnome.font-viewer",
|
|
|
|
@ -179,26 +168,11 @@
|
|
|
|
|
"icon" : "org.gnome.Maps",
|
|
|
|
|
"flatpak" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Music",
|
|
|
|
|
"icon" : "org.gnome.Music",
|
|
|
|
|
"flatpak" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Photos",
|
|
|
|
|
"icon" : "org.gnome.Photos",
|
|
|
|
|
"flatpak" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Text Editor",
|
|
|
|
|
"icon" : "org.gnome.TextEditor",
|
|
|
|
|
"flatpak" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Videos",
|
|
|
|
|
"icon" : "org.gnome.Totem",
|
|
|
|
|
"flatpak" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Weather",
|
|
|
|
|
"icon" : "org.gnome.Weather",
|
|
|
|
@ -268,11 +242,6 @@
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"final": [
|
|
|
|
|
{
|
|
|
|
|
"if" : "Calculator",
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y org.gnome.Calculator || snap install gnome-calculator"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Calendar",
|
|
|
|
|
"type" : "command",
|
|
|
|
@ -312,12 +281,7 @@
|
|
|
|
|
"if" : "Document Viewer",
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y org.gnome.Evince || snap install evince"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Extensions",
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y org.gnome.Extensions"]
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Fonts",
|
|
|
|
|
"type" : "command",
|
|
|
|
@ -338,26 +302,11 @@
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y org.gnome.Maps"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Music",
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y org.gnome.Music"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Photos",
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y org.gnome.Photos"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Text Editor",
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y org.gnome.TextEditor"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Videos",
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y org.gnome.Totem"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Weather",
|
|
|
|
|
"type" : "command",
|
|
|
|
|