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
Pasting text to the console/terminal does not work.
What is the bug? Pasting text to console will fail (or sometimes just print ^V)
The bug happens when trying to copy a text to the console. The text will not appear, if tried multiple times, a ^V will appear.
Text should be copied to the console.
<super>
<shift>
v
It seems related to the fact that copy in the terminal requires pressing Sifht+Ctrl+V.
Ubuntu
Command: dconf dump /org/gnome/shell/extensions/pano/
dconf dump /org/gnome/shell/extensions/pano/
$ dconf dump /org/gnome/shell/extensions/pano/ [/] database-location='/home/userlocal/.local/share/pano' global-shortcut=['<Control><Super>v'] is-in-incognito=false link-previews=false open-links-in-browser=false play-audio-on-copy=false send-notification-on-copy=false session-only-mode=true
The text was updated successfully, but these errors were encountered:
I am intrested in solving this problem.
Sorry, something went wrong.
You can shift + click or shift + enter on a clipboard item for the terminal apps.
No branches or pull requests
Description
Pasting text to the console/terminal does not work.
What is the bug?
Pasting text to console will fail (or sometimes just print ^V)
Problem Explanation
The bug happens when trying to copy a text to the console.
The text will not appear, if tried multiple times, a ^V will appear.
Expected Behavior
Text should be copied to the console.
Reproduction
Steps To Reproduce
<super>
<shift>
v
and select a text to pasteIt 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
It seems related to the fact that copy in the terminal requires pressing Sifht+Ctrl+V.
Environment
Ubuntu
Pano Configuration
Command:
dconf dump /org/gnome/shell/extensions/pano/
The text was updated successfully, but these errors were encountered: