Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
b0820f1058 | |||
0831e848a9 |
@@ -37,9 +37,6 @@ x-scheme-handler/mailto=evolution.desktop
|
|||||||
# All URI schemes declared by yelp
|
# All URI schemes declared by yelp
|
||||||
yelp.desktop
|
yelp.desktop
|
||||||
|
|
||||||
# Prefer banshee for multimedia where possible
|
|
||||||
!banshee-1.desktop
|
|
||||||
|
|
||||||
# Except prefer moonshine for WM
|
# Except prefer moonshine for WM
|
||||||
video/x-ms-asf-plugin=moonshine.desktop
|
video/x-ms-asf-plugin=moonshine.desktop
|
||||||
video/x-msvideo=moonshine.desktop
|
video/x-msvideo=moonshine.desktop
|
||||||
@@ -70,16 +67,15 @@ application/x-rpm=package-manager.desktop
|
|||||||
!gpk-install-file.desktop
|
!gpk-install-file.desktop
|
||||||
|
|
||||||
# Nice GNOME default applications
|
# Nice GNOME default applications
|
||||||
org.gnome.eog.desktop
|
org/gnome.Loupe.desktop
|
||||||
org.gnome.Papers.desktop
|
org.gnome.Papers.desktop
|
||||||
org.gnome.Evince.desktop
|
|
||||||
org.gnome.TextEditor.desktop
|
org.gnome.TextEditor.desktop
|
||||||
!org.gnome.FileRoller.desktop
|
!org.gnome.FileRoller.desktop
|
||||||
# file-roller supports iso, but most people will prefer brasero:
|
# file-roller supports iso, but most people will prefer brasero:
|
||||||
application/x-cd-image=brasero.desktop
|
application/x-cd-image=brasero.desktop
|
||||||
org.gnome.Nautilus.desktop
|
org.gnome.Nautilus.desktop
|
||||||
# evince supports multi-page tiff, but most people will prefer eog:
|
# evince supports multi-page tiff, but most people will prefer Loupe:
|
||||||
image/tiff=org.gnome.eog.desktop
|
image/tiff=org.gnome.Loupe.desktop
|
||||||
# evince supports odp, but we really want OOo
|
# evince supports odp, but we really want OOo
|
||||||
application/vnd.sun.xml.impress=libreoffice-impress.desktop
|
application/vnd.sun.xml.impress=libreoffice-impress.desktop
|
||||||
application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop
|
application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop
|
||||||
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 07:00:49 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update defaults to match current situation:
|
||||||
|
+ Remove banshee preference: banshee has not been shipped since
|
||||||
|
2016.
|
||||||
|
+ Add Loupe to the preferred applications for images
|
||||||
|
+ Do not use Eog by default. As it's alphabetically before
|
||||||
|
Loupe, Eog would always win the way it was listed (when
|
||||||
|
installed).
|
||||||
|
+ Explicitly set image/tiff to org.gnome.Loupe as Eog is no
|
||||||
|
longer part of the default installations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 9 02:00:47 UTC 2025 - Alynx Zhou <alynx.zhou@suse.com>
|
Wed Apr 9 02:00:47 UTC 2025 - Alynx Zhou <alynx.zhou@suse.com>
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glib2
|
# spec file for package glib2-branding
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user