You are not logged in.

#451 2007-10-02 21:15:58

jordz
Member
Registered: 2006-02-01
Posts: 250

Re: Compiz Fusion Repository

scj wrote:

Here is a simple script to pull the PKGBUILD files from nesl247's repo and build them, incase you run into dependency troubles and/or don't feel like upgrading to GNOME 2.20 just yet.

#!/bin/bash
#grab - pulls and builds

ARCH=i686
mkdir build
dest=${PWD}/build
wget -R gz,bz2 -r -nH -l 2 --cut-dirs=1 http://arch.nesl247.org/compiz-fusion/${ARCH}/
cd ${ARCH}
for dir in $(ls -d *-git | egrep -v "(3d|atlantis)"); do
    (cd ${dir}; PKGDEST=${dest} makepkg -isS)
done

Thanks for the script! I'm trying it out now, I had some problems with libwcnk (Gnome 2.20).

Offline

#452 2007-10-03 16:53:52

DeepThoughts
Member
From: Norther part of Sweden (Piteå)
Registered: 2006-04-11
Posts: 44
Website

Re: Compiz Fusion Repository

Ok, I'm having some strange problems...

When launching Compiz I don't get any borders, yes I'm running testing and Gnome 2.20...

So I thought I'd build it on my own system and see if helped correct the issue. When building any of the compiz-fusion-plugins packages i get:

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for COMPIZ... yes
checking for BCOP... configure: error: Package requirements (bcop >= 0.5.2) were not met:

Requested 'bcop >= 0.5.2' but version of bcop is 0.0.1

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BCOP_CFLAGS
and BCOP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

This is moments after I installed compiz-bcop-git-20071002 which should provide BCOP 0.5.2, or doesn't it?


Anyone have any ideas about what's happened/happening?


Stefan Nitsche
stefan_at_nitsche_dot_se

Offline

#453 2007-10-03 20:19:29

matiit
Member
From: Poland
Registered: 2007-04-13
Posts: 141
Website

Re: Compiz Fusion Repository

I have this error while I try to run fusion-icon (since update)

[mat@xmat ~]$ fusion-icon
 * Detected Session: kde
 * Searching for installed applications...
Backend     : ini
Integration : true
Profile     : default
Adding plugin decoration (decoration)
Initializing decoration options...done
Traceback (most recent call last):
  File "/usr/bin/fusion-icon", line 57, in <module>
    from FusionIcon import interface
  File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 143, in <module>
    session_bus = dbus.SessionBus()
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 216, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 105, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 121, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute dbus-launch to autolaunch D-Bus session
[mat@xmat ~]

dbus is running.

Offline

#454 2007-10-03 20:23:42

nesl247
Member
Registered: 2006-05-30
Posts: 191
Website

Re: Compiz Fusion Repository

matiit, Do you have a dbus session started? What DE do you use?
DeepThoughts, hmm, odd. Are you x86_64 or x86? If x86_64, those packages aren't built on gnome 2.20, which is why you wouldn't be able to get decorations working.

Offline

#455 2007-10-03 20:55:56

DeepThoughts
Member
From: Norther part of Sweden (Piteå)
Registered: 2006-04-11
Posts: 44
Website

Re: Compiz Fusion Repository

nesl247 wrote:

matiit, Do you have a dbus session started? What DE do you use?
DeepThoughts, hmm, odd. Are you x86_64 or x86? If x86_64, those packages aren't built on gnome 2.20, which is why you wouldn't be able to get decorations working.

I'm on plain old x86... It has worked before but now it seems that gtk-window-decorator crashes when it tries to start. But that's about as far as I've come in my own troubleshooting.


Stefan Nitsche
stefan_at_nitsche_dot_se

Offline

#456 2007-10-03 22:10:53

mangus
Member
From: Bologna, Italy
Registered: 2007-04-07
Posts: 289

Re: Compiz Fusion Repository

