這是在官方論壇看到網友的解決辦法,親測可用。就是新建一個啓動文件git
https://community.leapmotion.com/t/tip-ubuntu-systemd-and-leapd/2118github
新建一個文件,/lib/systemd/system/leapd.service , 權限爲644
ubuntu
# Found by Kevin Cole 2014.11.22 at # https://github.com/atejeda/leap-fedora-rpm # # Remember to: # # ln -s /lib/systemd/system/leapd.service /etc/systemd/system/leapd.service # systemctl daemon-reload # [Unit] Description=LeapMotion Daemon After=syslog.target [Service] Type=simple ExecStart=/usr/sbin/leapd [Install] WantedBy=multi-user.target
新建文件後,從新安裝leapmotion驅動,若是有報錯請按照報錯信息完全刪除以前安裝後留下leapmotion的文件,再從新安裝(但願官方早點解決這個問題~)bash