LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   cant update gnome-panel-data (https://www.linuxquestions.org/questions/ubuntu-63/cant-update-gnome-panel-data-569214/)

anirudhvij 07-14-2007 12:44 AM

cant update gnome-panel-data
 
hi,
the ubuntu update manager tried to update gnome-panel-data but failed.then i ran apt-get upgrade from terminal and got:
Code:

Setting up gnome-panel-data (2.18.1-0ubuntu3.1) ...
/usr/share/gconf/schemas/panel-object.schemas:3286: parser error : Input is not proper UTF-8, indicate encoding !
Bytes: 0xE4 0xCE 0xBF 0xE7
        <short>オブジェクトのボタンにカスタム・アイコンを
                                                                              ^
/usr/share/gconf/schemas/clock.schemas:292: parser error : Specification mandate value for attribute formatas
          <shortValandų formatas</short>
                                ^
/usr/share/gconf/schemas/clock.schemas:292: parser error : attributes construct error
          <shortValandų formatas</short>
                                ^
/usr/share/gconf/schemas/clock.schemas:292: parser error : Couldn't find end of Start Tag shortValandų line 292
          <shortValandų formatas</short>
                                ^
/usr/share/gconf/schemas/clock.schemas:292: parser error : Opening and ending tag mismatch: locale line 290 and short
          <shortValandų formatas</short>
                                        ^
/usr/share/gconf/schemas/clock.schemas:294: parser error : Opening and ending tag mismatch: schema line 4 and locale
        </locale>
                ^
/usr/share/gconf/schemas/clock.schemas:544: parser error : Opening and ending tag mismatch: schemalist line 2 and schema
      </schema>
              ^
/usr/share/gconf/schemas/clock.schemas:4586: parser error : Opening and ending tag mismatch: gconfschemafile line 1 and schemalist
  </schemalist>
              ^
/usr/share/gconf/schemas/clock.schemas:4588: parser error : Extra content at the end of the document
</gconfschemafile>
^
dpkg: error processing gnome-panel-data (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of gnome-panel:
 gnome-panel depends on gnome-panel-data (= 1:2.18.1-0ubuntu3.1); however:
  Package gnome-panel-data is not configured yet.
dpkg: error processing gnome-panel (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gnome-panel-data
 gnome-panel
E: Sub-process /usr/bin/dpkg returned an error code (1)

after this,lots update of gnome-panel fails and other updates that depend on gnome-panel also fail.I just downloaded ubuntu 7.04 yesterday.

m_yates 07-17-2007 11:17 AM

Did you try re-installing it? You can purge it:
Code:

sudo su
dpkg -P gnome-panel
dpkg -P gnome-panel-data

Then re-install:
Code:

apt-get install gnome-panel


All times are GMT -5. The time now is 09:19 AM.