Hi nesl, I got the dbus error on fusion icon too...
I'm on i686 with kde and I have installed compiz-kde-git from your repo
my dbus session seems working and I've deleted ~/.config/compiz just to be sure
however compiz works fine and configurations too, if I use compiz-manager script for
launching.
thank you, great work

Offline

#457 2007-10-03 22:44:57

nesl247
Member
Registered: 2006-05-30
Posts: 191
Website

Re: Compiz Fusion Repository

Create /opt/kde/env/start_dbus_session.sh with the following in it:

# test for an existing bus daemon, just to be safe
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
    # if not found, launch a new one
    eval `dbus-launch --sh-syntax --exit-with-session`
fi

Then restart kde. This will autostart a dbus session when you start kde.

The fusion-icon command is now a backend to fusion-icon-tray. So for now, you have to run them both in order to get a tray, however fusion-icon will start the wm.

Last edited by nesl247 (2007-10-04 01:40:40)

Offline

#458 2007-10-04 01:01:55

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Compiz Fusion Repository

I am getting a following error when I run ccsm. I am on KDE

[venky@myhost ~]$ ccsm &
[1] 6220
[venky@myhost ~]$
(ccsm:6220): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
Info: No sexy-python package found, don't worry it's optional.
Traceback (most recent call last):
  File "/usr/bin/ccsm", line 38, in <module>
    import ccm
  File "/usr/lib/python2.5/site-packages/ccm/__init__.py", line 1, in <module>
    from ccm.Conflicts import *
  File "/usr/lib/python2.5/site-packages/ccm/Conflicts.py", line 26, in <module>
    from ccm.Constants import *
  File "/usr/lib/python2.5/site-packages/ccm/Constants.py", line 72, in <module>
    locale.setlocale(locale.LC_ALL, "")
  File "/usr/lib/python2.5/locale.py", line 476, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

Compiz-fusion runs with LIBGL_ALWAYS_INDIRECT=1 compiz --replace ccp &

fusion-icon gives the following error

[venky@myhost ~]$ fusion-icon
 * Detected Session: kde
 * Searching for installed applications...
Backend     : ini
Integration : true
Profile     : default
Adding plugin decoration (decoration)
Initializing decoration options...done
 * Intel detected, exporting: INTEL_BATCH=1
 * No GLX_EXT_texture_from_pixmap with direct rendering context
 ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
Traceback (most recent call last):
  File "/usr/bin/fusion-icon", line 57, in <module>
    from FusionIcon import interface
  File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 143, in <module>
    session_bus = dbus.SessionBus()
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 216, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 105, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 121, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute dbus-launch to autolaunch D-Bus session

Last edited by venky80 (2007-10-04 01:10:28)


Acer Aspire V5-573P Antergos KDE

Offline

#459 2007-10-04 01:41:34

nesl247
Member
Registered: 2006-05-30
Posts: 191
Website

Re: Compiz Fusion Repository

venky80, see my post above in regards to fusion-icon. As for the python error for ccsm, C is not a supported locale. You need to use something like en_US.

Offline

#460 2007-10-04 02:40:54

kensai
Member
From: Puerto Rico
Registered: 2005-06-03
Posts: 2,484
Website

Re: Compiz Fusion Repository

I sort of like more now only having to use fuse-icon and having the wm and no tray is, is cool. wink


Follow me in: Identi.ca, Twitter, Google+

Offline

#461 2007-10-04 05:12:22

matiit
Member
From: Poland
Registered: 2007-04-13
Posts: 141
Website

Re: Compiz Fusion Repository

nesl247
it helped.
Now is working.
btw
Why in ubuntu 7.10 with gnome 2.20 it is working?

Offline

#462 2007-10-04 13:13:44

dar0
Member
Registered: 2007-10-04
Posts: 2

Re: Compiz Fusion Repository

Hi

