desktop-linux icon indicating copy to clipboard operation
desktop-linux copied to clipboard

Open in terminal option not working on KDE Plasma

Open norbux opened this issue 3 years ago • 6 comments
trafficstars

Hello, I am using Docker Desktop 4.10.0 (82025) on a Debian (bullseye) machine with KDE Plasma.

When I click on the "Open interminal" option for a container, it tries to open a gnome terminal which is unavailble because I'm running KDE.

Screenshot_open-in-terminal

Is there a way to set a different terminal?

Thanks in advance

norbux avatar Jul 03 '22 21:07 norbux

same question

ghost avatar Aug 02 '22 17:08 ghost

no option to change terminal here, any answer for me?

utqinadhif avatar Aug 06 '22 12:08 utqinadhif

As a workaround, you can manually create a /bin/gnome-terminal file with the following content(don't forget to chmod +x it):

#!/usr/bin/bash
exec konsole -e "${@:2}"

or if you want it less hacky put the script in a user folder that's in $PATH

noahstegmaier avatar Aug 09 '22 15:08 noahstegmaier

or if you want it less hacky put the script in a user folder that's in $PATH

It seams putting the script in user folder did not work. The /bin/gnome-terminal did though

robertg042 avatar Aug 23 '22 10:08 robertg042

There hasn't been any activity on this issue for a long time. If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment. If not, this issue will be closed in 30 days.

Prevent issues from auto-closing with a /lifecycle frozen comment.

/lifecycle stale

docker-robott avatar Mar 01 '23 01:03 docker-robott

There hasn't been any activity on this issue for a long time. If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment. If not, this issue will be closed in 30 days.

Prevent issues from auto-closing with a /lifecycle frozen comment.

/lifecycle stale

docker-robot[bot] avatar Jun 23 '23 01:06 docker-robot[bot]