Bug#573095: compiz-fusion-plugins-main is too updated in sqeeze thus plugins cant be started

2010-03-08 Thread VFXCode
Package: compiz-fusion-plugins-main
Version: 0.8.4-1


For Debian sqeeze it seems, I couldnt test it for sure because the
package is not in the snapshot.debian.net, that package
compiz-fusion-plugins-main is at 8.4.x version while all the other
packages are left in 8.2.
This has the effect that none of the plugins from the above package
works due to the following error

   /usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI
version '20090207', expected ABI version '20090619'.

Compiz worked flawless before I apt-get upgrade my installation
yesterday (that would be at 7-3-2010).
As i can see there are two options
1st downgrade compiz-fusion-plugins-main to 8.2 if that is possible
2nd upgrade all the other packages to 8.4

in both cases it would be imperative to follow the version numbers
that are being qulified to sqeeze so that they match.
I have seen a few older reports about similar issues in versions 7.x

This is the output when i start compiz from a terminal and I try to
start a plugin from the compiz-fusion-plugins-main package (extra and
unsupported packages work fine)

vfxc...@tx:~$ compiz --replace
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback
/var/log/Xorg.0.log
Detected PCI ID for VGA: 01:00.0 0300: 10de:0045 (rev a1) (prog-if 00
[VGA controller])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Checking screen 1Comparing resolution (1680x1050) to maximum 3D
texture size (4096): Passed.
Checking for Software Rasterizer: Not present.
Checking for nVidia: present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Backend : gconf
Integration : true
Profile : default
Adding plugins
Initializing core options...done
Initializing showdesktop options...done
Initializing gnomecompat options...done
Initializing resize options...done
Initializing move options...done
/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format,
disabling YV12 image format
Initializing video options...done
Initializing place options...done
Initializing decoration options...done
Initializing crashhandler options...done
Initializing svg options...done
Initializing wobbly options...done
/usr/bin/compiz.real (cube) - Warn: Failed to load slide:
/usr/share/gdm/themes/Human/ubuntu.png
Initializing cube options...done
Initializing rotate options...done
Initializing wallpaper options...done
Initializing reflex options...done
Initializing 3d options...done
Setting Update "shadow_color"
Setting Update "command"
Setting Update "mipmap"
Setting Update "shadow_match"
Setting Update "unfold_key"
Setting Update "color"
Setting Update "adjust_image"
Setting Update "skydome"
Setting Update "skydome_image"
Setting Update "active_opacity"
Setting Update "initiate_button"
Setting Update "active_plugins"
/usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI version
'20090207', expected ABI version '20090619'.

/usr/bin/compiz.real (animation) - Error: InitObject failed
/usr/bin/compiz.real (core) - Error: Couldn't activate plugin 'animation'
/usr/bin/compiz.real (cube) - Warn: Failed to load slide:
/usr/share/gdm/themes/Human/ubuntu.png
/usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI version^C
vfxc...@tx:~$

-- 
VFXCode



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573434:

2010-03-13 Thread VFXCode
I report that the above patch is working fine


you need to edit the file directly if you have already installed the
package the file you need to edit is the
/lib/udev/rules.d/60-g15daemon.rules .

it should contain

# udev rule to start g15daemon when logitech g15 keyboards are attached
#
# Recognized devices from libg15-1.2.7/libg15.c
#

# Logitech g11 -- extra keys, no LCD
SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c225",
RUN+="/etc/init.d/g15daemon udev"

# Logitech G15 (blue) -- extra keys and LCD
SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c222",
RUN+="/etc/init.d/g15daemon udev"

# Logitech G15 v2 (orange) -- extra keys and LCD
SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c227",
RUN+="/etc/init.d/g15daemon shared-udev"

# Logitech Z10 -- extra keys and LCD
SYSFS{idVendor}=="046d", SYSFS{idProduct}=="0a07",
RUN+="/etc/init.d/g15daemon udev"

# Logitech G15 Gamepanel -- extra keys and LCD
SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c251",
RUN+="/etc/init.d/g15daemon shared-udev"


and you need to change it to

# udev rule to start g15daemon when logitech g15 keyboards are attached
#
# Recognized devices from libg15-1.2.7/libg15.c
#

# Logitech g11 -- extra keys, no LCD
ATTR{idVendor}=="046d", ATTR{idProduct}=="c225",
RUN+="/etc/init.d/g15daemon udev"

# Logitech G15 (blue) -- extra keys and LCD
ATTR{idVendor}=="046d", ATTR{idProduct}=="c222",
RUN+="/etc/init.d/g15daemon udev"

# Logitech G15 v2 (orange) -- extra keys and LCD
ATTR{idVendor}=="046d", ATTR{idProduct}=="c227",
RUN+="/etc/init.d/g15daemon shared-udev"

# Logitech Z10 -- extra keys and LCD
ATTR{idVendor}=="046d", ATTR{idProduct}=="0a07",
RUN+="/etc/init.d/g15daemon udev"

# Logitech G15 Gamepanel -- extra keys and LCD
ATTR{idVendor}=="046d", ATTR{idProduct}=="c251",
RUN+="/etc/init.d/g15daemon shared-udev"


-- 
VFXCode



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org