I've got the same problem, but i have got Xfce 4.4. Do you know how can i fix that?

Offline

#463 2007-10-04 19:05:14

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: Compiz Fusion Repository

matiit wrote:

nesl247
it helped.
Now is working.
btw
Why in ubuntu 7.10 with gnome 2.20 it is working?

it worked fine for my after the 2 update...


Its a sick world we live in....

Offline

#464 2007-10-04 23:29:19

nesl247
Member
Registered: 2006-05-30
Posts: 191
Website

Re: Compiz Fusion Repository

dar0, seems odd. I thought XFCE starts it's own dbus session.. I'm not XFCE expert, so I'd have no idea.

Offline

#465 2007-10-05 06:20:29

shimon
Member
Registered: 2007-10-05
Posts: 3

Re: Compiz Fusion Repository

I had the problem of dbus mentioned above, thanks to nesl247 script now fusion-icon doesn't complain about dbus.

Anyway, I still get no window borders. fusion-icon doesn't crash, but I get no window borders. If I use ``compiz --replace'' it tries to replace kwin, but it gives Segmentation fault and I end up with no borders again.   

I'm using the latest KDE from testing on a dual-headed nvida with Xinerama. May xinerama be interfering with compiz fusion?

I appreciate any help from you guys!!

Offline

#466 2007-10-05 14:47:12

wantilles
Member
From: Athens - Greece
Registered: 2007-03-29
Posts: 327

Re: Compiz Fusion Repository

scj wrote:

Here is a simple script to pull the PKGBUILD files from nesl247's repo and build them, incase you run into dependency troubles and/or don't feel like upgrading to GNOME 2.20 just yet.

#!/bin/bash
#grab - pulls and builds

ARCH=i686
mkdir build
dest=${PWD}/build
wget -R gz,bz2 -r -nH -l 2 --cut-dirs=1 http://arch.nesl247.org/compiz-fusion/${ARCH}/
cd ${ARCH}
for dir in $(ls -d *-git | egrep -v "(3d|atlantis)"); do
    (cd ${dir}; PKGDEST=${dest} makepkg -isS)
done

Since I am not so fluent in bash scripting, I have a question for this script:

Where does the variable ${PWD} get its value from, and what is that value? I assume it is the user's home directory?

Offline

#467 2007-10-05 15:52:34

scj
Member
From: Sweden
Registered: 2007-09-23
Posts: 158

Re: Compiz Fusion Repository

wantilles wrote:

Where does the variable ${PWD} get its value from, and what is that value? I assume it is the user's home directory?

It is the environment variable containing the current directory. (Print Working Directory)

Last edited by scj (2007-10-05 15:55:34)

Offline

#468 2007-10-05 17:02:34

dar0
Member
Registered: 2007-10-04
Posts: 2

Re: Compiz Fusion Repository

nesl247 , maybe i should use compiz from other repository or something? or edit that script?

Last edited by dar0 (2007-10-05 20:01:25)

Offline

#469 2007-10-06 04:00:40

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Compiz Fusion Repository

nesl247 wrote:

venky80, see my post above in regards to fusion-icon. As for the python error for ccsm, C is not a supported locale. You need to use something like en_US.

Hi nesl,
Thanks the locale stuff worked but I do not see any icons for the ccsm categories
Fusion Icon
I made the dbus script as instructed, but I could not get is running properly I get the following error when i run fusion-icon

[venky@myhost ~]$ fusion-icon
 * Detected Session: kde
 * Searching for installed applications...
Backend     : ini
Integration : true
Profile     : default
Adding plugin decoration (decoration)
Initializing decoration options...done
 * Intel detected, exporting: INTEL_BATCH=1
 * No GLX_EXT_texture_from_pixmap with direct rendering context
 ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
 * Starting Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp --indirect-rendering
Backend     : ini
Integration : true
Profile     : default
Adding plugin rotate (rotate)
Adding plugin svg (svg)
Adding plugin winrules (winrules)
Adding plugin place (place)
Adding plugin expo (expo)
Adding plugin regex (regex)
Adding plugin tile (tile)
Adding plugin switcher (switcher)
Adding plugin cube (cube)
Adding plugin video (video)
Adding plugin ring (ring)
Adding plugin mswitch (mswitch)
Adding plugin resize (resize)
Adding plugin png (png)
Adding plugin mblur (mblur)
Adding plugin gears (gears)
Adding plugin addhelper (addhelper)
Adding plugin water (water)
Adding plugin wobbly (wobbly)
Adding plugin resizeinfo (resizeinfo)
Adding plugin screenshot (screenshot)
Adding plugin annotate (annotate)
Adding plugin text (text)
Adding plugin shift (shift)
Adding plugin cubecaps (cubecaps)
Adding plugin clone (clone)
Adding plugin zoom (zoom)
Adding plugin thumbnail (thumbnail)
Adding plugin glib (glib)
Adding plugin scale (scale)
Adding plugin decoration (decoration)
Adding plugin opacify (opacify)
Adding plugin 3d (3d)
Adding plugin crashhandler (crashhandler)
Adding plugin widget (widget)
Adding plugin neg (neg)
Adding plugin snap (snap)
Adding plugin fadedesktop (fadedesktop)
Adding plugin minimize (minimize)
Adding plugin wall (wall)
Adding plugin splash (splash)
Adding plugin scaleaddon (scaleaddon)
Adding plugin fs (fs)
Adding plugin extrawm (extrawm)
Adding plugin atlantis (atlantis)
Adding plugin scalefilter (scalefilter)
Adding plugin showdesktop (showdesktop)
Adding plugin trailfocus (trailfocus)
Adding plugin vpswitch (vpswitch)
Adding core settings (General Options)
Adding plugin plane (plane)
Adding plugin imgjpeg (imgjpeg)
Adding plugin colorfilter (colorfilter)
Adding plugin fakeargb (fakeargb)
Adding plugin put (put)
Adding plugin cubereflex (cubereflex)
Adding plugin bench (bench)
Adding plugin fade (fade)
Adding plugin animation (animation)
Adding plugin dbus (dbus)
Adding plugin inotify (inotify)
Adding plugin reflex (reflex)
Adding plugin snow (snow)
Adding plugin ezoom (ezoom)
Adding plugin firepaint (firepaint)
Adding plugin workarounds (workarounds)
Adding plugin group (group)
Adding plugin blur (blur)
Adding plugin move (move)
Initializing core options...done
Initializing place options...done
Initializing resize options...done
Initializing water options...done
Initializing zoom options...done
Initializing decoration options...done
Initializing crashhandler options...done
Initializing minimize options...done
Initializing bench options...done
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
Initializing reflex options...done
Initializing firepaint options...done
Initializing workarounds options...done
Initializing move options...done
compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
Initializing video options...done
Initializing wobbly options...done
Initializing fade options...done
Initializing cube options...done
Initializing scale options...done
Initializing atlantis options...done
Initializing rotate options...done
Initializing switcher options...done
Initializing cubereflex options...done
Setting Update "start_wm"
Setting Update "wm_cmd"

compiz starts but with no window borders, if I restart my computer and run LIBGL_ALWAYS_INDIRECT=1 compiz --replace ccp and kde-window-decorator --replace then I can run compiz and I have window borders
Another Issue I have is when I make compiz.kde auto startup script as per the wiki article in my /home/venky/.kde/Autostart directory compiz start automatically at startup but my applets are missing from system tray such as  kpowersave and knetworkmanager

I was also curious if I should have dbus in my rc.conf daemons list (i thought i read somewhere it is not needed for new kernel ) my current list looks like this

DAEMONS=(syslog-ng hal  !network netfs crond kdm dhcdbd networkmanager laptop-mode @moblock )

