summaryrefslogtreecommitdiff
path: root/x11/gnome-shell-extensions/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-shell-extensions/files')
-rw-r--r--x11/gnome-shell-extensions/files/patch-meson.build10
-rw-r--r--x11/gnome-shell-extensions/files/pkg-message.in18
2 files changed, 28 insertions, 0 deletions
diff --git a/x11/gnome-shell-extensions/files/patch-meson.build b/x11/gnome-shell-extensions/files/patch-meson.build
new file mode 100644
index 000000000000..258fc9e82136
--- /dev/null
+++ b/x11/gnome-shell-extensions/files/patch-meson.build
@@ -0,0 +1,10 @@
+--- meson.build.orig 2025-02-04 23:40:33 UTC
++++ meson.build
+@@ -44,7 +44,6 @@ default_extensions += [
+ 'light-style',
+ 'screenshot-window-sizer',
+ 'status-icons',
+- 'system-monitor',
+ 'windowsNavigator',
+ 'workspace-indicator',
+ ]
diff --git a/x11/gnome-shell-extensions/files/pkg-message.in b/x11/gnome-shell-extensions/files/pkg-message.in
new file mode 100644
index 000000000000..22509696c0eb
--- /dev/null
+++ b/x11/gnome-shell-extensions/files/pkg-message.in
@@ -0,0 +1,18 @@
+[
+{ type: install
+ message: <<EOM
+In order to launch your session. Copy 'xprofile' into your home directory:
+ cp %%EXAMPLESDIR%%/xprofile ~/.xprofile
+
+Create or edit /var/db/AccountsService/users/YOURLOGIN file:
+ [User]
+ Language=fr_FR.UTF-8 # e.g. for French users
+ Session=gnome-classic-xorg
+ SystemAccount=false
+
+Replace YOURLOGIN by your login.
+
+Currently only 'gnome-classic-xorg' is supported, and tested.
+EOM
+}
+]