Replies: 2 comments
-
does this extension have any application for gnome-classic.desktop? thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
would someone be able to recommend any extensions to manipulate the task and menu bars for gnome-classic.desktop? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi-
Rocky 9.2, gnome-classic, Rocky9 GNOME Shell 40.10, installed from [email protected]_v62.zip from github- does not appear to work.
Followed instructions here:
https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/customizing_the_gnome_desktop_environment/enabling-and-enforcing-gnome-shell-extensions_customizing-the-gnome-desktop-environment#enabling-system-wide-gnome-shell-extensions_enabling-and-enforcing-gnome-shell-extensions
and renamed the dir to match UUID (dropped the _v62 suffix)
[root@host1 extensions]# ls -alh /etc/dconf/db/local.d/00-extensions
-rw-r--r-- 1 root root 75 Aug 21 14:48 /etc/dconf/db/local.d/00-extensions
[root@host1 extensions]# cat /etc/dconf/db/local.d/00-extensions
[org/gnome/shell]
enabled-extensions=['[email protected]']
[root@host1 extensions]# pwd
/usr/share/gnome-shell/extensions
[root@host1 extensions]# ls -alh [email protected]
total 584K
drwxr-xr-x 6 root root 4.0K Aug 20 18:05 .
drwxr-xr-x. 11 root root 4.0K Aug 21 14:47 ..
-rwxr-xr-x 1 root root 73K Apr 2 08:36 appIcons.js
-rwxr-xr-x 1 root root 18K Apr 2 08:36 COPYING
-rwxr-xr-x 1 root root 6.2K Apr 2 08:36 desktopIconsIntegration.js
-rwxr-xr-x 1 root root 5.0K Apr 2 08:36 extension.js
drwxr-xr-x 2 root root 106 Aug 20 18:05 img
-rwxr-xr-x 1 root root 15K Apr 2 08:36 intellihide.js
drwxr-xr-x 23 root root 225 Apr 2 08:36 locale
-rwxr-xr-x 1 root root 915 Apr 2 08:36 metadata.json
-rwxr-xr-x 1 root root 19K Apr 2 08:36 overview.js
-rwxr-xr-x 1 root root 49K Apr 2 08:36 panel.js
-rwxr-xr-x 1 root root 30K Apr 2 08:36 panelManager.js
-rwxr-xr-x 1 root root 2.4K Apr 2 08:36 panelPositions.js
-rwxr-xr-x 1 root root 4.2K Apr 2 08:36 panelSettings.js
-rwxr-xr-x 1 root root 13K Apr 2 08:36 panelStyle.js
-rwxr-xr-x 1 root root 117K Apr 2 08:36 prefs.js
-rwxr-xr-x 1 root root 19K Apr 2 08:36 progress.js
-rwxr-xr-x 1 root root 8.0K Apr 2 08:36 proximity.js
-rwxr-xr-x 1 root root 9.6K Apr 2 08:36 README.md
drwxr-xr-x 2 root root 91 Aug 20 18:05 schemas
-rwxr-xr-x 1 root root 3.7K Apr 2 08:36 stylesheet.css
-rwxr-xr-x 1 root root 59K Apr 2 08:36 taskbar.js
-rwxr-xr-x 1 root root 8.7K Apr 2 08:36 transparency.js
drwxr-xr-x 2 root root 4.0K Aug 20 18:05 ui
-rwxr-xr-x 1 root root 26K Apr 2 08:36 utils.js
-rwxr-xr-x 1 root root 41K Apr 2 08:36 windowPreview.js
I tried running this: gnome-extensions prefs [email protected]
which got me this UI:
I clicked on "Technical Details" and got this:
SyntaxError: import declarations may only appear at top level of a module
Stack trace:
_init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:216:33
OpenExtensionPrefsAsync/<https://github.com/resource:///org/gnome/Shell/Extensions/js/extensionsService.js:128:33
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:22
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:177:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:19:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17
What am I doing wrong? Does it work with GUI "gnome-classic.desktop"? Thank you.
EDIT: would someone be able to tell me on this page:
https://extensions.gnome.org/extension/1160/dash-to-panel/
what shell version (assuming 40 as gnome-classic Shell 40.10) and extension versions i should be selecting from both pulldowns? thank you.
Beta Was this translation helpful? Give feedback.
All reactions