PDA

View Full Version : Unsolved Problem with fusion-icon


Grzeslaw
May 12th, 2008, 06:52 PM
Hello

I tryied to install the compiz-fusion on my fresh install of debian etch witch the kde 3.5.

1) installed nvidia drivers from nvidia global page.
2) install the compiz-fusion-kde and depends
3) add the following content to the xorg.conf

# Device section
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"

Section "Extensions"
Option "Composite" "Enable"
EndSection


4) After reboot, I start looking the compiz icons on my menu,but I doesn't saw them.
After read some arts in the network, I know that I need the fusion-icon package. So
I tried to install it, but my installation failed ;(

deb1an:/# apt-get install fusion-icon
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
fusion-icon: Depends: python-gobject but it is not installable
E: Broken packages


I tried to use aptitude to install it,but result was the same:

deb1an:~# aptitude install fusion-icon
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages are BROKEN:
fusion-icon
The following NEW packages will be automatically installed:
python-ctypes
The following NEW packages will be installed:
python-ctypes
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 219kB of archives. After unpacking 1028kB will be used.
The following packages have unmet dependencies:
fusion-icon: Depends: python-gobject which is a virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:

Keep the following packages at their current version:
fusion-icon [Not Installed]

Score is -10001

Accept this solution? [Y/n/q/?] y
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
deb1an:~#
deb1an:~# aptitude install fusion-icon
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages are BROKEN:
fusion-icon
The following NEW packages will be automatically installed:
python-ctypes
The following NEW packages will be installed:
python-ctypes
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 219kB of archives. After unpacking 1028kB will be used.
The following packages have unmet dependencies:
fusion-icon: Depends: python-gobject which is a virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:

Keep the following packages at their current version:
fusion-icon [Not Installed]

Score is -10001

Accept this solution? [Y/n/q/?]q


Also I tried to manual install the python-ctypes package from the debian site, but it doesnt help.

What Can I do now?

omega
May 14th, 2008, 07:50 PM
you can install fusion-icon from git:

git clone git://anongit.compiz-fusion.org/users/crdlb/fusion-icon
cd fusion-icon
make
sudo make install