Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 17

Summary: gnome-print-0.34 sandbox violation
Product: Gentoo Linux Reporter: Geert Bevin <gbevin>
Component: [OLD] GNOMEAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED FIXED    
Severity: major CC: azarah, hallski
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Geert Bevin 2002-01-04 18:14:07 UTC
/etc/gnome dir is created outside of image dir. Too tired to continue to look
for the cause. Will do so asap.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-01-12 10:45:41 UTC
Works fine here.  Was it a fresh installation ?
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-01-12 15:53:20 UTC
gnome-font-install, a util that comes with gnome-print, has '/etc/gnome'
hardcoded.  Fixing it will break general use (will have '${D}/etc/gnome')
hardcoded.  I will see if there is an easy solution.
Comment 3 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-13 23:54:13 UTC
I noticed that too, first time I tried it violated sandbox, but after merging
without the sandbox once it didn't violate the sandbox when running with it again.
I guess there is some file being written first time and then it just checks that
it's there.
Comment 4 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-17 19:03:36 UTC
If /etc/gnome is not around it will try to create it and generate the sandbox
violation.
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-01-20 03:44:51 UTC
Removed the running of gnome-font-install from the 'make install' process, and
added it to pkg_postinst().