It is currently Tue Sep 15, 2026 8:54 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Userfilter
PostPosted: Mon Sep 03, 2012 10:02 pm  (#1) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
I am trying to edit one of the files (a header file) in usr/include and it will not allow me to.
It tells me i can not change read write perms. Do i chmod the file as 744?

_________________
Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Userfilter
PostPosted: Mon Sep 03, 2012 11:09 pm  (#2) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
you can't do as root ?

in any case if you can't directly edit, you may try to copy , edit the copy and then replace

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Userfilter
PostPosted: Mon Sep 03, 2012 11:38 pm  (#3) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5241
Location: Gimpville
Rod wrote:
I am trying to edit one of the files (a header file) in usr/include and it will not allow me to.
It tells me i can not change read write perms. Do i chmod the file as 744?

I wouldn't do that. It easy to just run

nautilus

from terminal as root and edit it from there.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: Userfilter
PostPosted: Tue Sep 04, 2012 12:57 am  (#4) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16173
Anyone know what this error means while running Make for UserFilter?

undefined reference to symbol 'atan2@@GLIBC_2.0'
/bin/ld: note: 'atan2@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line



I tried adding it to the command line like this
./configure LIBS=-/lib/libm.so.6

and it errors with
gcc compiler cannot create execute files

_________________
Image


Top
 Post subject: Re: Userfilter
PostPosted: Tue Sep 04, 2012 5:05 am  (#5) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2614
Try chmod 755

To give some hope, I have userfilter (usually disabled but sometimes) running in PCLOS & Gimp 2.8.2 but this is a 32 bit system.
Got it some time ago from a debian package, so it can't be a very complicated plug-in.

It is always worth a quick search and this came up for a 64 bit rpm

http://www.lefred.be/?q=taxonomy/term/72&page=1 right down at the end of the page
http://www.lefred.be/files/gimp-plugin- ... x86_64.rpm
Might be worth a try.

Might be best to unpack this and have a look. To unpack I use the command
rpm2cpio something.rpm | cpio -idm
Even unpacked it's a tiny file so I have zipped & attached it.


Attachments:
usrfilter.tar.gz [169.4 KiB]
Downloaded 126 times
Top
 Post subject: Re: Userfilter
PostPosted: Tue Sep 04, 2012 5:37 am  (#6) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
Where might one find the source to this package?

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Userfilter
PostPosted: Tue Sep 04, 2012 6:00 am  (#7) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2614
http://sourceforge.net/projects/gimpuserfilter/


Top
 Post subject: Re: Userfilter
PostPosted: Tue Sep 04, 2012 6:33 am  (#8) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
Rod wrote:
I tried adding it to the command line like this
./configure LIBS=-/lib/libm.so.6

Try using ./configure LIBS=-lm

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group