Pages : 1
#1 Le 03/04/2014, à 21:40
- Arnold59
[Ubuntu 13.10] Pb avec Gufw 14.04.1??
Bonjour,
Il m'est impossible d'exécuter Gufw sous Linux Ubuntu 13.10 aujourd'hui.
Auparavant il m'était possible de démarrer et avoir le graphique de Gufw :
Erreur ou problème de configuration ?
gufw
gufw
Traceback (most recent call last):
File "/usr/share/gufw/gufw/gufw.py", line 29, in <module>
gufw = Gufw(controler.get_frontend())
File "/usr/share/gufw/gufw/view/gufw.py", line 78, in __init__
self.winadd = Add(self)
File "/usr/share/gufw/gufw/view/add.py", line 41, in __init__
self._set_initial_values()
File "/usr/share/gufw/gufw/view/add.py", line 82, in _set_initial_values
self._set_app_combobox()
File "/usr/share/gufw/gufw/view/add.py", line 150, in _set_app_combobox
tooltip = self.apps.get_app(self.preconfig_app.get_active_text())[0] + '\n' + _("Ports: ") + self.apps.get_app(self.preconfig_app.get_active_text())[1]
File "/usr/share/gufw/gufw/view/add.py", line 547, in get_app
return self.all_apps[app]
KeyError: None
vi /usr/share/gufw/gufw/gufw.py
# Copyright (C) 2008-2014 Marcos Alvarez Costales https://launchpad.net/~costales
#
# Gufw is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# Gufw is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Gufw; if not, see http://www.gnu.org/licenses for more
# information.
from controller import Controller
from instance import Instance
from view.gufw import Gufw
if __name__ == '__main__':
app_instance = Instance()
controler = Controller()
gufw = Gufw(controler.get_frontend())
app_instance.exit_app()
Hors ligne
Pages : 1