Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 31/07/2007, à 13:29

Essaouera

Problème avant-window-navigator (awn)

Bonjour,

Mon splendide awn à deux gros problèmes que je n'arrive pas à resoudre: la ligne de texte qui apparait au-dessus des icônes ne disparait pas, et je ne peux pas lancer la configuration... sad

screenshot1vo4.png

Au lancement

$ avant-window-navigator
52,52
New width = 58LOADED : /usr/share/applications/firefox.desktop
APPLET : /usr/lib/awn/applets/taskman.desktop
APPLET : /usr/lib/awn/applets/trash.desktop

(avant-window-navigator:9350): Wnck-WARNING **: Unhandled action type (nil)

Quand je lance l'outil de configuration via un click-droit sur le dock

/usr/local/share/avant-window-navigator/window.glade

(avant-preferences:9368): libglade-WARNING **: could not find glade file '/usr/local/share/avant-window-navigator/window.glade'
Traceback (most recent call last):
  File "/usr/local/bin/avant-preferences", line 273, in <module>
    app = main()
  File "/usr/local/bin/avant-preferences", line 135, in __init__
    self.wTree = gtk.glade.XML(self.gladefile, domain=I18N_DOMAIN) 
RuntimeError: could not create GladeXML object

Je suis sous compiz-fusion et awn installé avec ce script
Ceci dit, j'ai eu le même problème avec d'autres installations (svn) et sous beryl.

Carte graphique 8600GT driver 100.14.11

xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Jun 13 18:39:30 PDT 2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load    "dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
        Load    "type1"
	Load	"vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"		# Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NVIDIA Default Card"
    Driver         "nvidia"
    Option         "AddARGBGLXVisuals" "True"
    Option 	   "RenderAccel" 		"true"
    Option 	   "AllowGLXWithComposite" "true" 
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NVIDIA Default Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Vous n'auriez pas une petite idée d'ou ca peut venir?

Hors ligne

#2 Le 01/08/2007, à 09:33

Essaouera

Re : Problème avant-window-navigator (awn)

Bon, j'ai pas trop avancé.... j'ai rajouté diverses option dans le xorg.conf mais sans effet, j'ai rajouté des tonnes de lib glade suivit d'une re-install de awn, sans effet non plus.

J'ai l'impression qui doit rester qq part des traces d'une première install raté et qui me pourrit tout.. parce que sinon, je ne comprends pas pourquoi j'ai systématiquement ce problème avec toutes les différentes install et config que j'ai essayer (compil svn, deb, beryl, compiz, compiz-fusion). Vous avez pas une idée de comment je pourrais nettoyer efficacement toutes traces d'anciennes install?

Hors ligne

#3 Le 02/08/2007, à 14:57

Essaouera

Re : Problème avant-window-navigator (awn)

Après une n-ieme re-install, j'ai reussi  lancer l'outil de conf et à enlever le texte smile

Ca marche pas mais ca ne se voit plus hmm

Hors ligne