oae / gnome-shell-pano

Next-gen Clipboard Manager for Gnome Shell
https://extensions.gnome.org/extension/5278/pano/
GNU General Public License v2.0
987 stars 52 forks source link

gnome crashes completely when enabling pano on openSUSE tumbleweed #203

Closed Sivecano closed 12 months ago

Sivecano commented 12 months ago

Description

gnome crashes completely when enabling extension on openSUSE tumbleweed

Problem Explanation

The bug happens when installing the extension and enabling it

Expected Behavior

gnome not crashing

Reprodution

on a fresh install of openSUSE tumbleweed install the extension (after installing the dependencies using the command provided on the page on extension.gnome.org

Details

Mark with [ ] all that applies:

It happens with any application?

It happens only on one computer?

It happens only with some specific gnome configuration?

It happens only with some specific extension installed?

Diagnostics

Under what conditions does it happen?

Fill in all information that applies:

Environment

Screenshots

N/A

Application Details

N/A

What is pasted, if applicable

N/A

Application Version

N/A

Output and Logs

Gnome

Command: journalctl --since=now --follow /usr/bin/gnome-shell

run after gnome shell crash

$ journalctl --since=-600 /usr/bin/gnome-shell
Jul 13 19:37:50 laptop gnome-shell[5571]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
Jul 13 19:45:21 laptop gnome-shell[5571]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.mozilla.Firefox.SearchProvider was not provided by any .service files
Jul 13 19:45:21 laptop gnome-shell[5571]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.mozilla.Firefox.SearchProvider was not provided by any .service files
Jul 13 19:45:21 laptop gnome-shell[5571]: Received error from D-Bus search provider org.gnome.Notes.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Jul 13 19:45:24 laptop gnome-shell[5571]: ../gobject/gsignal.c:1746: signal "hide" already exists in the 'ClutterActor' class ancestry

Pano Configuration

Command: dconf dump /org/gnome/shell/extensions/pano/

$ dconf dump /org/gnome/shell/extensions/pano/

Enabled Extensions

Command: dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n'

$ dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n'
['pano@elhan.io']
Sivecano commented 12 months ago

duplicate of https://github.com/oae/gnome-shell-pano/issues/178#issue-1640674868