Форум русскоязычного сообщества Ubuntu


Хотите сделать посильный вклад в развитие Ubuntu и русскоязычного сообщества?
Помогите нам с документацией!

Автор Тема: crash центра приложений  (Прочитано 1260 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн wiom

  • Автор темы
  • Любитель
  • *
  • Сообщений: 82
    • Просмотр профиля
    • wiom.ru
crash центра приложений
« : 08 Июля 2015, 12:42:44 »
вылетает центр приложений. запуск через консоль показал следующее
user@user:~$ software-center
2015-07-08 14:15:17,913 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
2015-07-08 14:15:17,924 - softwarecenter.db.database - INFO - open() database: path=None use_axi=True use_agent=True
2015-07-08 14:15:18,814 - softwarecenter.backend.reviews - WARNING - Could not get usefulness from server, no username in config file
2015-07-08 14:15:19,063 - softwarecenter.ui.gtk3.app - INFO - show_available_packages: search_text is '', app is None.
2015-07-08 14:15:19,085 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
/usr/share/software-center/softwarecenter/db/update.py:503: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  if value != translated_value:
Traceback (most recent call last):
  File "/usr/bin/software-center", line 176, in <module>
    app.run(args)
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 1422, in run
    self.show_available_packages(args)
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 1352, in show_available_packages
    self.view_manager.set_active_view(ViewPages.AVAILABLE)
  File "/usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py", line 154, in set_active_view
    view_widget.init_view()
  File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py", line 136, in init_view
    SoftwarePane.init_view(self)
  File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/softwarepane.py", line 215, in init_view
    self.icons, self.show_ratings)
  File "/usr/share/software-center/softwarecenter/ui/gtk3/views/appview.py", line 69, in __init__
    self.helper = AppPropertiesHelper(db, cache, icons)
  File "/usr/share/software-center/softwarecenter/ui/gtk3/models/appstore2.py", line 109, in __init__
    softwarecenter.paths.APP_INSTALL_PATH)
  File "/usr/share/software-center/softwarecenter/db/categories.py", line 269, in parse_applications_menu
    LOG.debug("%s %s %s" % (cat.name, cat.iconname, cat.query))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)
user@user:~$ 2015-07-08 14:15:25,781 - softwarecenter.db.update - INFO - skipping region restricted app: 'Bulleti d'esquerra de Calonge i Sant Antoni ' (not whitelisted)
2015-07-08 14:15:25,989 - softwarecenter.db.update - INFO - skipping region restricted app: 'Just Play MP3' (not whitelisted)
2015-07-08 14:15:26,126 - softwarecenter.db.update - INFO - skipping region restricted app: 'reEarCandy' (not whitelisted)
2015-07-08 14:15:26,286 - softwarecenter.db.update - INFO - skipping region restricted app: '蚂蚁浏览器' (not whitelisted)
2015-07-08 14:15:26,580 - softwarecenter.db.update - INFO - skipping region restricted app: 'Source Code Analyzer' (not whitelisted)
2015-07-08 14:15:26,831 - softwarecenter.db.update - INFO - skipping region restricted app: 'Free Body Mass Index Calculator' (blacklisted)
2015-07-08 14:15:27,132 - softwarecenter.db.update - INFO - skipping region restricted app: 'Flaggame' (not whitelisted)
2015-07-08 14:15:27,479 - softwarecenter.db.update - INFO - skipping region restricted app: 'Comentarios Web' (not whitelisted)
2015-07-08 14:15:27,822 - softwarecenter.db.update - INFO - skipping region restricted app: 'Electricity Consumption Calculator' (blacklisted)
в принципе я так понимаю ошибка тут?
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128)подскажите как вылечить?

Пользователь решил продолжить мысль 08 Июля 2015, 12:48:52:
и еще
user@user:~$ software-center --version
software-center 5.2.10
« Последнее редактирование: 08 Июля 2015, 12:48:52 от wiom »
программисты - это люди, которые решают никому неизвестные проблемы, никому непонятными способами.

Оффлайн streyz

  • Участник
  • *
  • Сообщений: 139
    • Просмотр профиля
Re: crash центра приложений
« Ответ #1 : 08 Июля 2015, 17:56:00 »
А какая версия Ubuntu? У меня версия software-center 13 в 14.04

В крайнем случае выложите соус /usr/share/software-center/softwarecenter/db/categories.py
пофиксим :)
« Последнее редактирование: 08 Июля 2015, 17:59:31 от streyz »