Acer Aspire V5-573P Antergos KDE

Offline

#470 2007-10-06 05:38:56

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Compiz Fusion Repository

I am unable to change the theme using the emerald theme manager
All I see is a quit button in the bottom right corner...there is no apply button.
I am using KDE


Acer Aspire V5-573P Antergos KDE

Offline

#471 2007-10-06 11:04:21

joente
Member
Registered: 2007-10-06
Posts: 5

Re: Compiz Fusion Repository

shimon wrote:

I had the problem of dbus mentioned above, thanks to nesl247 script now fusion-icon doesn't complain about dbus.

Anyway, I still get no window borders. fusion-icon doesn't crash, but I get no window borders. If I use ``compiz --replace'' it tries to replace kwin, but it gives Segmentation fault and I end up with no borders again.   

I'm using the latest KDE from testing on a dual-headed nvida with Xinerama. May xinerama be interfering with compiz fusion?

I appreciate any help from you guys!!

I have the same configuration and the exact same problem. With the help from nesl247 fusion-icon doesn't complain but i still get no window borders and no effects. Just running 'compiz --replace' ends up with a segmentation fault.

(edit: Just tried without xinerama but it still doesn't work)

Last edited by joente (2007-10-06 15:42:03)

Offline

#472 2007-10-06 11:18:00

wantilles
Member
From: Athens - Greece
Registered: 2007-03-29
Posts: 327

Re: Compiz Fusion Repository

May I ask what is exactly the purpose of the lib-xcb package in your repository?

Because in its PKGBUILD it "replaces", "provides" and "conflicts" with libx11.

Offline

#473 2007-10-06 12:51:57

v1_ad
Member
Registered: 2006-09-12
Posts: 8

Re: Compiz Fusion Repository

nesl247 I use kde from current (core & extra).
Since compiz-fusion compiled against gnome 2.20 from testing i am getting this error when trying to launch fusion-icon-tray

[vlad@casper compiz-fusion]$ fusion-icon-tray
Traceback (most recent call last):
  File "/usr/bin/fusion-icon-tray", line 249, in <module>
    except DBusError:
NameError: name 'DBusError' is not defined

or when launching fusion-icon-preferences

[vlad@casper compiz-fusion]$ fusion-icon-preferences
Traceback (most recent call last):
  File "/usr/bin/fusion-icon-preferences", line 275, in <module>
    obj = session_bus.get_object(_interface, '/org/compiz_fusion/FusionIcon')
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 240, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 237, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 179, in activate_name_owner
    self.start_service_by_name(bus_name)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 277, in start_service_by_name
    'su', (bus_name, flags)))
  File "/usr/lib/python2.5/site-packages/dbus/connection.py", line 603, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.compiz_fusion.FusionIcon was not provided by any .service files

Although I get the above errors, compiz-fusion is working properly, but without this nice icon in tray smile
Do I have to install gnome 2.20 in full or is it sufficient to install some packages ?
If the last is an option, what packages do I need to upgrade ?

Last edited by v1_ad (2007-10-06 16:10:45)

Offline

#474 2007-10-06 17:11:19

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: Compiz Fusion Repository

also for me the borders of the windows, with compiz active and with gtk-window-decorator, doon't appear, this is my output:

[marco@myhost etracer]$ fusion-icon
 * Detected Session: gnome
 * Searching for installed applications...
Backend     : gconf
Integration : true
Profile     : default
Adding plugin decoration (decoration)
Initializing decoration options...done
 * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
 * Starting Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
