john-shine / mega.syno

Make possible to use mega.nz`s megasync on Synology with Docker
GNU General Public License v3.0
50 stars 11 forks source link

Can't see the windows #2

Closed thelittlefireman closed 6 years ago

thelittlefireman commented 6 years ago

Hi, After setting my username/password and sync configuration, mega go into tray icon and i can't see or clic on it. How do you do to show it on ? or open it again ? like on your screenshot ?

john-shine commented 6 years ago

U can run the following code to go into terminal in docker: docker exec -it ${container_id} /bin/bash

and then run: megasync

It should active main window and show it. I remember not very well, try it first. hope it helps

thelittlefireman commented 6 years ago

thanks :) but after start stop the container the windows is shown so i don't know if it's working. I wonder if is there a way to set a password for the vnc connection ?

thelittlefireman commented 6 years ago

I get answer for my question : the megasync command works and for setting a password add -e vnc_password="password"

john-shine commented 6 years ago

Pleased to help you. Yes, vnc_password parameter can set password for vnc connect.