Installed the printer with this guide.
http://tkjacobsen.wordpress.com/2008/12/15/hp-laserjet-1020-on-fedora-10/
https://support.google.com/a/answer/2906017?hl=en
python generate_cloudprint_config.py
Confused a bit about the instructions so I added a symlink called "Service State" that points to the config.
ls /etc/google-cloud-print/ -l
total 4
-rw-r--r-- 1 root root 736 Jan 25 19:22 dj-server.conf
lrwxrwxrwx 1 root root 14 Jan 25 19:24 Service State -> dj-server.conf
I've been abusing /etc/rc.d/rc.local for a lot of my startup scripts. This server setup has been a more get it working kind of approach. Note the --user-data-dir flag reference the directory I created with the config not the exact config file.
vi /etc/rc.d/rc.localsu - djhedges -c '/usr/bin/screen -dmt cloud-print -S cloud-print /opt/google/chrome/chrome --type=service --enable-cloud-print-proxy --no-service-autorun --noerrdialogs --user-data-dir=/etc/google-cloud-print/ --enable-logging=stderr --v=1 --enable-logging --v=1'
From there I can share the printer from some sort of printer setting I found linked with my Google account.
No comments:
Post a Comment