[BUG] Doesn't display on top of full screen windows, or maximized window without panel
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:
- Full screen a window
- Make sure focus is still on said window
- try to open pano or
- Mazimize a window when panel is not present
- Make sure focus is still on said window
- try to open pano
Details
Mark with [ ] all that applies:
It happens with any application?
- [x] Yes, it applies to any application.
- [ ] No. Only with the following applications:
- VSCode
- [ ] It works with the following applications that I have tried:
- Fill in a list with any application that applies
It happens only on one computer?
- [ ] I don't know.
- [x] No. I have tried it on more than one computer.
It happens only with some specific gnome configuration?
- [x] I don't think that the configuration matters.
- [ ] Yes. Only if the following config is set up:
- Fill in a list with any configuration tha applies.
It happens only with some specific extension installed?
- [x] I don't think that the installed extensions affect the bug/behavior.
- [ ] Yes. Only if the following gnome extension is installed:
- Fill in a list with any extension tha applies.
- Fill in also any detail about the extensions that applies.
Diagnostics
Under what conditions does it happen?
Fill in all information that applies:
Environment
System Details Report
Report details
- Date generated: 2024-03-13 15:46:56
Hardware Information:
- Hardware Model: ADVAN 1701
- Memory: 16.0 GiB
- Processor: AMD Ryzen™ 7 7735HS with Radeon™ Graphics × 16
- Graphics: AMD Radeon™ Graphics
- Disk Capacity: 1.0 TB
Software Information:
- Firmware Version: 6.02
- OS Name: Arch Linux
- OS Build: rolling
- OS Type: 64-bit
- GNOME Version: 45.4
- Windowing System: Wayland
- Kernel Version: Linux 6.7.9-2-cachyos
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'
['[email protected]',
'[email protected]',
'[email protected]',
'blur-my-shell@aunetx',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'gtk3-theme-switcher@charlieqle',
'just-perfection-desktop@just-perfection',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
'hibernate-status@dromi',
'[email protected]',
'[email protected]',
'quick-settings-tweaks@qwreey',
'rounded-window-corners@yilozt',
'[email protected]']
Could be an upstream bug since it also happens with :
- https://github.com/icedman/search-light/issues/77
- https://github.com/G-dH/window-thumbnails/issues/7
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
It seems that G-dH devs figured it out https://github.com/G-dH/window-thumbnails/issues/7#issuecomment-1995050733