Beryl Problems

Discussion in 'Linux, BSD and Other OS's' started by Matt555, Mar 9, 2007.

  1. Matt555

    Matt555 iMod

    Likes Received:
    98
    Trophy Points:
    48
    Well basically I've had this for a while, Beryl doesn't want to update, more specifically 'beryl-plugins' doesn't want to update. Below is the output from Konsole. Does anyone know what's going on?

    I'm probably doing something wrong, what with being a n00b and all.

    Code:
    matt@Lucifer:~$ sudo apt-get dist-upgrade
    Reading package lists... Done
    Building dependency tree... Done
    Calculating upgrade...Done
    The following packages will be upgraded:
      beryl-plugins
    1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    6 not fully installed or removed.
    Need to get 0B/370kB of archives.
    After unpacking 160kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    WARNING: The following packages cannot be authenticated!
      beryl-plugins
    Install these packages without verification [y/N]? y
    (Reading database ... 170221 files and directories currently installed.)
    Preparing to replace beryl-plugins 0.1.5+svn20070104-r2323+foxy0 (using .../beryl-plugins_0.2.0+svn20070119-r2900+foxy0_i386.deb) ...
    Unpacking replacement beryl-plugins ...
    dpkg: error processing /var/cache/apt/archives/beryl-plugins_0.2.0+svn20070119-r2900+foxy0_i386.deb (--unpack):
     trying to overwrite `/usr/lib/beryl/libdbus.so', which is also in package beryl-dbus
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Errors were encountered while processing:
     /var/cache/apt/archives/beryl-plugins_0.2.0+svn20070119-r2900+foxy0_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    
     
  2. megamaced

    megamaced Geek Geek Geek!

    Likes Received:
    0
    Trophy Points:
    36
    The beryl-dbus package is no longer used. It has been integrated into Beryl-plugins.

    Just issue:

    Code:
    sudo apt-get remove beryl-dbus && sudo apt-get update && sudo apt-get dist-upgrade
     
  3. megamaced

    megamaced Geek Geek Geek!

    Likes Received:
    0
    Trophy Points:
    36
    BTW, that Beryl SVN repository is dead now. Worse still, it doesn't include Aquamarine which is the new KDE window decorator. You are using Emerald, whilst pretty good for GNOME users, doesn't fit in well with KDE.

    You might want to install the latest SVN snapshot, in which case you can download it here. Download the one from the 8/3/7 because it is now installed via a wizard! You will want to pick option 3.

    Oh and by the way, you should uninstall all of Beryl before you do this, because the version you have is completely incompatible with this version
     
  4. Matt555

    Matt555 iMod

    Likes Received:
    98
    Trophy Points:
    48
    <3 you

    :D
     

Share This Page