missing Extensions system in trunk : Windows, 0.92+devel (36c73a7, 2018-09-09)
by alvinpenner
Windows 10, Inkscape 0.92+devel (36c73a7, 2018-09-09)
- when I start Inkscape, I get the following error messages:
- on the menu, the Extensions system is largely missing, see screenshot
attached
missing_extensions.png
<http://inkscape.13.x6.nabble.com/file/t148043/missing_extensions.png>
Alvin
..................................................
** (inkscape.exe:2000): WARNING **: 06:29:33.402: Unable to open PowerPoint
fontfix file: C:\APP\Temp\inkscape_devel\share\extensions\fontfix.conf
PowerPoint ungrouping compensation in WMF/EMF export will not be available.
** (inkscape.exe:2000): WARNING **: 06:29:33.793: Failed to load resource:
inkex.py from
C:\Users\penne_000\AppData\Roaming\inkscape\extensions\inkex.py or
C:\APP\Temp\inkscape_devel\share\extensions\inkex.py
** (inkscape.exe:2000): WARNING **: 06:29:33.793: Failed to load resource:
inkex.py from
C:\Users\penne_000\AppData\Roaming\inkscape\extensions\inkex.py or
C:\APP\Temp\inkscape_devel\share\extensions\inkex.py
** (inkscape.exe:2000): WARNING **: 06:29:33.793: Failed to load resource:
inkex.py from
C:\Users\penne_000\AppData\Roaming\inkscape\extensions\inkex.py or
C:\APP\Temp\inkscape_devel\share\extensions\inkex.py
** (inkscape.exe:2000): WARNING **: 06:29:33.793: Failed to load resource:
inkex.py from
C:\Users\penne_000\AppData\Roaming\inkscape\extensions\inkex.py or
C:\APP\Temp\inkscape_devel\share\extensions\inkex.py
** (inkscape.exe:2000): WARNING **: 06:29:33.793: Failed to load resource:
inkex.py from
C:\Users\penne_000\AppData\Roaming\inkscape\extensions\inkex.py or
C:\APP\Temp\inkscape_devel\share\extensions\inkex.py
Pango version: 1.42.3
** (inkscape.exe:2000): WARNING **: 06:29:34.434: Unknown verb name:
org.inkscape.typography.newglyphlayer
** (inkscape.exe:2000): WARNING **: 06:29:34.434: Unknown verb name:
org.inkscape.typography.newglyphlayer
** (inkscape.exe:2000): WARNING **: 06:29:34.434: Unknown verb name:
org.inkscape.typography.nextglyphlayer
** (inkscape.exe:2000): WARNING **: 06:29:34.434: Unknown verb name:
org.inkscape.typography.nextglyphlayer
Unable to find: org.inkscape.typography.newglyphlayer
Unable to find: org.inkscape.typography.newglyphlayer
Unable to find: org.inkscape.typography.nextglyphlayer
Unable to find: org.inkscape.typography.nextglyphlayer
Unable to find: org.inkscape.help.manual
Unable to find: org.inkscape.help.keys
Unable to find: org.inkscape.help.askaquestion
Unable to find: org.inkscape.help.commandline
Unable to find: org.inkscape.help.faq
Unable to find: org.inkscape.help.relnotes
Unable to find: org.inkscape.help.reportabug
Unable to find: org.inkscape.help.svgspec
--
Sent from: http://inkscape.13.x6.nabble.com/Inkscape-Dev-f2781808.html
4 years, 7 months
Bronze sponsor request
by unknown@example.com
Dear Board,
We have a request to sponsor the Inkscape project from icons8.com at
the bronze level.
If anyone knows or can find anything against our rules, let me know.
Otherwise I'll post them instructions to send the money by the start of
next week.
Best Regards, Martin Owens
4 years, 9 months
As easy way to use development (or 1.0 preview) in Ubuntu 18.10
by anatoly techtonik
Hi again.
https://inkscape.org/release/master/platforms/ doesn't mention upcoming 1.0
at all, and I don't see there an easy way to use development builds in
Ubuntu 18.10. Like PPA or better snap.
✗ sudo snap info inkscape
...
snap-id: tIrcA87dMWthuDORCCRU0VpidK5SBVOc
channels:
stable: 0.92.3 (4274) 177MB -
candidate: 0.92.3 (4349) 180MB -
beta: ↑
edge: 0.92+devel (4265) 192MB -
For this snap I'd expect the serial number for edge to be higher than stable,
and that means the snap is not updated. So is there any other recommended
(which means user friendly in this context) to check latest development versions
of Inkscape to give a quick feedback?
--
anatoly t.
4 years, 9 months
clang-format vs custom indentation
by anatoly techtonik
Hello.
clang-format fails my one line patch and proposes
to remove the indentation that was before my change.
My opinion that the code will become less readable
that it is now. How to deal with that?
--- src/ui/dialog/aboutbox.cpp (before formatting)
+++ src/ui/dialog/aboutbox.cpp (after formatting)
@@ -86,7 +86,7 @@
set_website ( "https://www.inkscape.org");
set_website_label (_("Inkscape website"));
set_license_type (Gtk::LICENSE_GPL_3_0);
- set_copyright (_("© 2019 Inkscape Developers"));
+ set_copyright(_("© 2019 Inkscape Developers"));
set_comments (_("Open Source Scalable Vector Graphics Editor\n"
"Draw Freely."));
https://gitlab.com/techtonik/inkscape/-/jobs/125913035
--
anatoly t.
4 years, 9 months
Website Update: Menus
by unknown@example.com
Dear Inkscape Devels,
The Inkscape website has had a menus problem every since we upgraded.
It would show French, German and any random menu to English visitors at
random times.
The django-cms menus app has always been very slow, way, way over-
engineered and just not very good for websites with more than two
languages.
Thanks to Jabier, we've replaced it with a simple but more manual menu
system. The new menu is disconnected from the CMS, so if you edit a cms
page, add news ones or delete pages, you must now also edit the menus
in each language to account for this.
This manual editing is a disadvantage, but there are advantages too.
Firstly, we can have different menus for different languages (if we
want to say link to a different community forum for Japanese). We can
also remove a lot of hacky blank places from our CMS that stood in for
regular django pages, making that part of menu management more direct.
Finally it's faster. Way faster. 2200ms first hit, 700ms cached vs
940ms first-hit and 512ms cached. Also it serves up the right language
menu, which is quite a useful perk.
If there's any issues either in the rendering or editing (which is
quite crude, I admit) please let me know via an issue on inkscape-web.
Thanks again to Jabier for the code and the idea to fix this issue with
a bit of DIY.
Best Regards, Martin Owens
Website Administrator
4 years, 9 months
Rewriting inkview in Python
by anatoly techtonik
Hi.
It is not that I have a lot of time to do that, but I though that being able
to use Inkscape as a library from Python could be an awesome feature
to play with. Then one day somebody can come up with alternative
SVG viewer.
There are problems with current `inkview` from 0.92.3:
- it lacks command line help
- it doesn't respond to --version
- if doesn't render attached file
- there is no scaling option
- there is no debug option for troubleshooting my content
The attached file is rendered correctly in Inkscape, although initial
view is too small.
--
anatoly t.
4 years, 10 months