No I'm not loading an html document into Gimp. What I was trying to do was create a custom page size in Gimp. By going to File->Page Setup... that bring up the dialog to allow selection of predifined page sizes and whether it's portait or landscape. The default (at least in USA) is US Letter (8.5" x 11.0"). If you click on the drop down you'll see all of the predifined sizes as well as the option to maintain customized sizes. If you select that option another dialog pops up listing any customized forms, which in my case did not have any so it automatically goes to add a new definition. The default name for this is Customized Page #, giving the next number available in this case 1. I can create the definition, but it won't let me change the name of it from the default name. What I was saying is that I went to Firefox and went through the same, and saw that the customized page that I created existed with the default name. I was then able to change the name for it to something more meaningful, which I can't from Gimp. So I'm under the impression that it's a common file(s) for all apps accessing page-setup. Why can one app create the page with the name whereas another app can only create the page and not the name of it?
---------- Post added at 04:17 PM CST ---------- Previous post was at 10:13 AM CST ----------
Additional Info:
When you create a custom page format under page setup it creates a file in your home directory called
".gtk-custom-papers". The file contains:
[Paper0]
Name={name you want to call it}
DisplayName={See above}
Width=135.38200000000001
Height=101.59999999999999
MarginTop=3.1749999999999998
MarginBottom=12.699999999999999
MarginLeft=6.3499999999999996
MarginRight=6.3499999999999996
Orientation=portrait
This to me does not make sense. What is preventing me of naming the page setup in Gimp but not in Firefox. I'm doing in both the same exact way, no deviation. What is baffling me is that it's the same file essentially containing all info, not like several files breaking up the info so the name you create is in one file and the specs for the page in a different file with different permissions. The SELinux info for the file is: "unconfined_u:object_r:user_home_t:s0" The SELinux for both the binary to start Gimp and the script to start Firefox is: "system_u:object_r:bin_t::s0", so I don't see the difference unless if some call made in Gimp changes things... I might try a relabel to see if that fixes it, otherwise I haven't a clue and might just file a bug report.
The relabelling at reboot did not change anything, created bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=560863
Does anyone else see this?