AlmaLinux changes: Use AlmaLinux icon as activities button
Use unbranded illustrations Fix Firefox desktop filename in favorites
This commit is contained in:
parent
244a9e592d
commit
754faddb15
@ -34,7 +34,7 @@ index 62c8ebb31a..1d11cc1b5f 100644
|
||||
});
|
||||
|
||||
- this.add_child(new WorkspaceIndicators());
|
||||
+ if (GLib.get_os_info('ID') === 'rhel') {
|
||||
+ if (GLib.get_os_info('ID') === 'almalinux') {
|
||||
+ const logoIcon = new St.Icon({
|
||||
+ icon_name: 'fedora-logo-icon',
|
||||
+ style_class: 'activities-logo',
|
||||
|
@ -14,7 +14,7 @@ index d0c2c21eb8..a926311701 100644
|
||||
+++ b/data/default-apps/dash.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-org.gnome.Epiphany.desktop
|
||||
+org.mozilla.Firefox.desktop
|
||||
+firefox.desktop
|
||||
org.gnome.Calendar.desktop
|
||||
org.gnome.Music.desktop
|
||||
gnome.Nautilus.desktop
|
||||
@ -26,7 +26,7 @@ index e3a76dce96..b6525f3cc9 100644
|
||||
'gnotski.desktop': 'org.gnome.Klotski.desktop',
|
||||
'gtali.desktop': 'org.gnome.Tali.desktop',
|
||||
'iagno.desktop': 'org.gnome.Reversi.desktop',
|
||||
+ 'firefox.desktop': 'org.mozilla.firefox.desktop',
|
||||
+ 'firefox.desktop': 'firefox.desktop',
|
||||
'nautilus.desktop': 'org.gnome.Nautilus.desktop',
|
||||
'org.gnome.gnome-2048.desktop': 'org.gnome.TwentyFortyEight.desktop',
|
||||
'org.gnome.taquin.desktop': 'org.gnome.Taquin.desktop',
|
||||
|
@ -5,7 +5,7 @@
|
||||
release_number = 2;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}.alma.1
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
@ -54,7 +54,9 @@ Patch: 0001-main-Dump-stack-on-segfaults-by-default.patch
|
||||
Patch: 0001-st-texture-cache-purge-on-resume.patch
|
||||
Patch: fix-some-js-warnings.patch
|
||||
Patch: 0001-data-Update-generated-stylesheets.patch
|
||||
%if 0%{!?almalinux}
|
||||
Patch: 0001-theme-Welcome-Illustration.patch
|
||||
%endif
|
||||
|
||||
%define eds_version 3.45.1
|
||||
%define gnome_desktop_version 44.0-7
|
||||
@ -286,6 +288,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Shell.Porta
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue May 20 2025 Eduard Abdullin <eabdullin@almalinux.org> - 47.4-2.alma.1
|
||||
- AlmaLinux changes: Use AlmaLinux icon as activities button
|
||||
- Use unbranded illustrations
|
||||
- Fix Firefox desktop filename in favorites
|
||||
|
||||
## START: Generated by rpmautospec
|
||||
* Fri Feb 14 2025 Florian Müllner <fmuellner@redhat.com> - 47.4-2
|
||||
- data: Tweak app defaults
|
||||
|
Loading…
Reference in New Issue
Block a user