Re: new pre-release: 20040808
- From: tooar <tooar@xxxxxxx>
- To: emelfm2@xxxxxxxxxxxxx
- Date: Sun, 8 Aug 2004 14:54:45 +0200
"Florian Zähringer" wrote on Sun, 08.08.2004:
> Thanks to tooar the new pre-release is out and - again thanks to tooar
> - two plugins of mine (Copyprogressbar and Moveprogressbar) are
> included. Unfortunately they are not activated by default. So if you
> like to see a progressbar while copying / moving (e.g. a whole CD) you
> can use these plugins.
>
> To use them just follow these 4 steps:
> 1) edit 'Makefile' (around line 95) and activate gthread (you simply
> have to kill a '#' and reposition a '`'. It then should look like the
> following:
>
> #set up flags
> lCFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. $(LINC)
> lCFLAGS += `pkg-config --cflags gtk+-2.0 gthread-2.0`
> lLIBS_CFLAGS += -shared -fPIC -DPIC
> lLDFLAGS = $(LDFLAGS)
> lLDFLAGS += `pkg-config --libs gtk+-2.0 gthread-2.0`
>
> 2) edit src/e2_main.c and activate gthread there. Just kill the '//'
> in line 206 and 207.
>
> g_thread_init (NULL);
> gdk_threads_init ();
>
> 3) recompile
>
> 4) start emelfm2: config-> old_options -> plugins -> add. Then select
> cpbar.so and mvbar.so
ops, i didn't realize this was necessary for your plugins to work, at
all. i'll include these changes in the real 0.0.9 release. thanks for
the hint.
regards,
tooar
--
Linux is like a wigwam: no gates, no windows and an apache insinde
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- References:
- Re: new pre-release: 20040808
- From: Florian=20Z=E4hringer
Other related posts:
- » new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- » Re: new pre-release: 20040808
- Re: new pre-release: 20040808
- From: Florian=20Z=E4hringer