martinpl / tray-icons-reloaded

GNOME Shell extension which bring back Tray Icons to top panel, with additional features.
GNU General Public License v3.0
490 stars 29 forks source link

Gnome 42 Error For settings #83

Closed ryzendew closed 2 years ago

ryzendew commented 2 years ago

Describe the bug A clear and concise description of what the bug is, steps to reproduce the behavior if possible.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Using Gnome 42 beta the Extension works Fine minus the Settings window.

Error: set_titlebar() is not supported for Adw.Window Stack trace: set_titlebar/<@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:51:17 run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:186:20 main@resource:///org/gnome/Shell/Extensions/js/main.js:21: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

iWeaker commented 2 years ago

Go to $HOME/.local/share/gnome-shell/extensions/trayIconsReloaded@selfmade.pl/preferences/Pref.js and remove window.set_titlebar(this._headerBar); , reload your gnome session and try again, i did a pull request to fix that

ryzendew commented 2 years ago

Thanks

Sent from my iPhone

On Mar 15, 2022, at 1:33 AM, Alejandro Bringas Martinez @.***> wrote:

 Go to @.***/preferences/Pref.js and remove window.set_titlebar(this._headerBar); , reload your gnome session and try again, i did a pull request to fix that

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

martinpl commented 2 years ago

Fixed in v23.