nagyistoce / cardpeek

Automatically exported from code.google.com/p/cardpeek
Other
1 stars 0 forks source link

GUI ruined #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The user interface of cardpeek on Mac OS X 10.10.1 with gtk+3: stable 3.14.4 
(via Homebrew) and XQuartz 2.7.7 is ruined.

See screenshots:
https://farm9.staticflickr.com/8582/16251866661_b594182d43_o.png
https://farm9.staticflickr.com/8627/16252876732_1d4e039496_o.png
https://farm8.staticflickr.com/7479/16066180368_94306e3eb2_o.png

The buttons appear only if I hover with the mouse over the buttons. And there 
is no text.

And also some errors appear in the terminal output and in the log:
https://pastebin.com/vYj4yKrm
https://pastebin.com/NV2myh1C

I installed default-icon-theme-0.1.tar.gz and hicolor-icon-theme-0.14.tar.xz 
from http://icon-theme.freedesktop.org/releases/ like the output says but it 
doesn't work anyway.

I don't know why it says
> '/Users/thefox/.cardpeek/' will not be created
?

Original issue reported on code.google.com by TheFox21at on 11 Jan 2015 at 1:40

GoogleCodeExporter commented 9 years ago
Thanks for the report.

I'm aware of this user interface issue which is due to changes that appeared in 
GTK 3.14. It has been fixed in the SVN. The fix will be part of version 0.8.4 
of cardpeek, which should be released soon. 

You may try the attached version of cardpeek which includes the fix and is 
compiled under homebrew on Mac OS X 10.10.1. I'd be happy to get a confirmation 
that it works for you.

The second error is unrelated to the first one and is a bug that happens if you 
answer 'no' when cardpeek asks you to create some files for you (apparently you 
could not see this text). Then if you answer yes to the next question about 
updating cardpeek, the program crashes. This should not happen and needs to be 
corrected.

Original comment by L...@gmx.com on 13 Jan 2015 at 9:19

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for your fast response. How can I compile cardpeek from svn source? In 
the "INSTALL" file there is a way described but there is no "configure" script 
in the source.

Original comment by TheFox21at on 13 Jan 2015 at 9:44

GoogleCodeExporter commented 9 years ago
The latest version of cardpeek can be grabbed from SVN with the following 
command:

svn checkout http://cardpeek.googlecode.com/svn/trunk/ cardpeek

You will need to run "autoreconf -fi" to generate the ./configure script, which 
is not included in the SVN (autoreconf is part of the automake/autoconf 
packages in brew).

Original comment by L...@gmx.com on 13 Jan 2015 at 9:50

GoogleCodeExporter commented 9 years ago
Ok, now it's working. GUI look good.

I also created a short helper script how to compile cardpeek from source:
https://gist.github.com/TheFox/efb21bb9ed6ff4f2a725

In the manual pdf you also missed the "autoreconf -fi" command.

Original comment by TheFox21at on 13 Jan 2015 at 6:32

GoogleCodeExporter commented 9 years ago
I will close this issue now, since it is solved.

Original comment by L...@gmx.com on 5 Mar 2015 at 9:35