Skip to content
New issue

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

pano will record the selected text #325

Open
4 tasks done
everyx opened this issue Oct 28, 2024 · 0 comments
Open
4 tasks done

pano will record the selected text #325

everyx opened this issue Oct 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@everyx
Copy link
Contributor

everyx commented Oct 28, 2024

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:

  • Pano shouldn't record selected text
  • It should only record what is in the clipboard

Reprodution

How one can find the bug?

Steps To Reproduce

Steps to reproduce, if applicable:

  1. Open gnome text editor or any other application
  2. Select some text
  3. Press the shortcut <super> v to make pano panel show up
  4. The selected text will be displayed in the pano panel

Details

Mark with [ ] all that applies:

It happens with any application?

  • Yes, it applies to any application.

It happens only on one computer?

  • I don't know.

It happens only with some specific gnome configuration?

  • I don't think that the configuration matters.

It happens only with some specific extension installed?

  • I don't think that the installed extensions affect the bug/behavior.

Diagnostics

Under what conditions does it happen?

Fill in all information that applies:

Environment

  • GNOME Shell version: GNOME Shell 47.1
  • Distro: Arch Linux
  • Distro version: rolling

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

$ journalctl --since=now --follow /usr/bin/gnome-shell
nothing

Pano Configuration

Command: 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

Enabled Extensions

Command: 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]']
@everyx everyx added the bug Something isn't working label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant