We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the bug? pano will record the selected text, which will lead to many invalid records.
Write a clear and concise description of what the bug is:
The bug happens when selecting a piece of text, any selected text will be recorded by pano, whether in Firefox or gnome-text-editor.
A clear and concise description of what you expected to happen, and how the actual outcome differs:
How one can find the bug?
Steps to reproduce, if applicable:
<super>
v
Mark with [ ] all that applies:
Under what conditions does it happen?
Fill in all information that applies:
If applicable, add screenshots to help explain your problem:
Command: journalctl --since=now --follow /usr/bin/gnome-shell
journalctl --since=now --follow /usr/bin/gnome-shell
$ journalctl --since=now --follow /usr/bin/gnome-shell nothing
Command: dconf dump /org/gnome/shell/extensions/pano/
dconf dump /org/gnome/shell/extensions/pano/
$ dconf dump /org/gnome/shell/extensions/pano/ [/] global-shortcut=['<Super>v'] history-length=20 is-in-incognito=false item-date-font-family='Sans' item-date-font-size=11 item-size=200 item-title-font-family='Sans' item-title-font-size=20 link-previews=false paste-on-select=false play-audio-on-copy=false search-bar-font-family='Sans' search-bar-font-size=14 send-notification-on-copy=false shortcut=['<Super>v'] show-indicator=false sync-primary=true watch-exclusion-list=true wiggle-indicator=false
Command: dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n'
dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n'
$ dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n' ['timepp@zagortenay333', '[email protected]', 'windowIsReady_Remover@[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 'just-perfection-desktop@just-perfection', 'color-picker@tuberry', '[email protected]', '[email protected]', '[email protected]', 'shuzhi@tuberry', '[email protected]', '[email protected]', 'blur-my-shell@aunetx', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', 'custom-accent-colors@demiskp', '[email protected]', 'cronomix@zagortenay333', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]@gmail.com', '[email protected]', '[email protected]', '[email protected]']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
What is the bug?
pano will record the selected text, which will lead to many invalid records.
Problem Explanation
Write a clear and concise description of what the bug is:
The bug happens when selecting a piece of text, any selected text will be recorded by pano, whether in Firefox or gnome-text-editor.
Expected Behavior
A clear and concise description of what you expected to happen, and how the actual outcome differs:
Reprodution
How one can find the bug?
Steps To Reproduce
Steps to reproduce, if applicable:
<super>
v
to make pano panel show upDetails
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
If applicable, add screenshots to help explain your problem:
2024-10-28.11-26-17.mp4
Output and Logs
Gnome
Command:
journalctl --since=now --follow /usr/bin/gnome-shell
Pano Configuration
Command:
dconf dump /org/gnome/shell/extensions/pano/
Enabled Extensions
Command:
dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n'
The text was updated successfully, but these errors were encountered: