Problemas no centro de software após a atualização para o 13.04

2

Quando tento iniciar o software-center, recebo isto:

2013-07-28 17:05:22,922 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
2013-07-28 17:05:26,357 - softwarecenter.backend.reviews - WARNING - Could not get usefulness from server, no username in config file
2013-07-28 17:05:26,375 - softwarecenter.plugin - INFO - activating plugin '<module 'webapps_activation' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc'>'
2013-07-28 17:05:26,414 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/lib/python2.7/dist-packages/gi/importer.py', 51, 'find_module')'
2013-07-28 17:05:26,414 - root - ERROR - Could not find any typelib for LaunchpadIntegration

(software-center:26001): IBUS-WARNING **: The owner of /home/entrio/.config/ibus/bus is not root!
2013-07-28 17:05:27,386 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()

Funcionou na versão anterior 12.10, mas sempre falha no início agora. Eu sei que há trabalho ao redor (como o Synaptic).

Eu já tentei Problema na atualização e abertura do software center

OK. resolveu o problema acima, mas agora eu recebo:

2013-07-28 18:10:47,442 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
2013-07-28 18:10:47,740 - softwarecenter.region - WARNING - failed to use geoclue: 'org.freedesktop.Geoclue.Error.notAvailable: Geoclue master client has no usable Address providers'
2013-07-28 18:10:48,058 - softwarecenter.backend.reviews - WARNING - Could not get usefulness from server, no username in config file
2013-07-28 18:10:48,062 - softwarecenter.plugin - INFO - activating plugin '<module 'webapps_activation' from '/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc'>'
2013-07-28 18:10:48,069 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/lib/python2.7/dist-packages/gi/importer.py', 51, 'find_module')'
2013-07-28 18:10:48,069 - root - ERROR - Could not find any typelib for LaunchpadIntegration
2013-07-28 18:10:48,130 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
Segmentation fault (core dumped)

BWT, também recebo mensagens de erro de segmentação (core despejado) quando tento iniciar a evolução.

Eu removi e re-instalei. Tem estas mensagens:

Get:1 http://archive.ubuntu.com/ubuntu/ raring/main python-oneconf all 0.3.3 [21.8 kB]

Get:2 http://archive.ubuntu.com/ubuntu/ raring/main software-center all 5.6.0-0ubuntu2 [443 kB]

Fetched 465 kB in 4s (112 kB/s)           

Selecting previously unselected package python-oneconf.

(Reading database ... 420056 files and directories currently installed.)

Unpacking python-oneconf (from .../python-oneconf_0.3.3_all.deb) ...

Selecting previously unselected package software-center.

Unpacking software-center (from .../software-center_5.6.0-0ubuntu2_all.deb) ...

Processing triggers for hicolor-icon-theme ...

Processing triggers for bamfdaemon ...

Rebuilding /usr/share/applications/bamf-2.index...

Processing triggers for desktop-file-utils ...

Processing triggers for gnome-menus ...

Processing triggers for man-db ...

Setting up python-oneconf (0.3.3) ...

Setting up software-center (5.6.0-0ubuntu2) ...

Updating software catalog...this may take a moment.

INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()

WARNING:softwarecenter.db.update:The file: '/usr/share/app-install/desktop/sonic-
visualiser:x-sonicvisualiser.desktop' could not be read correctly. The application 
associated with this file will not be included in the software catalog. Please 
consider raising a bug report for this issue with the maintainer of that application

WARNING:softwarecenter.db.update:The file: '/usr/share/app-install/desktop/sonic-
visualiser:x-sonicvisualiser-layer.desktop' could not be read correctly. The 
application associated with this file will not be included in the software catalog. 
Please consider raising a bug report for this issue with the maintainer of that 
application

WARNING:softwarecenter.db.update:The file: '/usr/share/app-install/desktop
/workrave:workrave.desktop' could not be read correctly. The application associated 
with this file will not be included in the software catalog. Please consider raising 
a bug report for this issue with the maintainer of that application

Software catalog update was successful.
    
por entrio parran 28.07.2013 / 17:11

1 resposta

0

O problema é reportar que The owner of /home/entrio/.config/ibus/bus is not root! eu acho que a maioria, senão todos os arquivos armazenados em / home / entrio / devem ser de sua propriedade, clique com o botão direito no arquivo oculto .config e selecione a aba de propriedades. se isso for definido como root, você de alguma forma alterou essa propriedade, pois ela deve pertencer ao Eu grupo entrio .

Para alterá-los, você precisa iniciar o nautilus a partir do terminal com sudo nautilus navegando até o arquivo /home/entrio/.config e alterar o proprietário clicando com o botão direito do mouse em ibus selecionando propriedades e clicando na guia permissões. Altere o proprietário para você e o grupo para você. Isso pode ser apenas o começo se você tiver conseguido alterar as permissões em algum momento!

/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc também pode ter sido alterado. a propriedade dos arquivos em / usr / share / deve ser root e o grupo deve ser root

Se outros programas não estiverem sendo iniciados, pode ser mais fácil fazer backup / copiar arquivos importantes para uma unidade diferente e reinstalar ou tentar corrigir as informações executando uma reinstalação do seu LiveCD.

    
por SimplySimon 28.07.2013 / 17:34