Guake interferes with password-store
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 604
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
It looks like guake is interfering with the `password-store` command line tool. Upon trying to run `pass show -c path/to/whatever`, the command hangs for several minutes/forever. The problem occurs regardless of the shell used (zsh, bash), it does not occur in Gnome terminal.
**Expected behavior**
`pass show -c whatever` copies a string to clipboard.
**Observed behavior**
Upon running `pass show -c whatever` from guake, the command hangs for several minutes, an app with the title "Unknown" is added to the dock (with a gear icon), clicking it "unfreeze" the command and the expected behavior finally occurs.
-------------------------------------------------------------------------------
It stopped working as expected after upgrading to Ubuntu 22.04 from 21.04 this morning.
$ guake --support
Guake Version: 3.8.5
Vte Version: 0.68.0
Vte Runtime Version: 0.68.0
--------------------------------------------------
GTK+ Version: 3.24.33
GDK Backend:
Additional environment info
$ uname -a
```
Linux foobar 5.15.0-27-generic #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
```
$ cat /usr/share/gnome/gnome-version.xml
```
42
0
0
Ubuntu
```
$ zsh --version
```
zsh 5.8.1
```
$ bash --version
```
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
```
Gnome terminal version
```
Version 3.44.0 for GNOME 42
A terminal emulator for the GNOME desktop
Using VTE version 0.68.0 +BIDI +GNUTLS +ICU +SYSTEMD
```
$ ps fauxw
```
\_ /usr/bin/python3 /usr/bin/guake
| \_ /usr/bin/zsh
| \_ bash /usr/bin/pass show -c path/to/whatever
| \_ bash /usr/bin/pass show -c path/to/whatever
| \_ wl-paste -n
| \_ base64
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.