View previous topic :: View next topic |
Author |
Message |
ritzmax72 Tux's lil' helper

Joined: 10 Aug 2014 Posts: 116
|
Posted: Tue Jul 18, 2023 1:57 am Post subject: Inkscape 1.2.2 not working with properly |
|
|
Drawing a simple rectangle is bugged. No fill color is rendered.
Parent terminal is showing these errors:
Code: |
(org.inkscape.Inkscape:13391): Gtk-CRITICAL **: 07:13:07.324: gtk_box_gadget_distribute: assertion 'size >= 0' failed in gtkmm__GtkNotebook
(org.inkscape.Inkscape:13391): Gtk-CRITICAL **: 07:13:07.324: gtk_box_gadget_distribute: assertion 'size >= 0' failed in gtkmm__GtkNotebook
|
Code: |
emerge --info media-gfx/inkscape
media-gfx/inkscape-1.2.2::gentoo was built with the following:
USE="X cdr exif jpeg openmp readline spell -dia -graphicsmagick -imagemagick -inkjar (-jemalloc) -postscript -svg2 -test -visio -wpg" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
CFLAGS="-O2 -march=znver2 -pipe -fno-expensive-optimizations -fno-strict-aliasing"
CXXFLAGS="-O2 -march=znver2 -pipe -fno-expensive-optimizations --std=c++20 -fno-strict-aliasing"
FEATURES="multilib-strict sfperms binpkg-docompress usersandbox strict fixlafiles unknown-features-warn qa-unresolved-soname-deps unmerge-orphans userpriv pid-sandbox assume-digests news buildpkg-live usersync ebuild-locks binpkg-dostrip preserve-libs userfetch config-protect-if-modified parallel-fetch merge-sync binpkg-logs protect-owned unmerge-logs xattr sandbox ipc-sandbox network-sandbox distlocks"
|
|
|
Back to top |
|
 |
flexibeast Guru

Joined: 04 Apr 2022 Posts: 490 Location: Naarm/Melbourne, Australia
|
Posted: Tue Jul 18, 2023 3:33 am Post subject: |
|
|
i'm a regular user of Inkscape, and can't seem replicate this behaviour with 1.2.2 - at least not simply by selecting the "Create rectangles and squares" tool and then creating a rectangle - though i get the Gtk-CRITICAL messages nonetheless. Just to confirm, are you sure the alpha value of the fill colour is greater than 0? Ideally 100, to make it easy to check whether fill is working?
Here's the relevant output of `emerge --info` on my system:
Code: | media-gfx/inkscape-1.2.2::gentoo was built with the following:
USE="X exif graphicsmagick imagemagick jpeg openmp postscript readline spell svg2 -cdr -dia -inkjar (-jemalloc) -test -visio -wpg" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
CFLAGS="-march=native -O2 -pipe -fdiagnostics-color=always -fno-strict-aliasing"
CXXFLAGS="-march=native -O2 -pipe -fdiagnostics-color=always -fno-strict-aliasing"
FEATURES="binpkg-dostrip network-sandbox unknown-features-warn split-log binpkg-docompress ipc-sandbox merge-sync usersandbox fixlafiles parallel-fetch sandbox userfetch distlocks usersync ebuild-locks protect-owned binpkg-logs pid-sandbox clean-logs unmerge-orphans multilib-strict strict xattr config-protect-if-modified unmerge-logs qa-unresolved-soname-deps preserve-libs news userpriv assume-digests buildpkg-live sfperms"
LDFLAGS="-fuse-ld=mold -Wl,-O1 -Wl,--as-needed" |
(As an aside, i usually encounter 'bugged' being used to mean "under surveillance via a listening device", and in this context, would instead use the word 'buggy'.) |
|
Back to top |
|
 |
ritzmax72 Tux's lil' helper

Joined: 10 Aug 2014 Posts: 116
|
Posted: Wed Jul 19, 2023 6:33 am Post subject: |
|
|
My bad. The opacity was 0 and was alpha.
I don't how they are set to 0 by default. [/url] |
|
Back to top |
|
 |
|