symon2014

  • Гость
Re: crash центра приложений
« Ответ #2 : 08 Июля 2015, 17:59:41 »
sudo apt-get install --reinstall software-center

Оффлайн wiom

  • Автор темы
  • Любитель
  • *
  • Сообщений: 82
    • Просмотр профиля
    • wiom.ru
Re: crash центра приложений
« Ответ #3 : 09 Июля 2015, 13:42:40 »
ubuntu 12.04 LTS у меня.

categories.py
(Нажмите, чтобы показать/скрыть)

Пользователь решил продолжить мысль 09 Июля 2015, 13:48:45:
sudo apt-get install --reinstall software-center
не помогло. как кто нибудь отпишет выложу лог а то превышение 3000 символов)
« Последнее редактирование: 09 Июля 2015, 13:48:45 от wiom »
программисты - это люди, которые решают никому неизвестные проблемы, никому непонятными способами.

Оффлайн streyz

  • Участник
  • *
  • Сообщений: 139
    • Просмотр профиля
Re: crash центра приложений
« Ответ #4 : 09 Июля 2015, 22:00:43 »
Если грубым методом, то в строчке 269
LOG.debug("%s %s %s" % (cat.name, cat.iconname, cat.query))заменить на

try:
    LOG.debug("%s %s %s" % (cat.name, cat.iconname, cat.query))
except UnicodeDecodeError:
    pass

| toZen |

  • Гость
Re: crash центра приложений
« Ответ #5 : 09 Июля 2015, 22:49:37 »
user@user:~$ software-center --version
software-center 5.2.10
Обновите на 5.3.Х. Данный баг в нем пофиксили.
Покажите:
sudo apt-get updatesudo apt-get upgradestreyz, грязный хак. :)
« Последнее редактирование: 10 Июля 2015, 13:31:01 от τοΖεη »

Оффлайн wiom

  • Автор темы
  • Любитель
  • *
  • Сообщений: 82
    • Просмотр профиля
    • wiom.ru
Re: crash центра приложений
« Ответ #6 : 10 Июля 2015, 10:28:58 »
qwerty@qwerty-X553MA:~$ sudo apt-get install --reinstall software-center
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
обновлено 0, установлено 0 новых пакетов, переустановлено 1 переустановлено, для удаления отмечено 0 пакетов, и 0 пакетов не обновлено.
Необходимо скачать 623 kБ архивов.
После данной операции, объём занятого дискового пространства возрастёт на 0 B.
Получено:1 http://ru.archive.ubuntu.com/ubuntu/ precise-updates/main software-center all 5.2.10 [623 kB]
Получено 623 kБ за 10с (61,9 kБ/c)                                             
(Чтение базы данных ... на данный момент установлено 243170 файлов и каталогов.)
Подготовка к замене пакета software-center 5.2.10 (используется файл .../software-center_5.2.10_all.deb) ...
Распаковывается замена для пакета software-center ...
Обрабатываются триггеры для desktop-file-utils ...
Обрабатываются триггеры для bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Обрабатываются триггеры для gnome-menus ...
Обрабатываются триггеры для man-db ...
Обрабатываются триггеры для hicolor-icon-theme ...
Настраивается пакет software-center (5.2.10) ...
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
/usr/share/software-center/softwarecenter/db/update.py:503: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  if value != translated_value:
/usr/share/software-center/softwarecenter/db/update.py:971: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  if s != name:
/usr/share/software-center/softwarecenter/db/update.py:509: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  if value != translated_value:
WARNING:softwarecenter.db.update:The file: '/usr/share/app-install/desktop/remmina-common:remmina.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/hdhomerun-config-gui:hdhr.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/wakeup:wakeup.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/hasciicam:hasciicam.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/groundcontrol:groundcontrol.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/omegat:omegat.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/scribus:scribus.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/mythtv-frontend:mythtv.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/furiusisomount:furiusisomount.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/basket:kde4__basket.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
WARNING:softwarecenter.db.update:The file: '/usr/share/app-install/desktop/jeex:jeex.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/mythtv-backend:mythtv-setup.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/mudlet:mudlet.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/camorama:camorama.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/timidity-interfaces-extra:timidity-interfaces-extra.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/openshot:openshot.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/gnome-media-player:gnome-media-player.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/rubrica:rubrica2.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/me-tv:me-tv.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.
qwerty@qwerty-X553MA:~$


Пользователь решил продолжить мысль [time]10 Июль 2015, 11:30:20[/time]:


qwerty@qwerty-X553MA:~$ sudo apt-get update
[sudo] password for qwerty:
В кэше http://ru.archive.ubuntu.com precise Release.gpg
Получено:1 http://ru.archive.ubuntu.com precise-updates Release.gpg [198 B]     
В кэше http://ru.archive.ubuntu.com precise-backports Release.gpg               
В кэше http://ru.archive.ubuntu.com precise Release                             
Получено:2 http://ru.archive.ubuntu.com precise-updates Release [196 kB]       
В кэше http://extras.ubuntu.com precise Release.gpg                             
В кэше http://ppa.launchpad.net precise Release.gpg                             
В кэше http://ppa.launchpad.net precise Release.gpg                             
В кэше http://ppa.launchpad.net precise Release.gpg                             
В кэше http://extras.ubuntu.com precise Release                                 
В кэше http://ru.archive.ubuntu.com precise-backports Release                   
В кэше http://ppa.launchpad.net precise Release                                 
В кэше http://ppa.launchpad.net precise Release                                 
В кэше http://ru.archive.ubuntu.com precise/main Sources                       
В кэше http://ru.archive.ubuntu.com precise/restricted Sources                 
В кэше http://ru.archive.ubuntu.com precise/universe Sources                   
В кэше http://ru.archive.ubuntu.com precise/multiverse Sources                 
В кэше http://ru.archive.ubuntu.com precise/main amd64 Packages                 
В кэше http://ru.archive.ubuntu.com precise/restricted amd64 Packages           
В кэше http://ru.archive.ubuntu.com precise/universe amd64 Packages             
В кэше http://ru.archive.ubuntu.com precise/multiverse amd64 Packages           
В кэше http://ru.archive.ubuntu.com precise/main i386 Packages                 
В кэше http://ru.archive.ubuntu.com precise/restricted i386 Packages           
Получено:3 http://security.ubuntu.com precise-security Release.gpg [198 B]     
В кэше http://extras.ubuntu.com precise/main Sources                           
В кэше http://ru.archive.ubuntu.com precise/universe i386 Packages             
В кэше http://ru.archive.ubuntu.com precise/multiverse i386 Packages           
В кэше http://ru.archive.ubuntu.com precise/main TranslationIndex               
В кэше http://ru.archive.ubuntu.com precise/multiverse TranslationIndex         
В кэше http://ru.archive.ubuntu.com precise/restricted TranslationIndex         
В кэше http://ppa.launchpad.net precise Release                                 
В кэше http://ru.archive.ubuntu.com precise/universe TranslationIndex           
Получено:4 http://ru.archive.ubuntu.com precise-updates/main Sources [490 kB]   
В кэше http://extras.ubuntu.com precise/main amd64 Packages                     
В кэше http://extras.ubuntu.com precise/main i386 Packages                     
Игн http://extras.ubuntu.com precise/main TranslationIndex                     
В кэше http://ppa.launchpad.net precise/main Sources                           
В кэше http://ppa.launchpad.net precise/main amd64 Packages                     
В кэше http://ppa.launchpad.net precise/main i386 Packages                     
Игн http://ppa.launchpad.net precise/main TranslationIndex                     
В кэше http://ppa.launchpad.net precise/main Sources                           
В кэше http://ppa.launchpad.net precise/main amd64 Packages                     
В кэше http://ppa.launchpad.net precise/main i386 Packages                     
В кэше http://ppa.launchpad.net precise/main TranslationIndex                   
Получено:5 http://security.ubuntu.com precise-security Release [54,3 kB]       
В кэше http://ppa.launchpad.net precise/main Sources                           
В кэше http://ppa.launchpad.net precise/main amd64 Packages                     
В кэше http://ppa.launchpad.net precise/main i386 Packages                     
В кэше http://ppa.launchpad.net precise/main TranslationIndex                   
В кэше http://ppa.launchpad.net precise/main Translation-en                     
Получено:6 http://ru.archive.ubuntu.com precise-updates/restricted Sources [7 981 B]
Получено:7 http://ru.archive.ubuntu.com precise-updates/universe Sources [122 kB]
В кэше http://ppa.launchpad.net precise/main Translation-en                     
Получено:8 http://ru.archive.ubuntu.com precise-updates/multiverse Sources [9 720 B]
Получено:9 http://ru.archive.ubuntu.com precise-updates/main amd64 Packages [915 kB]
Получено:10 http://security.ubuntu.com precise-security/main Sources [131 kB]   
Игн http://extras.ubuntu.com precise/main Translation-ru_RU                     
Игн http://extras.ubuntu.com precise/main Translation-ru                       
Игн http://extras.ubuntu.com precise/main Translation-en                       
Получено:11 http://ru.archive.ubuntu.com precise-updates/restricted amd64 Packages [13,6 kB]
Получено:12 http://ru.archive.ubuntu.com precise-updates/universe amd64 Packages [268 kB]
Игн http://ppa.launchpad.net precise/main Translation-ru_RU                     
Получено:13 http://ru.archive.ubuntu.com precise-updates/multiverse amd64 Packages [16,5 kB]
Получено:14 http://ru.archive.ubuntu.com precise-updates/main i386 Packages [967 kB]
Игн http://ppa.launchpad.net precise/main Translation-ru                       
Получено:15 http://security.ubuntu.com precise-security/restricted Sources [3 759 B]
Получено:16 http://security.ubuntu.com precise-security/universe Sources [43,8 kB]
Игн http://ppa.launchpad.net precise/main Translation-en                       
Получено:17 http://security.ubuntu.com precise-security/multiverse Sources [2 204 B]
Получено:18 http://security.ubuntu.com precise-security/main amd64 Packages [529 kB]
Получено:19 http://ru.archive.ubuntu.com precise-updates/restricted i386 Packages [13,6 kB]
Получено:20 http://ru.archive.ubuntu.com precise-updates/universe i386 Packages [277 kB]
Получено:21 http://ru.archive.ubuntu.com precise-updates/multiverse i386 Packages [16,7 kB]
В кэше http://ru.archive.ubuntu.com precise-updates/main TranslationIndex       
В кэше http://ru.archive.ubuntu.com precise-updates/multiverse TranslationIndex
В кэше http://ru.archive.ubuntu.com precise-updates/restricted TranslationIndex
В кэше http://ru.archive.ubuntu.com precise-updates/universe TranslationIndex
В кэше http://ru.archive.ubuntu.com precise-backports/main Sources           
В кэше http://ru.archive.ubuntu.com precise-backports/restricted Sources     
В кэше http://ru.archive.ubuntu.com precise-backports/universe Sources       
В кэше http://ru.archive.ubuntu.com precise-backports/multiverse Sources     
В кэше http://ru.archive.ubuntu.com precise-backports/main amd64 Packages   
В кэше http://ru.archive.ubuntu.com precise-backports/restricted amd64 Packages
В кэше http://ru.archive.ubuntu.com precise-backports/universe amd64 Packages   
В кэше http://ru.archive.ubuntu.com precise-backports/multiverse amd64 Packages
В кэше http://ru.archive.ubuntu.com precise-backports/main i386 Packages       
В кэше http://ru.archive.ubuntu.com precise-backports/restricted i386 Packages 
В кэше http://ru.archive.ubuntu.com precise-backports/universe i386 Packages   
В кэше http://ru.archive.ubuntu.com precise-backports/multiverse i386 Packages 
В кэше http://ru.archive.ubuntu.com precise-backports/main TranslationIndex     
В кэше http://ru.archive.ubuntu.com precise-backports/multiverse TranslationIndex
В кэше http://ru.archive.ubuntu.com precise-backports/restricted TranslationIndex
В кэше http://ru.archive.ubuntu.com precise-backports/universe TranslationIndex
В кэше http://ru.archive.ubuntu.com precise/main Translation-ru                 
В кэше http://ru.archive.ubuntu.com precise/main Translation-en                 
В кэше http://ru.archive.ubuntu.com precise/multiverse Translation-ru           
В кэше http://ru.archive.ubuntu.com precise/multiverse Translation-en           
В кэше http://ru.archive.ubuntu.com precise/restricted Translation-ru           
В кэше http://ru.archive.ubuntu.com precise/restricted Translation-en           
В кэше http://ru.archive.ubuntu.com precise/universe Translation-ru             
В кэше http://ru.archive.ubuntu.com precise/universe Translation-en             
В кэше http://ru.archive.ubuntu.com precise-updates/main Translation-ru         
В кэше http://ru.archive.ubuntu.com precise-updates/main Translation-en         
В кэше http://ru.archive.ubuntu.com precise-updates/multiverse Translation-ru   
В кэше http://ru.archive.ubuntu.com precise-updates/multiverse Translation-en   
В кэше http://ru.archive.ubuntu.com precise-updates/restricted Translation-ru   
В кэше http://ru.archive.ubuntu.com precise-updates/restricted Translation-en   
В кэше http://ru.archive.ubuntu.com precise-updates/universe Translation-ru     
В кэше http://ru.archive.ubuntu.com precise-updates/universe Translation-en     
В кэше http://ru.archive.ubuntu.com precise-backports/main Translation-en       
В кэше http://ru.archive.ubuntu.com precise-backports/multiverse Translation-en
В кэше http://ru.archive.ubuntu.com precise-backports/restricted Translation-en
В кэше http://ru.archive.ubuntu.com precise-backports/universe Translation-en   
Получено:22 http://security.ubuntu.com precise-security/restricted amd64 Packages [8 943 B]
Получено:23 http://security.ubuntu.com precise-security/universe amd64 Packages [123 kB]
Получено:24 http://security.ubuntu.com precise-security/multiverse amd64 Packages [2 679 B]
Получено:25 http://security.ubuntu.com precise-security/main i386 Packages [573 kB]
Получено:26 http://security.ubuntu.com precise-security/restricted i386 Packages [8 939 B]
Получено:27 http://security.ubuntu.com precise-security/universe i386 Packages [131 kB]
Получено:28 http://security.ubuntu.com precise-security/multiverse i386 Packages [2 859 B]
В кэше http://security.ubuntu.com precise-security/main TranslationIndex       
В кэше http://security.ubuntu.com precise-security/multiverse TranslationIndex 
В кэше http://security.ubuntu.com precise-security/restricted TranslationIndex 
В кэше http://security.ubuntu.com precise-security/universe TranslationIndex   
В кэше http://security.ubuntu.com precise-security/main Translation-en         
В кэше http://security.ubuntu.com precise-security/multiverse Translation-en   
В кэше http://security.ubuntu.com precise-security/restricted Translation-en   
В кэше http://security.ubuntu.com precise-security/universe Translation-en     
Получено 4 929 kБ за 7с (638 kБ/c)                                             
Чтение списков пакетов… Готово


