Open pasinduchanaka opened 4 months ago
Same behavior in Linux Mint with version 4.35.1-173168 of the docker-desktop-amd64.deb package. A few more details:
The /usr/share/applications/docker-desktop.desktop
launcher contains Exec=/opt/docker-desktop/bin/docker-desktop
. If I launch that binary from a Bash shell session while Docker Desktop is running (whale icon is visible in taskbar icons), I get the following message:
[2024-11-08T03:09:34.438776874Z][docker-desktop] running under systemd
And then the bin/docker-desktop
binary exits without showing the main GUI window.
However, if I instead run /opt/docker-desktop/Docker\ Desktop
under Bash, the main GUI window opens.
It could be that the /usr/share/applications/docker-desktop.desktop
launcher should be running a dfiferent binary? Certainly user expectation is that if you click on the Docker Desktop app menu entry, it will show the main window if the main window isn't already showing.
Description
In Ubuntu, when I first click the Docker Desktop software, it opens normally. Then, I start a few containers and click the close button. When I try to open the software again by clicking the desktop icon, it does not open. However, when I click "
Go to the desktop
" in the top bar, Docker Desktop starts. This issue started after updating to version 4.32.0. I updated to version 4.33.0, but the issue still remains.Reproduce
N/A
Expected behavior
No response
docker version
docker info
Diagnostics ID
EBA77074-ACF9-4DA1-98D8-8D02D40DE919/20240726132408
Additional Info