Accepting request 1233798 from devel:microos:aeon

- Correctly populate custom-keybindings gschema structure 

- A more modern choice of applications in aeon-firstboot - evince -> papers; celluloid -> showtime; vlc -> celluloid

OBS-URL: https://build.opensuse.org/request/show/1233798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-branding-Aeon?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2024-12-31 10:12:48 +00:00 committed by Git OBS Bridge
commit c6248838d0
3 changed files with 16 additions and 3 deletions

View File

@ -20,6 +20,9 @@ picture-uri-dark='file:///usr/share/wallpapers/aeonwallpaper.png'
use-system-font=false
custom-font='Monospace 12'
[org.gnome.settings-daemon.plugins.media-keys]
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/']
[org.gnome.settings-daemon.plugins.media-keys.custom-keybindings.custom0]
binding='<Super>Return'
command='kgx -e distrobox enter'

View File

@ -43,11 +43,11 @@ TRUE app.devsuite.Ptyxis "Ptyxis" "Advanced Terminal Emulator" \
FALSE com.mattjakeman.ExtensionManager "Extension Manager" "Shell Extensions Manager" \
FALSE com.github.tchx84.Flatseal "Flatseal" "Application Permissions Manager" \
FALSE com.valvesoftware.Steam "Steam" "Steam Games Launcher" \
FALSE org.gnome.Evince "Document Viewer" "Document & PDF Viewer" \
FALSE org.gnome.Papers "Papers" "Document & PDF Viewer" \
FALSE org.gnome.Loupe "Image Viewer" "Basic Image Viewer" \
FALSE org.gnome.gThumb "gThumb" "Advanced Image Viewer" \
FALSE io.github.celluloid_player.Celluloid "Celluloid" "Basic Video Player" \
FALSE org.videolan.VLC "VLC" "Advanced Video Player" \
FALSE org.gnome.Showtime "Showtime" "Basic Video Player" \
FALSE io.github.celluloid_player.Celluloid "Celluloid" "Advanced Video Player" \
FALSE org.telegram.desktop "Telegram Desktop" "Telegram Messaging Client" \
FALSE org.libreoffice.LibreOffice "LibreOffice" "LibreOffice Office Suite" \
FALSE org.gimp.GIMP "GNU Image Manipulation Program" "Image Editor" \

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Dec 29 16:33:56 UTC 2024 - Richard Brown <rbrown@suse.com>
- Correctly populate custom-keybindings gschema structure
-------------------------------------------------------------------
Mon Dec 9 17:57:50 UTC 2024 - Di Lorenzo <lauro@dilorenzo.one>
- A more modern choice of applications in aeon-firstboot - evince -> papers; celluloid -> showtime; vlc -> celluloid
-------------------------------------------------------------------
Wed Oct 23 08:56:36 UTC 2024 - Richard Brown <rbrown@suse.com>