Пользователь решил продолжить мысль 10 Июля 2015, 10:34:29:
qwerty@qwerty-X553MA:~$ sudo apt-get upgrade
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Пакеты, которые будут обновлены:
  libnss3 libnss3-1d
обновлено 2, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 0 пакетов не обновлено.
Необходимо скачать 1 202 kБ архивов.
После данной операции, объём занятого дискового пространства возрастёт на 23,6 kB.
Хотите продолжить [Д/н]?
Получено:1 http://ru.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3-1d amd64 3.19.2-0ubuntu0.12.04.1 [13,4 kB]
Получено:2 http://ru.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3 amd64 3.19.2-0ubuntu0.12.04.1 [1 189 kB]
Получено 1 202 kБ за 0с (2 588 kБ/c)
(Чтение базы данных ... на данный момент установлено 243170 файлов и каталогов.)
Подготовка к замене пакета libnss3-1d 3.17.4-0ubuntu0.12.04.1 (используется файл .../libnss3-1d_3.19.2-0ubuntu0.12.04.1_amd64.deb) ...
Распаковывается замена для пакета libnss3-1d ...
Подготовка к замене пакета libnss3 3.17.4-0ubuntu0.12.04.1 (используется файл .../libnss3_3.19.2-0ubuntu0.12.04.1_amd64.deb) ...
Распаковывается замена для пакета libnss3 ...
Настраивается пакет libnss3 (3.19.2-0ubuntu0.12.04.1) ...
Настраивается пакет libnss3-1d (3.19.2-0ubuntu0.12.04.1) ...
Обрабатываются триггеры для libc-bin ...
ldconfig deferred processing now taking place
qwerty@qwerty-X553MA:~$

« Последнее редактирование: 10 Июля 2015, 10:34:29 от wiom »
программисты - это люди, которые решают никому неизвестные проблемы, никому непонятными способами.

symon2014

  • Гость
Re: crash центра приложений
« Ответ #7 : 10 Июля 2015, 11:43:35 »
wiom, Что-то вы "наколбасили". Предлагаю вариант - sudo apt-get --purge software-centerЗатем
sudo apt-get autoremoveпотом посмотреть gksu nautilus
(Нажмите, чтобы показать/скрыть)
если есть - удалить , и ещё команда напоследок
sudo apt-get install software-centerПримерно так .

Оффлайн Sly_tom_cat

  • Don't worry, be happy!
  • Заслуженный пользователь
  • Старожил
  • *
  • Сообщений: 12141
  • Xubuntu 22.04
    • Просмотр профиля
    • Github
Re: crash центра приложений
« Ответ #8 : 10 Июля 2015, 11:49:23 »
(Нажмите, чтобы показать/скрыть)
Индикатор для Yandex-Disk: https://forum.ubuntu.ru/index.php?topic=241992
UEFI-Boot - грузимся без загрузчика: https://help.ubuntu.ru/wiki/uefiboot

symon2014

  • Гость
Re: crash центра приложений
« Ответ #9 : 10 Июля 2015, 11:56:55 »
Sly_tom_cat, Солидарен, ночами снится этот СЦ, но ещё не научился на 100 процентов обойтись без этого ***** , пришли ссылку на  "приятную" установку этих дэб пакетов.