Backend     : gconf
Integration : true
Profile     : default
Adding plugin place (place)
Adding plugin animation (animation)
Adding plugin dbus (dbus)
Adding plugin switcher (switcher)
Adding plugin showdesktop (showdesktop)
Adding plugin workarounds (workarounds)
Adding plugin water (water)
Adding plugin extrawm (extrawm)
Adding plugin thumbnail (thumbnail)
Adding plugin regex (regex)
Adding plugin video (video)
Adding plugin widget (widget)
Adding plugin snow (snow)
Adding plugin colorfilter (colorfilter)
Adding plugin trailfocus (trailfocus)
Adding plugin minimize (minimize)
Adding plugin fadedesktop (fadedesktop)
Adding plugin svg (svg)
Adding plugin scaleaddon (scaleaddon)
Adding plugin opacify (opacify)
Adding plugin wall (wall)
Adding plugin mblur (mblur)
Adding plugin decoration (decoration)
Adding plugin annotate (annotate)
Adding plugin blur (blur)
Adding plugin fade (fade)
Adding plugin mswitch (mswitch)
Adding plugin scalefilter (scalefilter)
Adding plugin cubecaps (cubecaps)
Adding plugin crashhandler (crashhandler)
Adding plugin rotate (rotate)
Adding plugin zoom (zoom)
Adding plugin resizeinfo (resizeinfo)
Adding core settings (General Options)
Adding plugin plane (plane)
Adding plugin imgjpeg (imgjpeg)
Adding plugin 3d (3d)
Adding plugin fs (fs)
Adding plugin shift (shift)
Adding plugin bench (bench)
Adding plugin ezoom (ezoom)
Adding plugin cubereflex (cubereflex)
Adding plugin vpswitch (vpswitch)
Adding plugin splash (splash)
Adding plugin tile (tile)
Adding plugin put (put)
Adding plugin resize (resize)
Adding plugin screenshot (screenshot)
Adding plugin group (group)
Adding plugin ring (ring)
Adding plugin expo (expo)
Adding plugin scale (scale)
Adding plugin png (png)
Adding plugin fakeargb (fakeargb)
Adding plugin cube (cube)
Adding plugin wobbly (wobbly)
Adding plugin inotify (inotify)
Adding plugin winrules (winrules)
Adding plugin glib (glib)
Adding plugin clone (clone)
Adding plugin snap (snap)
Adding plugin firepaint (firepaint)
Adding plugin text (text)
Adding plugin move (move)
Adding plugin reflex (reflex)
Adding plugin neg (neg)
Adding plugin gears (gears)
Adding plugin addhelper (addhelper)
Adding plugin atlantis (atlantis)
Initializing core options...done
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
A handler is already registered for the path starting with path[0] = "org"
Initializing workarounds options...done
Initializing minimize options...done
Initializing decoration options...done
Initializing zoom options...done
Initializing imgjpeg options...done
Initializing resize options...done
Initializing wobbly options...done
Initializing move options...done
Initializing cube options...done
Initializing switcher options...done
Initializing cubecaps options...done
Initializing rotate options...done
Initializing cubereflex options...done
Setting Update "notification_daemon_fix"
Setting Update "java_fix"
Setting Update "qt_fix"
Setting Update "shadow_opacity"
Setting Update "command"
Setting Update "mipmap"
Setting Update "images"
Setting Update "skydome"
Setting Update "mipmap"
Setting Update "active_opacity"
Setting Update "fade_time"
Setting Update "transparent_manual_only"
Setting Update "prev_key"
Setting Update "rotate_right_key"
Setting Update "ground_size"
Setting Update "intensity"
Setting Update "auto_zoom"
Setting Update "zoom_manual_only"
Setting Update "mode"

can you tell me how to resolve this problem? i've installed compiz fusion git by nesl repository

Last edited by toketin (2007-10-06 17:13:37)

Offline

#475 2007-10-06 18:52:21

abhidg
Member
From: City of Kol
Registered: 2006-07-01
Posts: 184
Website

Re: Compiz Fusion Repository

@v1_ad: I've fusion-icon-tray working nicely and i ahve atk, gtk2, libx11 and libwnck from testing

Last edited by abhidg (2007-10-06 18:52:44)

Offline

Board footer

Powered by FluxBB