docker / desktop-linux

Bug reports for Docker Desktop for Linux
https://docs.docker.com/desktop/linux/
77 stars 5 forks source link

Open in terminal option not working on KDE Plasma #41

Open norbux opened 2 years ago

norbux commented 2 years ago

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

ghost commented 2 years ago

same question

utqinadhif commented 2 years ago

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

noahstegmaier commented 2 years ago

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

robertg042 commented 2 years ago

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

docker-robott commented 1 year ago

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] commented 1 year ago

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