Skip to content

Include .desktop file for linux #36

Description

@jnnkB

I think a zoom.desktop like the following would really help this project. If you use such a file you can simply open an zoom url in the browser or using xdg-open and the docker is automatically started and zoom connects to the meeting.

This is an example of how such a file could look:

[Desktop Entry]
Type=Application
Name=Zoom
Exec=zoom "%u"
StartupNotify=false
MimeType=x-scheme-handler/zoommtg
Terminal=false

If you don't allow docker to run without root you should enable the terminal to enter your password.

[Desktop Entry]
Type=Application
Name=Zoom
Exec=zoom "%u"
StartupNotify=false
MimeType=x-scheme-handler/zoommtg
Terminal=true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions