Page 1 of 1

gtkrawgallery is not working

Posted: 2. Dec 2015, 16:41
by Kind9
I tried installing it from source after installing all of its dependencies. I also tried installing a Slackware package. Both seem to successfully install, but when I run gtkrawgallery I get the following output:

Code: Select all

gtkrawgallery 
: No such file or directory
Any ideas why it's not working, or is there a similar app I can install via one of the package managers?

I've also tried to install gthumb via Sourcery and I get the following error:

Code: Select all

libtool: link: cannot find the library `/usr/lib64/libsecret-1.la' or unhandled argument `/usr/lib64/libsecret-1.la'
I checked and libsecret is installed but that file does not exist. I can't seem to install any image manager without getting weird errors I've never seen before...

Re: gtkrawgallery is not working

Posted: 2. Dec 2015, 20:48
by gapan
Kind9 wrote:Any ideas why it's not working,...
Because you've installed a 32bit package in a 64bit system.
Kind9 wrote: I've also tried to install gthumb via Sourcery and I get the following error:

Code: Select all

libtool: link: cannot find the library `/usr/lib64/libsecret-1.la' or unhandled argument `/usr/lib64/libsecret-1.la'
I checked and libsecret is installed but that file does not exist. I can't seem to install any image manager without getting weird errors I've never seen before...
This is a problem with the libsecret package in slackware and seems to be an issue for other software as well. I have uploaded an updated libsecret package to the repos. You should get it as soon as your mirror syncs and it should solve this problem.

Re: gtkrawgallery is not working

Posted: 2. Dec 2015, 22:10
by Kind9
Hi, thanks for the update. Unfortunately I still get the same error with gthumb. :?

Re: gtkrawgallery is not working

Posted: 2. Dec 2015, 23:54
by gapan
Works fine here. Here's the package that was created:
http://pnboy.pinguix.com/gapan/salix/gt ... -1_SBo.txz

Re: gtkrawgallery is not working

Posted: 3. Dec 2015, 01:36
by Kind9
It works, thanks! I still wonder why I get that error in Sourcery though. The file libsecret-1.la doesn't exist anywhere but evidently it should.

Re: gtkrawgallery is not working

Posted: 3. Dec 2015, 07:34
by gapan
Because you haven't upgraded to the new libsecret package yet.

Re: gtkrawgallery is not working

Posted: 3. Dec 2015, 12:03
by Kind9
I swear I did though. I got the update shortly after making this topic and I installed it immediately. The version I have is 0.15. There have been no more updates since then. Anyway I guess it doesn't really matter anymore. I appreciate your assistance.

Re: gtkrawgallery is not working

Posted: 4. Dec 2015, 02:09
by Kind9
I got the update now and gthumb finally built. Thanks again!