当我试图启动软件中心时,我得到了这样的信息:
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()它在以前的12.10版本中工作,但现在它总是在开始时崩溃。我知道有一些工作(比如Synaptic)。
我已经试过软件中心升级与开放中的问题了
好的。解决了上面的问题,但现在我明白了:
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,当我试图开始进化时,我也会得到分段错误(核心转储)错误消息。
我清理了它然后重新安装了。收到以下信息:
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.发布于 2013-07-28 15:34:56
问题是报告说,The owner of /home/entrio/.config/ibus/bus is not root! --我认为,大多数(如果不是所有存储在/home/entrio/中的文件都应该由您拥有),右键单击隐藏文件.config并选择properties选项卡。如果这被设置为根,您已经以某种方式改变了这个所有权,因为它应该由Me组entrio拥有。
要更改这些返回,您需要使用sudo nautilus从终端启动nautilus,导航到/home/entrio/.config文件,并通过右键单击ibus选择属性,然后单击权限选项卡来更改所有者。把主人改给你,把组改给你。这可能只是一个开始,如果您已经设法改变权限elswhere!
/usr/share/software-center/softwarecenter/plugins/webapps_activation.pyc也可以被改变。/usr/share/中文件的所有权应为根文件,组应为根文件。
如果其他程序没有启动,那么备份/复制重要文件到不同的驱动器并重新安装或尝试通过从LiveCD重新安装来修复信息可能会更容易。
https://askubuntu.com/questions/325688
复制相似问题