1. Information about trunk:
  2. ========================
  3. Since the package is based on trunk (development branch, HEAD), here a
  4. few links related to its status and to known issues:
  5. Release notes for 0.91, contains summary of the major changes
  6. since the release of the stable series 0.48.x:
  7. <http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91>
  8. Release notes for 0.92 (Draft, not very detailed yet), contains summary
  9. of major changes for future releases based on the next series 0.92.x:
  10. <http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92>
  11. Milestone pages with links of issues known to be addressed in trunk:
  12. <https://launchpad.net/inkscape/+milestone/0.91>
  13. <https://launchpad.net/inkscape/+milestone/0.92>
  14. Bug reporting:
  15. ==============
  16. If you encounter regressions with the OS X builds which seem unrelated
  17. to packaging and are not among those already reported, please consider
  18. filing a report in the bug tracker - please don't forget to provide
  19. information about which package was used (branch name and revision
  20. number is helpful for bug triage) when the bug occurred ;-)
  21. <https://launchpad.net/inkscape>
  22. If you encounter issues which are likely related to packaging (e.g. with
  23. the menu bar, keyboard shortcuts, extensions failing to work, etc.) -
  24. please report them directly to me for now. A short list of known issues
  25. and missing features is listed on the branch page, but there are
  26. certainly countless others.
  27. Exchange of data with other native apps via clipboard doesn't work as
  28. seamlessly as with earlier RC packages of Inkscape 0.48.4 discussed on
  29. the developer's mailing list because the GTK+ stack used for the package
  30. is not patched (this ought to be fixed upstream first).
  31. A few details about the package:
  32. ================================
  33. Settings
  34. --------
  35. The application packages based on current osxmenu branch store the
  36. settings here:
  37. "$HOME/Library/Application Support/org.inkscape.Inkscape/"
  38. and cache files here:
  39. "$HOME/Library/Caches/org.inkscape.Inkscape/"
  40. If you want to reset the preferences, quit Inkscape and rename or delete
  41. the two folders.
  42. Fonts
  43. -----
  44. The package is currently configured to load fonts from
  45. /System/Library/Fonts/
  46. /Network/Library/Fonts/
  47. /Library/Fonts/
  48. and
  49. $HOME/Library/Fonts/
  50. $HOME/.fonts/
  51. You can add additional directories by editing this file:
  52. "$HOME/Library/Application Support/org.inkscape.Inkscape/fontconfig/fonts.conf"
  53. (the format should be self-explanatory)
  54. Default font (sans-serif)
  55. -------------------------
  56. Current settings differ from Inkscape 0.48.x - the list of fallbacks for
  57. the generic 'sans-serif' font has been modified to match what
  58. (presumably) browsers on OS X use:
  59. <alias>
  60. <family>sans-serif</family>
  61. <prefer>
  62. <family>Helvetica</family>
  63. <family>Arial</family>
  64. <family>Lucida Grande</family>
  65. <family>Verdana</family>
  66. </prefer>
  67. </alias>
  68. This has the side-effect that SVG files with text likely render
  69. differently in the osxmenu-based package compared to Inkscape 0.48.2
  70. (X11) and earlier 0.48.4 RC packages (Quartz). I'm not sure what
  71. would be the better default... (same in Inkscape independent of
  72. platform/packaging, or same as in other SVG viewers on the
  73. specific platform).
  74. Theme
  75. -----
  76. The default theme right now was changed on user request to a dark theme
  77. with symbolic icons. The theme can be changed via custom extension, installed
  78. as 'Extensions > Inkscape on OS X > Change theme ...'.
  79. NOTE: custom theme is temporaily disabled with newest packages.
  80. Command-line support
  81. --------------------
  82. Command-line support (e.g. for use in scripts or makefiles) should have
  83. improved: relative paths to input and output files now work, and the
  84. script can be called via alias or even as symlink.
  85. Basic usage in the terminal:
  86. $ /path/to/Inkscape.app/Contents/MacOS/inkscape -V
  87. Debugging
  88. ---------
  89. The current package does not contain debug symbols (backtraces are of
  90. limited use). To run the main binary via debugger none-the-less (if you
  91. have Xcode and CLT installed), use these steps:
  92. $ # on Mavericks
  93. $ export INK_DEBUG=lldb
  94. $ /path/to/Inkscape.app/Contents/MacOS/inkscape
  95. then at the lldb prompt, type 'r' to run the app, and 'bt' to create a
  96. backtrace (after a crash).
  97. Extensions
  98. ----------
  99. Included helper apps: ps2pdf, UniConvertor 1.1.5, pstoedit, convert
  100. (ImageMagick).
  101. The package also includes a couple of custom extensions (for testing
  102. purposes) which are not part of a default Inkscape installation.
  103. Experimental SVG features
  104. -------------------------
  105. The builds offered for download have all experimental features enabled:
  106. - unstable (and buggy) experimental LPEs (in parts they are old, and
  107. unmaintained)
  108. - mesh gradient tool (no documentation available for basic usage)
  109. - CSS blend and compositing modes: <http://tavmjong.free.fr/blog/?p=1016>
  110. - SVG2 paint-order: <http://tavmjong.free.fr/blog/?p=1090>
  111. Note that experimental SVG(2) features are likely to only work on-canvas
  112. and for bitmap export, and not for cairo-based export formats like
  113. PDF/PS/EPS. Don't expect them to be supported by other SVG renderers either.
  114. Note that these features will not be enabled in stable release packages
  115. (unless they are no longer considered experimental).
  116. ================================
  117. 2015-03-01 <suv-sf at users.sf.net>
 
 

139

 

1065

Notes

von Unknown author

-

Inkscape Package

Zeilen
150
Wörter
705
Größe
5,2 KB
Erstellt
Typ
text/plain
General Public License v2 (GPLv2)

Link

Bitte melde Dich an, um einen Kommentar zu verfassen!