Comment 7 for bug 1770027

Revision history for this message
mif (mifjpn) wrote :

An addition.
There is a bug as below.
 "hp-systray fails due to "error: Unable to open /home/[user]/.hplip/hp-systray.lock lock file." if ~/.hplip is a symlink"

So,I make below shell script.
$ gedit ~/hp-systray.sh
---
#!/bin/sh
rm /home/[user]/.hplip/hp-systray.lock
sleep 10
hp-systray -x
---
$ chmod +x ~/hp-systray.sh

And I modify the Startup to /home/[user]/hp-systray.sh as "HP System Tray Service"

mifjpn