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

Fix a warning & log on `debug` channel #200

Closed Rayzeq closed 8 months ago

Rayzeq commented 1 year ago

Pull Request Template

Description

This pull request fixes this warning: ../../../gobject/gsignal.c:1746: signal "hide" already exists in the 'ClutterActor' class ancestry (which, although displayed as a warning, is technically a critical error). To achieve this, I renamed the hide signal in MonitorBox to hide1. A better name would be nice, but I couldn't think of anything else.

This also changes the logger to use console.debug to follow this guideline.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

Checklist

oae commented 8 months ago

Could you please rebase and update the PR? Also, can we use a better name instead of hide1?

Rayzeq commented 8 months ago

Ok everything should be fine now

oae commented 8 months ago

thank you.