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
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:
If you don't allow docker to run without root you should enable the terminal to enter your password.