Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gnome 40 support #31

Open
RobinR1 opened this issue Apr 22, 2021 · 5 comments
Open

Gnome 40 support #31

RobinR1 opened this issue Apr 22, 2021 · 5 comments

Comments

@RobinR1
Copy link

RobinR1 commented Apr 22, 2021

Addon currently does not work on Gnome 40.

ReferenceError: global is not defined

Stack trace:
  buildPrefsWidget@/home/chojin/.local/share/gnome-shell/extensions/TilixDropdown@[email protected]/prefs.js:28:5
  _init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:209:40
  OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
  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

Also instruction in README .md to use git clone to install plugin, installs v7 according to metadata. Gnome 40 extensions manager automatically updates this to v8. Not sure where that one comes from?

@BenjaminGaymay
Copy link

Hi, you can add the version "40" to the "shell-version" list of metadata.json and it should work :)
(you can reload gnome by pressing alt + f2, write "r" then enter)

@Pierrotws
Copy link

Hi @BenjaminGaymay,

I've tested to simply put version in metadata.json, but I got error:

Error: No property expand on GtkTreeView

Stack trace:
  _init/Gtk.Widget.prototype._init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:45:40
  buildPrefsWidget@/usr/share/gnome-shell/extensions/TilixDropdown@[email protected]/prefs.js:34:20
  _init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:209:40
  OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
  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

@BenjaminGaymay
Copy link

Hi @Pierrotws

I made an update today an I got the same error : Error: No property expand on GtkTreeView
Did you manage to fix it ?

@BenjaminGaymay
Copy link

I found a much better solution !
Tilix provide a --quake option, so you just need to create a shortcut on your desktop to toggle the window.

More informations here: https://gnunn1.github.io/tilix-web/manual/quake/

@RobinR1
Copy link
Author

RobinR1 commented Jun 10, 2022

I found the quake-mode shell extension to be an excellent replacement for tilixdropdown in Gnome 40+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants