Re: new pre-release: 20040808

Hi folks!

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


Hope somebody might find it usefull until something like this is
implemented in emelfm2.

Regards,
-- Florian
____________________________________________________
Aufnehmen, abschicken, nah sein - So einfach ist 
WEB.DE Video-Mail: http://freemail.web.de/?mc=021200

-- 
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.

Other related posts: