設定 TeamViewer 在 Lubuntu 中自動啟動
This topic is about how to set TeamViewer auto start when you login Lubuntu (Ubuntu with LXDE window manager).
- Get TeamViewer first.
- Install TeamViewer with the command below
sudo dpkg -i teamviewer_linux.deb
or
sudo dpkg -i teamviewer_linux_x64.deb
After install, you can set it auto start when you login:
wyw@wyw-U115:~$ mkdir ~/.config/autostart
wyw@wyw-U115:~$ cd ~/.config/autostart/
wyw@wyw-U115:~/.config/autostart$ dpkg -L teamviewer | grep .desktop
...
/opt/teamviewer8/tv_bin/desktop/teamviewer-teamviewer8.desktop
...
wyw@wyw-U115:~/.config/autostart$ ln -s /opt/teamviewer8/tv_bin/desktop/teamviewer-teamviewer8.desktop .
Then reboot and check if it works.
沒有留言:
張貼留言