]> git.ipfire.org Git - thirdparty/cups.git/commit
Sandboxed applications were not able to get the default printer (Issue #5676)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 14 Nov 2019 20:30:00 +0000 (15:30 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 14 Nov 2019 20:30:00 +0000 (15:30 -0500)
commite2eb28cfcf10ef163253a65f631e0cc98fe34804
treecb7e7018323e6084ef4cf0ec60bd26c0b726ed78
parent3ff5a8e3932907c5794165b27ecefa1e8d7b1321
Sandboxed applications were not able to get the default printer (Issue #5676)

- Add "home" global pointing to the user's home directory.
- Use it instead of getenv("HOME") everywhere we needed it.
CHANGES.md
cups/cups-private.h
cups/dest.c
cups/globals.c
cups/tls-darwin.c
cups/tls-gnutls.c
cups/usersys.c