Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663332 - media-gfx/opentoonz-1.2.1-r1: wrong colours in timeline and toolboxes
Summary: media-gfx/opentoonz-1.2.1-r1: wrong colours in timeline and toolboxes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-10 21:22 UTC by silver_ghost
Modified: 2018-08-11 15:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Screenshot of OpenToonz (screenshot.png,54.22 KB, image/png)
2018-08-10 21:22 UTC, silver_ghost
Details

Note You need to log in before you can comment on or make changes to this bug.
Description silver_ghost 2018-08-10 21:22:42 UTC
Created attachment 542982 [details]
Screenshot of OpenToonz

Colours of timeline are broken so I can not see separate frames. I didn't have this problem in media-gfx/opentoonz-1.1.2.
In case it's important, I use x11-wm/awesome-4.2-r2.
Comment 1 Jonas Stein gentoo-dev 2018-08-11 11:33:41 UTC
Thank you for the report. Please recompile and *attach* the logfiles and 
paste the emerge info as described on
https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
The logs must be part of the ticket, but not on external websites.
Please reopen this ticket (Status:unconfirmed) afterwards.

Does it work again, if you downgrade?
Comment 2 silver_ghost 2018-08-11 15:36:59 UTC
I've found instructions in build.log:
 * It is supposedly optional but some files are
 * actually required to run the executable properly.
 * 
 * The .config/OpenToonz/ directory in your home folder
 * will contain your settings, work and other files.
 * 
 * We need to create it from the command-line:
 * 
 * $ mkdir -p $HOME/.config/OpenToonz
 * $ cp -r /usr/share/opentoonz/stuff/ $HOME/.config/OpenToonz/

Problem was resolved after I've done that.