GNU bug report logs -
#29905
No icons in Krita
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Sat, 30 Dec 2017 01:38:02 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29905 in the body.
You can then email your comments to 29905 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#29905
; Package
guix
.
(Sat, 30 Dec 2017 01:38:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sat, 30 Dec 2017 01:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I installed Krita, hicolor-icon-theme, adwaita-icon-theme, and
oxygens-icons into my profile on a Debian system.
Krita starts, and it can open files, but there are no icons in the Krita
toolbox.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#29905
; Package
guix
.
(Sun, 31 Dec 2017 17:41:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 29905 <at> debbugs.gnu.org (full text, mbox):
Leo Famulari <leo <at> famulari.name> writes:
> I installed Krita, hicolor-icon-theme, adwaita-icon-theme, and
> oxygens-icons into my profile on a Debian system.
>
> Krita starts, and it can open files, but there are no icons in the Krita
> toolbox.
It may require wrapping as in commit
9cc51d16cb22f8a0c50fe81c98abb3b9108db9ff. Before this commit librecad
would not be able to render its icons as it had no runtime support for
plugins provided by qtsvg, which are accessed via QT_PLUGIN_PATH.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
Information forwarded
to
bug-guix <at> gnu.org
:
bug#29905
; Package
guix
.
(Mon, 01 Jan 2018 15:43:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 29905 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Ricardo Wurmus <rekado <at> elephly.net> writes:
> Leo Famulari <leo <at> famulari.name> writes:
>
>> I installed Krita, hicolor-icon-theme, adwaita-icon-theme, and
>> oxygens-icons into my profile on a Debian system.
>>
>> Krita starts, and it can open files, but there are no icons in the Krita
>> toolbox.
>
> It may require wrapping as in commit
> 9cc51d16cb22f8a0c50fe81c98abb3b9108db9ff. Before this commit librecad
> would not be able to render its icons as it had no runtime support for
> plugins provided by qtsvg, which are accessed via QT_PLUGIN_PATH.
It looks like propagating qtsvg would work too (which adds a search path
for QT_PLUGIN_PATH). Maybe we should do that on packages that installs
icons as SVG files?
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#29905
; Package
guix
.
(Mon, 01 Jan 2018 15:56:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 29905 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Marius Bakke <mbakke <at> fastmail.com> writes:
> Ricardo Wurmus <rekado <at> elephly.net> writes:
>
>> Leo Famulari <leo <at> famulari.name> writes:
>>
>>> I installed Krita, hicolor-icon-theme, adwaita-icon-theme, and
>>> oxygens-icons into my profile on a Debian system.
>>>
>>> Krita starts, and it can open files, but there are no icons in the Krita
>>> toolbox.
>>
>> It may require wrapping as in commit
>> 9cc51d16cb22f8a0c50fe81c98abb3b9108db9ff. Before this commit librecad
>> would not be able to render its icons as it had no runtime support for
>> plugins provided by qtsvg, which are accessed via QT_PLUGIN_PATH.
>
> It looks like propagating qtsvg would work too (which adds a search path
> for QT_PLUGIN_PATH). Maybe we should do that on packages that installs
> icons as SVG files?
Leo: Does installing qtsvg into your profile fix the problem?
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#29905
; Package
guix
.
(Wed, 03 Jan 2018 02:13:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 29905 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Mon, Jan 01, 2018 at 04:55:34PM +0100, Marius Bakke wrote:
> Marius Bakke <mbakke <at> fastmail.com> writes:
>
> > Ricardo Wurmus <rekado <at> elephly.net> writes:
> >> It may require wrapping as in commit
> >> 9cc51d16cb22f8a0c50fe81c98abb3b9108db9ff. Before this commit librecad
> >> would not be able to render its icons as it had no runtime support for
> >> plugins provided by qtsvg, which are accessed via QT_PLUGIN_PATH.
> >
> > It looks like propagating qtsvg would work too (which adds a search path
> > for QT_PLUGIN_PATH). Maybe we should do that on packages that installs
> > icons as SVG files?
>
> Leo: Does installing qtsvg into your profile fix the problem?
Both options work. Which do you think is the better one?
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#29905
; Package
guix
.
(Wed, 03 Jan 2018 15:58:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 29905 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> writes:
> On Mon, Jan 01, 2018 at 04:55:34PM +0100, Marius Bakke wrote:
>> Marius Bakke <mbakke <at> fastmail.com> writes:
>>
>> > Ricardo Wurmus <rekado <at> elephly.net> writes:
>> >> It may require wrapping as in commit
>> >> 9cc51d16cb22f8a0c50fe81c98abb3b9108db9ff. Before this commit librecad
>> >> would not be able to render its icons as it had no runtime support for
>> >> plugins provided by qtsvg, which are accessed via QT_PLUGIN_PATH.
>> >
>> > It looks like propagating qtsvg would work too (which adds a search path
>> > for QT_PLUGIN_PATH). Maybe we should do that on packages that installs
>> > icons as SVG files?
>>
>> Leo: Does installing qtsvg into your profile fix the problem?
>
> Both options work. Which do you think is the better one?
Thanks for confirming. That means this issue is actually a duplicate of
<https://bugs.gnu.org/22138>.
I think wrapping Krita is better "for now", although propagating qtsvg
somewhere could be a more general workaround.
We should fix that long-standing bug though...
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Wed, 03 Jan 2018 17:32:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Leo Famulari <leo <at> famulari.name>
:
bug acknowledged by developer.
(Wed, 03 Jan 2018 17:32:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 29905-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Wed, Jan 03, 2018 at 04:57:28PM +0100, Marius Bakke wrote:
> Leo Famulari <leo <at> famulari.name> writes:
>
> > On Mon, Jan 01, 2018 at 04:55:34PM +0100, Marius Bakke wrote:
> >> Marius Bakke <mbakke <at> fastmail.com> writes:
> >>
> >> > Ricardo Wurmus <rekado <at> elephly.net> writes:
> >> >> It may require wrapping as in commit
> >> >> 9cc51d16cb22f8a0c50fe81c98abb3b9108db9ff. Before this commit librecad
> >> >> would not be able to render its icons as it had no runtime support for
> >> >> plugins provided by qtsvg, which are accessed via QT_PLUGIN_PATH.
> >> >
> >> > It looks like propagating qtsvg would work too (which adds a search path
> >> > for QT_PLUGIN_PATH). Maybe we should do that on packages that installs
> >> > icons as SVG files?
> >>
> >> Leo: Does installing qtsvg into your profile fix the problem?
> >
> > Both options work. Which do you think is the better one?
>
> Thanks for confirming. That means this issue is actually a duplicate of
> <https://bugs.gnu.org/22138>.
>
> I think wrapping Krita is better "for now", although propagating qtsvg
> somewhere could be a more general workaround.
>
> We should fix that long-standing bug though...
Okay, I pushed the wrapper as 990e93fce16a83e1603b9ec28123ec3edc7ea787.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#29905
; Package
guix
.
(Fri, 05 Jan 2018 22:45:01 GMT)
Full text and
rfc822 format available.
Message #28 received at 29905 <at> debbugs.gnu.org (full text, mbox):
Leo Famulari <leo <at> famulari.name> writes:
> On Mon, Jan 01, 2018 at 04:55:34PM +0100, Marius Bakke wrote:
>> Marius Bakke <mbakke <at> fastmail.com> writes:
>>
>> > Ricardo Wurmus <rekado <at> elephly.net> writes:
>> >> It may require wrapping as in commit
>> >> 9cc51d16cb22f8a0c50fe81c98abb3b9108db9ff. Before this commit librecad
>> >> would not be able to render its icons as it had no runtime support for
>> >> plugins provided by qtsvg, which are accessed via QT_PLUGIN_PATH.
>> >
>> > It looks like propagating qtsvg would work too (which adds a search path
>> > for QT_PLUGIN_PATH). Maybe we should do that on packages that installs
>> > icons as SVG files?
>>
>> Leo: Does installing qtsvg into your profile fix the problem?
>
> Both options work. Which do you think is the better one?
I usually think that package propagation is worse than wrapping.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 03 Feb 2018 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 199 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.