[urxvt-compose] compose cesse de fonctionner (en cours)
Publié : mer. 24 sept. 2014, 17:57
Bonjours à tous
j'utilise urxvt avec la touche et la touche compose
mon soucis est qu'au bout d'environ une heure (un certain temps d'utilisation dirons nous) celle-ci semble être ignoré, si j'ouvre une nouvelle instance de urxvt les combinaisons sont bien prisent en compte (ça re-fontionne)
ce problème n'est valable que pour urxvt, dans les autres applications la touche compose fonctionne toujours à merveille
j'ai lu le man urxvt(7) dans lequel la faq mentionne la touche compose, mais malgré avoir suivi les conseil mentionné je n'arrive toujours pas à résoudre ce problème, c'est pourquoi je viens à vous
ma question (puisqu'il en faut bien une) : comment résoudre ce problème ?
urxvt version : aur/rxvt-unicode-patched 9.20-3
fichier ~/.Xdefaults :
fichier /etc/X11/xorg.conf.d/10-keyboard-layout.conf :
locale :
d'avance, merci 
j'utilise urxvt avec la touche et la touche compose
mon soucis est qu'au bout d'environ une heure (un certain temps d'utilisation dirons nous) celle-ci semble être ignoré, si j'ouvre une nouvelle instance de urxvt les combinaisons sont bien prisent en compte (ça re-fontionne)
ce problème n'est valable que pour urxvt, dans les autres applications la touche compose fonctionne toujours à merveille
j'ai lu le man urxvt(7) dans lequel la faq mentionne la touche compose, mais malgré avoir suivi les conseil mentionné je n'arrive toujours pas à résoudre ce problème, c'est pourquoi je viens à vous
ma question (puisqu'il en faut bien une) : comment résoudre ce problème ?
urxvt version : aur/rxvt-unicode-patched 9.20-3
fichier ~/.Xdefaults :
Code : Tout sélectionner
! Terminal colors (dark) ---------------------------------------
URxvt*background:[90]#221a17
URxvt*foreground:#b3b4b1
*color0: #222222
*color1: #784742
*color2: #427363
*color3: #665847
*color4: #6a708b
*color5: #7a378b
*color6: #52707b
*color7: #b3b4b1
*color8: #5c4c4c
*color9: #d43f10
*color10: #cef318
*color11: #ede265
*color12: #6ac0fd
*color13: #ef79ae
*color14: #49d4dd
*color15: #ffffff
! URxvt (rxvt-unicode) -----------------------------------------
URxvt*termName: rxvt-256color
URxvt*loginShell: false
URxvt*saveLines: 1024
URxvt*geometry: 81x20
URxvt*depth: 32
URxvt*font: -misc-tamsyn-medium-*-*--14-101-*-*-*-*-*,-*-stlarch-medium-r-*--10-*-*-*-*-*
URxvt*boldFont: -misc-tamsyn-medium-*-*--14-101-*-*-*-*-*,-*-stlarch-medium-r-*--10-*-*-*-*-*
URxvt*scrollBar: false
URxvt*cursorBlink: false
URxvt*cursorColor: #5c4c4c
URxvt*internalBorder: 2
URxvt*perl-ext-common: default,url-select,keyboard-select,tabbedex,clipboard
URxvt.url-select.launcher: xdg-open
URxvt.url-select.underline: true
URxvt.keysym.Mod4-g: perl:url-select:select_next
URxvt.keysym.Mod4-v: perl:keyboard-select:activate
URxvt.tabbed.new-button: true
URxvt.tabbed.autohide: true
URXvt.tabbed.reopen-on-close: yes
URxvt.clipboard.autocopy: true
urxvt*preeditType: OverTheSpot,Root,None
! Colored man pages
URxvt.colorIT: #cacaca
URxvt.colorBD: #eee685
URxvt.colorUL: #a28c64
! XTerm ---------------------------------------------------------
xterm*background:#222222
xterm*foreground:#e8e9ca
xterm*scrollBar: false
xterm*faceName: tamsyn
xterm*faceSize: 8
xterm*boldMode: false
xterm*cutNewline: false
xterm*on4Clicks: group
xterm*on5Clicks: page
xterm*internalBorder: 8
xterm*metaSendsEscape: true
xterm*colorBD: #ffffff
xterm*colorBDMode: true
xterm*cursorBlink: false
xterm*cursorColor: #e8e9ca
xterm*veryBoldColors: 14
xterm*loginShell: true
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*saveLines: 512
xclock*background: #efefe5
xclock*face: Archivo Narrow-16
xclock*foreground: #4a708b
xclock*analog: false
xclock*geometry: +1280+860
xclock*strftime: %a %d/%m %H:%M
xclock*update: 30
Code : Tout sélectionner
Section "InputClass"
Identifier "Keyboard Layout"
MatchIsKeyboard "yes"
MatchDevicePath "/dev/input/event*"
Option "XkbLayout" "us,fr,es"
Option "XkbVariant" "latin9"
Option "XkbOptions" "compose:ralt,grp:alt_caps_toggle"
EndSection
Code : Tout sélectionner
LANG=fr_FR.UTF-8
LC_CTYPE=fr_FR.UTF-8
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE=C
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=
