glipper plantais au lancement de session
le bug est contourné de la manière suivante
il faut éditer /usr/lib/glipper/glipper
gksudo gedit /usr/lib/glipper/glipper
et rajouter ces 2 lignes là
import time # <-- This line is new
time.sleep(8) # <-- This line is new. Change the 8 to for instance 30 if it did not help[code/]
voila une partie de mon /usr/lib/glipper/glipper
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
import time # <-- This line is new
time.sleep(8) # <-- This line is new. Change the 8 to for instance 30 if it did not help
import gobject
gobject.threads_init()
import gtk, gnomeapplet, gnome
import getopt, sys
from os.path import *
import glipper, glipper.Applet, glipper.defs
sys.path.insert(0, glipper.PLUGINS_DIR)
source:
https://bugs.launchpad.net/ubuntu/+source/glipper/+bug/213494