| View previous topic :: View next topic |
| Author |
Message |
Roger
Joined: 13 Dec 2008 Posts: 3
|
Posted: Sat Dec 13, 2008 10:49 am Post subject: Plugins present, but not working |
|
|
I have a Kubuntu intrepid installation. I wanted to try out out Bibble and downloaded and installed the trial .deb
Everything went fine, and all seems to work OK, until I went to try out the B&W filter plugin.
I found that while the plug in dialog comes up, enabling it does not do anything, just does not alter the image.
Also, the drop down list box is empty. Looking further I found this was true for all the plugins, the dialogs are present, bet if you enable them they do nothing, and all the drop down list boxes are empty.
Can anybody shed any light on this? A lot of my output is B&W and being able to do color filters (for monochrome) is quite important to me.
While I am here, can anybody advise me on 2 other features I use in PSP for which I cannot see how I would do is Bibble. The first is "clarify", in particular the "Clarify" which appears on PSP's B&W filter. The second is how do I tint an image once I have made it monochrome?
Thanks for any tips help or advice. |
|
| Back to top |
|
 |
afx Bibble Expert
.gif)
Joined: 21 Jul 2005 Posts: 3981 Location: Munich
|
Posted: Sat Dec 13, 2008 11:41 am Post subject: |
|
|
Try this:
| Code: | chmod ugo+rx /usr/lib/bibblelabs/bibblepro/Plugins/*
chmod ugo+r /usr/lib/bibblelabs/bibblepro/tools/Plugins/*
chmod ugo+rx /usr/lib/bibblelabs/bibblepro/Plugins /usr/lib/bibblelabs/bibblepro/tools/Plugins |
cheers
afx _________________ sRGB clipping sucks |
|
| Back to top |
|
 |
Roger
Joined: 13 Dec 2008 Posts: 3
|
Posted: Sat Dec 13, 2008 4:17 pm Post subject: |
|
|
| afx wrote: | Try this:
| Code: | chmod ugo+rx /usr/lib/bibblelabs/bibblepro/Plugins/*
chmod ugo+r /usr/lib/bibblelabs/bibblepro/tools/Plugins/*
chmod ugo+rx /usr/lib/bibblelabs/bibblepro/Plugins /usr/lib/bibblelabs/bibblepro/tools/Plugins |
cheers
afx |
Thanks afx, that worked a treat.
Well almost, if anybody else is wanting to try this, note that "bibblepro" should be switched to "bibblelite" if you are using the lite version, and also of course on (k)ubuntu you need to sudo those lines. |
|
| Back to top |
|
 |
Malcy
Joined: 19 Apr 2006 Posts: 6
|
Posted: Thu Apr 23, 2009 2:00 pm Post subject: |
|
|
Thanks afx.
I don't know why the plugins worked before but don't in my new install. However your fix worked a treat.
p.s. Don't forget to sudo if using Ubuntu as well. (I'm using 64bit Jaunty)
For some reason /usr/lib/bibblelabs/bibblepro/Plugins/* the P of plugins is lower case.
i.e. /usr/lib/bibblelabs/bibblepro/plugins/*
But /usr/lib/bibblelabs/bibblepro/tools/Plugins/* is as written with the upper case P.  |
|
| Back to top |
|
 |
snapeye
Joined: 24 Dec 2009 Posts: 3
|
Posted: Thu Dec 24, 2009 2:07 am Post subject: Not quite |
|
|
| I have recently upgraded to Ubuntu Karmic 64bit and this modification is not working for me (worked fine on Jaunty). I have checked and double checked the permissions and they all look correct after running the above instructions but Andy B&W and ND grad have empty combos and do not work. Anyone got any ideas? |
|
| Back to top |
|
 |
afx Bibble Expert
.gif)
Joined: 21 Jul 2005 Posts: 3981 Location: Munich
|
Posted: Thu Dec 24, 2009 2:32 am Post subject: |
|
|
When yourun bibble from the commandline, do you see any messages regarding the plugins in the output?
cheers
afx _________________ sRGB clipping sucks |
|
| Back to top |
|
 |
snapeye
Joined: 24 Dec 2009 Posts: 3
|
Posted: Thu Dec 24, 2009 2:43 am Post subject: |
|
|
This is the output I get ....
AppPath: /usr/bin
SysHome: /usr/lib/bibblelabs/bibblepro/
Userhome set to /home/oly/.bibble
Log
Late init
l1 /usr/lib/bibblelabs/bibblepro/plugins/NDGrad.so
l2
l3
l1 /usr/lib/bibblelabs/bibblepro/plugins/Andy.so
l2
l3
l1 /usr/lib/bibblelabs/bibblepro/plugins/BBlackAndWhite.so
l2
l3
l4
Black and White plug-in loaded
l1 /usr/lib/bibblelabs/bibblepro/plugins/Gina.so
l2
l3
l1 /usr/lib/bibblelabs/bibblepro/plugins/Roy.so
l2
l3
l1 /usr/lib/bibblelabs/bibblepro/plugins/Sadie.so
l2
l3
l1 /usr/lib/bibblelabs/bibblepro/plugins/Siggy.so
l2
l3
l1 /usr/lib/bibblelabs/bibblepro/plugins/Tony.so
l2
l3
Late init 1 |
|
| Back to top |
|
 |
afx Bibble Expert
.gif)
Joined: 21 Jul 2005 Posts: 3981 Location: Munich
|
Posted: Thu Dec 24, 2009 9:19 am Post subject: |
|
|
That looks normal. You do have an image active do you (just making sure)?
cheers
afx _________________ sRGB clipping sucks |
|
| Back to top |
|
 |
snapeye
Joined: 24 Dec 2009 Posts: 3
|
Posted: Sat Dec 26, 2009 9:30 am Post subject: |
|
|
| Yep, I do have an image active. Not quite sure what to do next, anyone got any suggestions? Not been stuck like this for years! Are there any Bibble log files? Can I turn on debugging or anything like that? |
|
| Back to top |
|
 |
afx Bibble Expert
.gif)
Joined: 21 Jul 2005 Posts: 3981 Location: Munich
|
Posted: Sat Dec 26, 2009 9:57 am Post subject: |
|
|
| snapeye wrote: | | Yep, I do have an image active. Not quite sure what to do next, anyone got any suggestions? Not been stuck like this for years! Are there any Bibble log files? Can I turn on debugging or anything like that? |
I'd run it under strace (use -ff!) and see what happens there.
grep for "lugin" in the output, maybe that is more informative.
cheers
afx _________________ sRGB clipping sucks |
|
| Back to top |
|
 |
|