.lpoptions are not respected in Gutsy either - though I've only tried i386 arch.
[EMAIL PROTECTED] log]# cat /etc/cups/lpoptions Default UpstairsMain scp-fc5=true [EMAIL PROTECTED] log]# cat ~user1/.cups/lpoptions Default DownstairsMain [EMAIL PROTECTED] log]# cat ~user2/.cups/lpoptions Default UpstairsDahl [EMAIL PROTECTED] log]# cat ~user3/.cups/lpoptions Default Keith_Color_Printer each of the ~user/.cups/lpoptions are set at login with the following script in /etc/profile.d/set_printer.sh - I'm using LTSP and thin clients, with printer based on hostname, not user. #!/bin/sh ws=$(echo $LTSP_CLIENT|cut -d. -f1) case $ws in ws0-007 ) lpoptions -d UpstairsDahl ;; ws0-010 ) lpoptions -d DownstairsDahl ;; ws0-016 ) lpoptions -d UpstairsDahl ;; ws0-017 ) lpoptions -d Keith_Color_Printer ;; esac This may be an upstream GTK bug: https://bugs.launchpad.net/fedora/+source/libgnomeprint/+bug/34112 -- evince not respecting default printer https://bugs.launchpad.net/bugs/198134 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs