You are not logged in.

#1 2009-02-13 05:19:27

dejavus
Member
Registered: 2009-02-13
Posts: 6

[SOLVED]Compiz-fusion wallpaper plugin!!!

Hello!

     i'm a newbie in linux, i would like to have 4 different wallpapers on each side of the cube, i tried wallpapoz, but im not satisfied. Finally i figured out that there is a plugin in compiz fusion, named wallaper plugin what can do this trick for me, but because Nautilus does not natively support multiple wallpapers, a patch is required for this plugin to work correctly when using Nautilus. And here is the problem. I found these patches:
http://www.russ.co.il/patch/02_compiz_background.patch
http://www.russ.co.il/patch/30_rgba_colormap.patch
But these patches are made for nautilus & eel ver. 2.20.0, and i have ver 2.24.2-1 so i removed my eel and nautilus and made these operations:

tar -xvzf nautilus-2.20.0.tar.gz
tar -xvzf eel-2.20.0.tar.gz
mv 02_compiz_background.patch eel-2.20.0
mv 30_rgba_colormap.patch nautilus-2.20.0

cd eel-2.20.0
patch -p1 <02_compiz_background.patch
./configure && make && make install

cd ../nautilus-2.20.0
patch -p1 <30_rgba_colormap.patch
./configure && make && make install

but after make install i get an error message. I tried with higher versions of eel but without success.
Somebody can help me, how to use compiz-fusion wallpaper plugin on my Arch/GNOME sistem?
THX


After make install eel i get this error:

test-eel-image-table.c: In function 'image_table_child_pressed_callback':
test-eel-image-table.c:126: error: 'G_GNUC_FUNCTION' undeclared (first use in this function)
test-eel-image-table.c:126: error: (Each undeclared identifier is reported only once
test-eel-image-table.c:126: error: for each function it appears in.)
test-eel-image-table.c: In function 'image_table_child_released_callback':
test-eel-image-table.c:141: error: 'G_GNUC_FUNCTION' undeclared (first use in this function)
test-eel-image-table.c: In function 'image_table_child_clicked_callback':
test-eel-image-table.c:156: error: 'G_GNUC_FUNCTION' undeclared (first use in this function)
test-eel-image-table.c: In function 'foo_timeout':
test-eel-image-table.c:167: error: 'G_GNUC_FUNCTION' undeclared (first use in this function)
test-eel-image-table.c: In function 'image_table_size_allocate':
test-eel-image-table.c:195: error: 'G_GNUC_FUNCTION' undeclared (first use in this function)
make[2]: *** [test-eel-image-table.o] Error 1
make[2]: Leaving directory `/opt/eel-2.20.0/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/eel-2.20.0'
make: *** [all] Error 2

and because of dependency i cant install anutilus sad(

Last edited by dejavus (2009-02-13 09:13:19)

Offline

#2 2009-02-13 05:52:57

evr
Arch Linux f@h Team Member
Registered: 2009-01-23
Posts: 554

Re: [SOLVED]Compiz-fusion wallpaper plugin!!!

enable the wallpaper plugin in compiz fusion, then with gconf-editor, disable desktop-gnome-background-draw_background.  That should allow compiz fusion to control the desktop background.

Offline

#3 2009-02-13 06:17:13

dejavus
Member
Registered: 2009-02-13
Posts: 6

Re: [SOLVED]Compiz-fusion wallpaper plugin!!!

screenti6.th.png

This is my compiz-fusion wallpaper plugin settings. I disabled desktop-gnome-background-draw_background but my desktop became green, and no idea what i have done wrong hmm. Any idea ?

Offline

#4 2009-02-13 09:12:06

dejavus
Member
Registered: 2009-02-13
Posts: 6

Re: [SOLVED]Compiz-fusion wallpaper plugin!!!

http://tombuntu.com/index.php/2008/07/2 … ompiz-076/

Here is the solution. THX evr for quick response, and 4 your help !!

Offline

Board footer

Powered by FluxBB