[Bug 1032812] Re: evince crashes on invoking print dialog

2013-09-26 Thread Babaei
I have run into the same problem with a linked /tmp directory, and this
work-around worked for me.

I have /tmp linked because of an SSD+HD configuration, which isn't all
that uncommon. This really shouldn't break out-of-the-box like this. At
the very least, these work-around instructions should be easier to find.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1032812

Title:
  evince crashes on invoking print dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1032812/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1032812] Re: evince crashes on invoking print dialog

2012-09-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: evince (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1032812

Title:
  evince crashes on invoking print dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1032812/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1032812] Re: evince crashes on invoking print dialog

2012-08-03 Thread Christopher Barrington-Leigh
** Attachment added: evince-crash.txt
   
https://bugs.launchpad.net/bugs/1032812/+attachment/3247012/+files/evince-crash.txt

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1032812

Title:
  evince crashes on invoking print dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1032812/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1032812] Re: evince crashes on invoking print dialog

2012-08-03 Thread Jamie Strandboge
This looks to be a result of the AppArmor profile:
Aug  3 12:22:50 cpbl-thinkpad kernel: [ 3642.457504] type=1400 
audit(1344010970.542:28): apparmor=DENIED operation=mknod parent=1 
profile=/usr/bin/evince name=/altos/tmp/gtkprint_ppd_RWE5HW pid=4689 
comm=evince requested_mask=c denied_mask=c fsuid=1001 ouid=1001

Granted, evince should not crash, but it looks like you are using a 
non-standard location for your files (maybe your TMPDIR is set to /altos/tmp?). 
I suggest you add this to /etc/apparmor.d/local/usr.bin.evince:
  owner /altos/tmp/**  rwkl,
  owner /altos/tmp/rw,

Then perform:
$ sudo apparmor_parser -r /etc/apparmor.d/usr.bin.evince

Please report back if this works for you.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1032812

Title:
  evince crashes on invoking print dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1032812/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1032812] Re: evince crashes on invoking print dialog

2012-08-03 Thread Christopher Barrington-Leigh
Thanks! for your detective work.

TMPDIR is still /tmp, but

ls -la /tmp

lrwxrwxrwx   1 root root   10 Aug  2 16:07 tmp - /altos/tmp/

Yes, your solution works.  Thank you!!

So, is the crashing experience a bug? Maybe I leave that for you to
decide.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1032812

Title:
  evince crashes on invoking print dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1032812/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs