File libgnomecups-lpoptions.patch of Package libgnomecups
diff -ur /usr/src/packages/BUILD/libgnomecups-0.2.2/libgnomecups/gnome-cups-printer.c ./libgnomecups/gnome-cups-printer.c
--- /usr/src/packages/BUILD/libgnomecups-0.2.2/libgnomecups/gnome-cups-printer.c 2007-06-11 15:02:55.000000000 -0400
+++ ./libgnomecups/gnome-cups-printer.c 2007-06-11 15:05:50.000000000 -0400
@@ -511,7 +522,7 @@
g_free (filename);
- filename = g_build_filename (g_get_home_dir (), ".lpoptions", NULL);
+ filename = g_build_filename (g_get_home_dir (), ".cups", "lpoptions", NULL);
num_dests = cups_get_dests (filename, num_dests, dests);
g_free (filename);