thezbyg / gpick

Advanced color picker written in C++ using GTK+ toolkit
BSD 3-Clause "New" or "Revised" License
376 stars 33 forks source link

Missing layout #200

Closed git2013vb closed 2 years ago

git2013vb commented 2 years ago

It was working when I tried to change layout from View->Layout.

Since then no matter what I tried to do it became like this.

image

my version is image

I have Debian 11

thezbyg commented 2 years ago

Hi, this issue was fixed in 9c62c2a3a7a99e2cfc3464b2b9549a55440bc925. Newly released version 0.3 contains this fix, but you may have to wait a little bit for your distribution to update.

You can workaround by editing /home/USER/.config/gpick/settings.xml file with text editor. Search for the following XML entity <layout type="string">. Delete whole XML element starting with <layout type="string"> and ending with </layout>. Save and Gpick will reset layout to default value on startup.

git2013vb commented 2 years ago

Thanks :) It worked.