Things to do first
r command from the prompt that appears when pressing Alt+F2 on an X.org session, or by logging out/in on a Wayland session.journalctl /usr/bin/gnome-shell -f -o cat & command and reproduce the problem.Describe the bug
A clear and concise description of what the problem is, any steps to reproduce, and what you expected to happen instead.
Linux distribution and version
Ubuntu 18.04, Fedora 31, Manjaro 19.02, Arch, Debian 10.3, openSUSE Leap 15.1, etc.
GNOME Shell version
Run gnome-shell --version from the command line to get this
Dash-to-Panel version
This can be seen in the Dash-to-Panel Settings in the About tab.
Where was Dash-to-Panel installed from?
The GNOME extensions website, GNOME Software store, your distribution's package manager, pre-installed with the distribution, directly from github, etc.
Screenshots / Video captures
If applicable, add screenshots or a link to a video capture to help explain your problem.
Additional Info
This is a blank issue...
@Steps65 @Water261 https://github.com/philippun1/dash-to-panel
Not working on gnome 40 for me as well (Arch). Installed the last AUR update "gnome-shell-extension-dash-to-panel 40-1". The logs:
Gtk.BuilderError: /usr/share/gnome-shell/extensions/[email protected]/Settings.ui:26:39 Invalid property: GtkFrame.shadow_type
Stack trace:
_init@/usr/share/gnome-shell/extensions/[email protected]/prefs.js:168:23
wrapper@resource:///org/gnome/gjs/modules/script/_legacy.js:83:27
_Base.prototype._construct@resource:///org/gnome/gjs/modules/script/_legacy.js:19:10
newClass@resource:///org/gnome/gjs/modules/script/_legacy.js:115:21
buildPrefsWidget@/usr/share/gnome-shell/extensions/[email protected]/prefs.js:2199: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
EDIT:
Solved with manual install - that line in terminal:
git clone -b "update-to-gnome40" https://github.com/philippun1/dash-to-panel.git dash-to-panel && cd dash-to-panel && make && make install
Thanks. Compilation done for ArchLinux. Extension enabled via:
gnome-extensions enable [email protected]
@Steps65, please close this ticket as a duplicate of issue #1265.