Оффлайн wiom

  • Автор темы
  • Любитель
  • *
  • Сообщений: 82
    • Просмотр профиля
    • wiom.ru
Re: crash центра приложений
« Ответ #10 : 10 Июля 2015, 14:22:11 »
через synaptic можно поставить deb пакет? и еще
qwerty@qwerty-X553MA:~$ sudo apt-get --purge software-center
E: Неверная операция software-center


Пользователь решил продолжить мысль 10 Июля 2015, 14:28:50:
вот мне нужно поставить feedindicator... на оф сайте есть только deb пакет
« Последнее редактирование: 10 Июля 2015, 14:28:50 от wiom »
программисты - это люди, которые решают никому неизвестные проблемы, никому непонятными способами.

| toZen |

  • Гость
Re: crash центра приложений
« Ответ #11 : 10 Июля 2015, 16:29:22 »
wiom,
sudo apt-get update && sudo apt-get install software-center??
По дебкам. Погуглили бы, что ли.
Скачиваете дебку куда-нить, потом:
cd ~/path/to/file.debsudo dpkg -i file.deb

Оффлайн wiom

  • Автор темы
  • Любитель
  • *
  • Сообщений: 82
    • Просмотр профиля
    • wiom.ru
Re: crash центра приложений
« Ответ #12 : 10 Июля 2015, 16:34:36 »
wiom,
По дебкам. Погуглили бы, что ли.
Скачиваете дебку куда-нить, потом:
[code]cd ~/path/to/file.deb
sudo dpkg -i file.deb

qwerty@qwerty-X553MA:~$ cd Загрузки/
qwerty@qwerty-X553MA:~/Загрузки$ sudo dpkg -i feedindicator_1.05-1.deb
[sudo] password for qwerty:
Выбор ранее не выбранного пакета feedindicator.
(Чтение базы данных ... на данный момент установлено 243170 файлов и каталогов.)
Распаковывается пакет feedindicator (из файла feedindicator_1.05-1.deb)...
dpkg: зависимости пакетов не позволяют настроить пакет feedindicator:
 feedindicator зависит от python-feedparser, однако:
  Пакет python-feedparser не установлен.
dpkg: не удалось обработать параметр feedindicator (--install):
 проблемы зависимостей -- оставляем не настроенным
При обработке следующих пакетов произошли ошибки:
 feedindicator
qwerty@qwerty-X553MA:~/Загрузки$


Пользователь решил продолжить мысль 10 Июля 2015, 16:35:51:
ставить
python-feedparser?

Пользователь решил продолжить мысль 10 Июля 2015, 16:39:23:
выполнил sudo apt-get -f install феединдикатор установился. буду значит так дебки ставить. спасибо
« Последнее редактирование: 10 Июля 2015, 16:39:23 от wiom »
программисты - это люди, которые решают никому неизвестные проблемы, никому непонятными способами.

| toZen |

  • Гость
Re: crash центра приложений
« Ответ #13 : 10 Июля 2015, 18:34:15 »
wiom, да пожалуйста. Вот, уже есть опыт в решении проблем самому. ;)

Оффлайн wiom

  • Автор темы
  • Любитель
  • *
  • Сообщений: 82
    • Просмотр профиля
    • wiom.ru
Re: crash центра приложений
« Ответ #14 : 10 Июля 2015, 22:42:57 »
wiom, да пожалуйста. Вот, уже есть опыт в решении проблем самому. ;)
вообще у меня большой опыт в решении проблем) и гуглить я умею) просто иногда проще спросить знающих) когда времени нету) спасибо всем и τοΖεη в частности)
программисты - это люди, которые решают никому неизвестные проблемы, никому непонятными способами.

 

Страница сгенерирована за 0.031 секунд. Запросов: 22.