Possibly related, or possibly another bug: unless the command line that
Ptyxis invoked with is `ptyxis --new-window` then Gnome's Ctrl-Alt-T
hotkey will not work.

Thus, I have done the following instead:

```
cat > /usr/bin/ptyxis-new-window <<EOF
#!/bin/sh
ptyxis --new-window
EOF

chmod +x /usr/bin/ptyxis-new-window

update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator 
/usr/bin/ptyxis-new-window 50
```

That Ptyxis does not open a new window unless this argument is added is
described by the upstream as works-as-intended here:
https://gitlab.gnome.org/chergert/ptyxis/-/issues/239#note_2255610

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085393

Title:
  ptyxis needs x-terminal-emulator alternative priority

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ptyxis/+bug/2085393/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to