oae / gnome-shell-pano

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

[BUG] Doesn't display on top of full screen windows, or maximized window without panel #263

Closed RushingAlien closed 5 months ago

RushingAlien commented 6 months ago

Description

Hey it seems that pano does not display on top of full screen windows or maximized windows when panel is not present (i.e on non-primary monitor)

Problem Explanation

When you have a full screen window or maximized without panel (fullscreen-like), pano does not display

Expected Behavior

For pano to display

Reprodution

How one can find the bug?

Steps To Reproduce

Steps to reproduce, if applicable:

  1. Full screen a window
  2. Make sure focus is still on said window
  3. try to open pano or
  4. Mazimize a window when panel is not present
  5. Make sure focus is still on said window
  6. try to open pano

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

System Details Report


Report details

Hardware Information:

Software Information:

Screenshots

--

Application Details

Output and Logs

Gnome

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

Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: invalid (NULL) pointer instance
Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: invalid (NULL) pointer instance
Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: invalid (NULL) pointer instance
Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: invalid (NULL) pointer instance
Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: g_closure_unref: assertion 'closure->ref_count > 0' failed
Mar 13 15:52:36 workplus-raambm gnome-shell[1934]: g_closure_unref: assertion 'closure->ref_count > 0' failed
Mar 13 15:52:38 workplus-raambm gnome-shell[1934]: invalid (NULL) pointer instance

Pano Configuration

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

[/]
global-shortcut=['<Super>v']
history-length=80
is-in-incognito=false
keep-search-entry=false
open-links-in-browser=false
play-audio-on-copy=false
send-notification-on-copy=false
shortcut=['<Super>c']
show-indicator=false
sync-primary=false
window-height=345
window-position=uint32 2

Enabled Extensions

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

['gsconnect@andyholmes.github.io',
'user-theme@gnome-shell-extensions.gcampax.github.com',
'caffeine@patapon.info',
'blur-my-shell@aunetx',
'favourites-in-appgrid@harshadgavali.gitlab.org',
'browser-tabs@com.github.harshadgavali',
'expandable-notifications@kaan.g.inam.org',
'gamemode@christian.kellner.me',
'brightnesspanelmenuindicator@do.sch.dev.gmail.com',
'gtk3-theme-switcher@charlieqle',
'just-perfection-desktop@just-perfection',
'appindicatorsupport@rgcjonas.gmail.com',
'extension-list@tu.berry',
'CustomizeClockOnLockScreen@pratap.fastmail.fm',
'search-light@icedman.github.com',
'smile-extension@mijorus.it',
'legacyschemeautoswitcher@joshimukul29.gmail.com',
'hibernate-status@dromi',
'pano@elhan.io',
'gmind@tungstnballon.gitlab.com',
'quick-settings-tweaks@qwreey',
'rounded-window-corners@yilozt',
'window-thumbnails@G-dH.github.com']
RushingAlien commented 6 months ago

Could be an upstream bug since it also happens with :

But i can't say what exactly the bug is, so it can help if you guys can figure out and report if it is upstream

RushingAlien commented 6 months ago

It seems that G-dH devs figured it out https://github.com/G-dH/window-thumbnails/issues/7#issuecomment-1995050733