Run only several extensions in Classic Mode

i9-beta-el9_4
Arkady L. Shane 1 year ago
parent adb80260d6
commit 37d2651f60
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -0,0 +1,11 @@
{
"parentMode": "user",
"stylesheetName": "gnome-classic.css",
"hasOverview": false,
"showWelcomeDialog": false,
"enabledExtensions": ["apps-menu@gnome-shell-extensions.gcampax.github.com", "places-menu@gnome-shell-extensions.gcampax.github.com", "launch-new-instance@gnome-shell-extensions.gcampax.github.com", "window-list@gnome-shell-extensions.gcampax.github.com"],
"panel": { "left": ["appMenu"],
"center": [],
"right": ["a11y", "keyboard", "dateMenu", "aggregateMenu"]
}
}

@ -7,12 +7,13 @@
Name: gnome-shell-extensions
Version: 40.7
Release: 7%{?dist}.inferit
Release: 7%{?dist}.1.inferit
Summary: Modify and extend GNOME Shell functionality and behavior
License: GPLv2+
URL: http://wiki.gnome.org/Projects/GnomeShell/Extensions
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
Source1: classic.json
BuildRequires: meson
BuildRequires: git
@ -315,6 +316,9 @@ workspaces.
%install
%meson_install
# Run Custom Extensions
install -m644 %{SOURCE1} %{buildroot}%{_datadir}/gnome-shell/modes/classic.json
%find_lang %{name}
@ -430,6 +434,9 @@ workspaces.
%changelog
* Tue Aug 22 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 40.7-7.1.inferit
- Run only several extensions in Classic Mode
* Fri Jul 21 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 40.7-7.inferit
- Updated Russian translation
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save