Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Obecná podpora => Téma založeno: Mike.Jt 25 Září 2010, 19:51:50
-
Zdravím,
rád bych se zbavil Software centeru a nainstaloval podle wiki gnome-app-install (=Přidat/Odstranit). Pokud totiž nainstaluju pouze ten balíček gnome... tak se mi nic nestane. Přidat/Odstranit se nikde nezjevuje. Zkoušel sem Alacarte, nebo do F2 zadat gnome-app-install, ale nic.
Když sem chtěl odinstalovat Software center tak mi sebralo i ten gnome-app-install ( a obráceně, když chci nainstalovat ten gnome-app tak mi to dá místo toho software )
Nevíte co s tím ?
-
gnome-app-install is dead... Daný balíček jen nainstaluje Software center, pokud ještě nainstalovaný není. :)
Jestli ti ale na tom hodně záleží, je možné použít ppa verzi, čti
http://ubuntuforums.org/showthread.php?t=1466292
Nebo používej Synaptic (http://wiki.ubuntu.cz/Synaptic), příp. apt.
http://wiki.ubuntu.cz/apt
sudo apt-get install balíček
apt-cache search co_hledat
-
Tak PPA verzi spoustil. Použil jsem návod
It is possible to have both software center and gnome-app-install installed on ubuntu 10.04 Lucid lynx
First, add the repo indicated by sisco311
sudo add-apt-repository ppa:hammera/ppa
Second, before installing gnome-app-install, uninstall the package "ubuntu-desktop" (a dummy package) and remove the software center entry on /var/lib/dpkg/status.
sudo gedit /var/lib/dpkg/status
Then, delete the lines:
------------------------------
Package: software-center
Status: install ok installed
(...)
access on the computer.
Python-Version: current
------------------------------
This will fool the system, making it think software center is not installed, when in fact we know it is.
pak sem musel do synapsisu a aktualizovat balík gnome-app-install (chyběly mu závislosti).
Pak vše naběhlo v ok až na menší error
mikejt@mikejt-laptop:~$ gnome-app-install
** (gnome-app-install:2376): WARNING **: return value of custom widget handler was not a GtkWidget
/usr/lib/python2.6/dist-packages/AppInstall/AppInstall.py:161: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips = gtk.Tooltips()
/usr/lib/python2.6/dist-packages/AppInstall/AppInstall.py:513: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips.set_tip(cell_parent, item_disclaimer)
/usr/lib/python2.6/dist-packages/AppInstall/AppInstall.py:240: DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips.set_tip(self.eventbox_filter, tooltip)
/usr/lib/python2.6/dist-packages/AppInstall/AppInstall.py:1295: GtkWarning: gtk_tree_model_sort_set_sort_column_id: assertion `tree_model_sort->default_sort_func != NULL' failed
item.applications.set_sort_column_id(-1, sort_type)
Jen s timhle asi sám už nepohnu ...
-
Takže aplikace se vůbec nespustí?
-
aplikace se spustí akoát vyhodí ten error.