Update apps and icons

main
kra-mo 2 years ago
parent 28d9b032bb
commit 85cb31acdd

@ -224,7 +224,7 @@
{
"id": "utilities",
"title": "Common Utilities",
"subtitle": "Useful utilities like Bottles.",
"subtitle": "Useful utilities like Bottles or Sound Recorder.",
"default": false,
"applications" : [
{
@ -238,6 +238,11 @@
"flatpak" : true,
"snap" : true
},
{
"name" : "Flatseal",
"icon" : "com.github.tchx84.Flatseal",
"flatpak" : true
},
{
"name" : "Metadata Cleaner",
"icon" : "fr.romainvigier.MetadataCleaner",
@ -373,6 +378,11 @@
"type" : "command",
"commands" : ["!nextBoot flatpak install -y org.gnome.Boxes || snap install gnome-boxes"]
},
{
"if" : "Flatseal",
"type" : "command",
"commands" : ["!nextBoot flatpak install -y com.github.tchx84.Flatseal"]
},
{
"if" : "Metadata Cleaner",
"type" : "command",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

@ -69,8 +69,11 @@ class VanillaLayoutApplications(Adw.Bin):
if app[package_manager]:
_apps_action_row = Adw.ActionRow(
title=app["name"],
icon_name=app["icon"]
)
_app_icon = Gtk.Image.new_from_resource("/io/github/vanilla-os/FirstSetup/assets/bundle-app-icons/" + app["icon"] + ".png")
_app_icon.set_icon_size(Gtk.IconSize.LARGE)
_app_icon.add_css_class("lowres-icon")
_apps_action_row.add_prefix(_app_icon)
_app_switcher = Gtk.Switch()
_app_switcher.set_active(True)
_app_switcher.set_valign(Gtk.Align.CENTER)

@ -14,9 +14,38 @@
<file>gtk/layout-yes-no.ui</file>
<file>gtk/layout-applications.ui</file>
</gresource>
<gresource prefix="/io/github/vanilla-os/FirstSetup/icons/scalable/actions/">
<gresource prefix="/io/github/vanilla-os/FirstSetup/icons/scalable/actions">
<file preprocess="xml-stripblanks">../data/icons/hicolor/symbolic/actions/vanilla-package-symbolic.svg</file>
<file preprocess="xml-stripblanks">../data/icons/hicolor/symbolic/actions/vanilla-container-terminal-symbolic.svg</file>
<file preprocess="xml-stripblanks">../data/icons/hicolor/symbolic/actions/vanilla-puzzle-piece-symbolic.svg</file>
</gresource>
<gresource prefix="/io/github/vanilla-os/FirstSetup">
<file>assets/bundle-app-icons/com.github.flxzt.rnote.png</file>
<file>assets/bundle-app-icons/com.github.tchx84.Flatseal.png</file>
<file>assets/bundle-app-icons/com.usebottles.bottles.png</file>
<file>assets/bundle-app-icons/de.haeckerfelix.Shortwave.png</file>
<file>assets/bundle-app-icons/fr.romainvigier.MetadataCleaner.png</file>
<file>assets/bundle-app-icons/org.gnome.baobab.png</file>
<file>assets/bundle-app-icons/org.gnome.Boxes.png</file>
<file>assets/bundle-app-icons/org.gnome.Calculator.png</file>
<file>assets/bundle-app-icons/org.gnome.Calendar.png</file>
<file>assets/bundle-app-icons/org.gnome.Characters.png</file>
<file>assets/bundle-app-icons/org.gnome.Cheese.png</file>
<file>assets/bundle-app-icons/org.gnome.clocks.png</file>
<file>assets/bundle-app-icons/org.gnome.Connections.png</file>
<file>assets/bundle-app-icons/org.gnome.Contacts.png</file>
<file>assets/bundle-app-icons/org.gnome.eog.png</file>
<file>assets/bundle-app-icons/org.gnome.Evince.png</file>
<file>assets/bundle-app-icons/org.gnome.Extensions.png</file>
<file>assets/bundle-app-icons/org.gnome.font-viewer.png</file>
<file>assets/bundle-app-icons/org.gnome.Logs.png</file>
<file>assets/bundle-app-icons/org.gnome.Maps.png</file>
<file>assets/bundle-app-icons/org.gnome.Music.png</file>
<file>assets/bundle-app-icons/org.gnome.Photos.png</file>
<file>assets/bundle-app-icons/org.gnome.SoundRecorder.png</file>
<file>assets/bundle-app-icons/org.gnome.TextEditor.png</file>
<file>assets/bundle-app-icons/org.gnome.Totem.png</file>
<file>assets/bundle-app-icons/org.gnome.Weather.png</file>
<file>assets/bundle-app-icons/org.libreoffice.LibreOffice.png</file>
</gresource>
</gresources>
Loading…
Cancel
Save