Preferences > 'System Info' window is very small
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Inkscape |
Fix Released
|
Low
|
John Smith | ||
Bug Description
File > Inkscape Preferences > Misc > 'System Info' window only shows about 2 lines of 'System Info'.
Typically there is quite a bit of 'System Info' data and it is hard to read in such a small window.
The Misc panel has lot of space, so this window can be expanded easily.
Windows 7.
Confirmed on Ubuntu 11.10 (Unity), Inkscape 0.48.2. The widget's size 0.
Committed in the trunk, revision 10818.
Backport in progress.
Committed in the 0.48.x branch, revision 9845.
Thanks John!
Couldn't we change the layout, making 'System info' a section header or title _above_ the info field, and use the full width of the panel for the text widget displaying the system info below? Or at least align it with the top of the text widget?
Quick mockup for 'Preferences > Misc > System info'
- 910463-prefs-system-info-mockup-2.png Edit (104.7 KiB, image/png)
Mockup redone using 'Ambiance' theme
- 910463.v2.patch Edit (916 bytes, text/plain)
Agreed, that looks like a good idea ~suv. Heres a patch for that.
Or, we could even give 'System Info' its only page in the left panel.
@John - I'm currently working on the preferences, and will add your modifications shortly.
What about using a different entry for each subfield in the system infos? It would possibly look a bit cleaner.
- Preferences-System.png Edit (86.5 KiB, image/png)
Mockup for the system tab attached.
(The title and icon are still work in progress.)
Another field that might be useful and could be easily added to this new 'System' pane:
Explicit full path to the preferences file, including the file name (see also bug #500961)
<off-topic>
A button to optionally reset the preferences (as mentioned in bug #500961) is a different (and AFAIU more complex) issue than simply displaying information, and probably would be best combined with a solution addressing requests which ask for other aspects of 'resetting the prefs' - see bug #784811 (reset only certain or broken settings) and bug #911700 (auto-recreate default prefs file in case of external mishap).
</off-topic>
- InkscapePreferences.jpg Edit (57.5 KiB, image/jpeg)
Another mockup based on JazzyNico's ideas and added the new fields suggested in bug #500961.
I suggest we remove the follow fields that are not used or are directly derived from other fields
* System Config: doesn't seem to be used anywhere in Inkscape.
* Pixmap: Derived from data - do anyone need to directly access this ?
* UI: Derived from data - do anyone need to directly access this ?
Extensions are loaded from $XDG_CONFIG_
Maybe add an item "inkscape user configuration directory" (or 'inkscape user profile', or whatever makes more sense), pointing to $XDG_HOME_
- 910463.v3.patch Edit (6.8 KiB, text/plain)
Patch for the above (#12), including the corrected 'User config' path and the 'User Extensions' path.
Is this worth committing for 0.48.3 ?
Minor versions are bugfix only, and should not add new features or new strings (so that we don't need to update the translation files). But feel free to update the trunk.
Thanks JazzyNico.
Commited to trunk as r10973.