Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include .desktop file for linux #36

Open
jnnkB opened this issue Nov 12, 2020 · 0 comments
Open

Include .desktop file for linux #36

jnnkB opened this issue Nov 12, 2020 · 0 comments

Comments

@jnnkB
Copy link

jnnkB commented Nov 12, 2020

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
@jnnkB jnnkB changed the title Including .desktop file for linux Include .desktop file for linux Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant