Comment 11 for bug 134682

Revision history for this message
Gert Kulyk (gkulyk) wrote : Re: [Tribe5] user don't know where are his pdf file

To modred: If you have e.g. cups-pdf configured to place the created files in $HOME/work, you'll need to change cups-pdf-settings in /etc/apparmor.d/usr.sbin.cupsd file, too.

Given you want still to have the files in $HOME/work, you'll need to apply the following changes

Change the line:

Out ${HOME}/PDF

into:

Out ${HOME}/work

in your /etc/cups/cups-pdf.conf

_and_ the lines:

  @{HOME}/PDF/ w,
  @{HOME}/PDF/* w,

into:

  @{HOME}/work/ w,
  @{HOME}/work/* w,

in your "/etc/apparmor.d/usr.sbin.cupsd" file.

After restarting apparmor and cups, you'll be able to print to the given location.