#1 Le 22/09/2010, à 13:43
- Skubu
[RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Hello,
Dans la continuité de ce sujet et pour ne pas faire de HS, j'ouvre ici un nouveau topic.
Voilà, mon lxappearance s'ouvre sans problème, sans erreur à déclarer mais lorsque je veux modifier quelque chose rien ne se passe, de même la prévisualisation ne change jamais.
En fait si, ça change quelque chose ! Je viens de revérifier à l'instant. Quelque soit le thème de fenêtre que je sélectionne il m'applique toujours le même !
Du coup, je sais même plus ce que ça change les thèmes de fenêtre...
Ma bêtise, je pense, c'est d'avoir toujours utilisé gnome-appearance-properties et je le soupçonne maintenant d'avoir mis le bazar.
J'ai donc cherché à le supprimer mais comme il dépend de biduledonjesaiplulenom et que lui-même dépend de ubuntu-desktop c'est la misère.
Me défaire totalement de Gnome ? Why not, mais j'avoue, j'ai un peu peur du résultat, je sais pas réellement ce que je vais perdre et je veux pas être amené à le réinstaller par la suite.
Que me conseillez- vous ? Ou déjà, avez-vous une solution à mon problème ?
Merci d'avance.
Dernière modification par Skubu (Le 26/09/2010, à 00:22)
Debian / Archlinux | Gnome / KDE
Hors ligne
#2 Le 22/09/2010, à 13:59
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Bonjour,
Pour ton problème de thème, tu as surement un démon de gnome qui tourne et qui gère le thème ; peut-être gnome-settings-daemon, je ne suis pas sûr.
Du temps où je tournais sous OB, je n'ai jamais installé Gnome. Je partais sur une Debian minimale sans serveur graphique et installais Openbox par dessus. Tu peux être sûr d'avoir un système très léger. Tu peux donc te passer de Gnome sans problème. Tu devras installer des outils supplémentaires pour pallier à certains manques : fond écran, panels, montage des disques automatique, ... Et rien ne t'empêche d'utiliser des briques de Gnome sans le bureau Gnome au complet.
Pour info, le paquet ubuntu-desktop est un méta-paquet. C'est à dire qu'il permet d'installer automatiquement tous les paquets qu'Ubuntu préconise. Tu peux le désinstaller sans problème, cela ne supprimera aucun paquet.
Je te conseille de parcourir la doc sur Openbox, il y a pas mal d'informations.
Hors ligne
#3 Le 22/09/2010, à 14:44
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Tout à fait, t'as mis le doigt sur le bon !
Je le mets au démarrage parce qu'il fait fonctionner les touches multimedia de mon clavier... Faut absolument que je trouve une alternative à cela alors.
Je ne cherche pas à avoir un système ultra-léger, j'ai une très bonne config. Non au départ c'était plutôt de la curiosité, puis j'ai été séduit jusqu'à ne plus utiliser Gnome.
Merci pour la doc mais je l'ai déjà lu à plusieurs reprises et quelques autres également.
J'ai déjà tous les outils dont tu me parles.
Merci pour le reste.
Debian / Archlinux | Gnome / KDE
Hors ligne
#4 Le 22/09/2010, à 15:15
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
De rien
Pour les touches multimédias, tu peux retrouver leur "keycode" avec xmodmap et les mapper avec les programmes/actions que tu veux lancer/réaliser dans le fichier de configuration de OpenBox.
Hors ligne
#5 Le 22/09/2010, à 15:26
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Si tu parles du rc.xml, déjà essayé.
Fonctionne pas.
<keybind key="XF86Play">
<action name="Execute">
<name>Banshee Play/Pause</name>
<command>banshee --play || banshee --pause</command>
</action>
</keybind>
<keybind key="XF86Stop">
<action name="Execute">
<name>Banshee Stop</name>
<command>banshee --stop</command>
</action>
</keybind>
<keybind key="XF86Prev">
<action name="Execute">
<name>Banshee Prev</name>
<command>banshee --previous</command>
</action>
</keybind>
<keybind key="XF86Next">
<action name="Execute">
<name>Banshee Next</name>
<command>banshee --next</command>
</action>
</keybind>
Et de plus même si ça fonctionne, je rencontre un souci au niveau du Play/Pause puisqu'il se trouve sur la même touche.
Bref, pas gagné tout ça.
Debian / Archlinux | Gnome / KDE
Hors ligne
#6 Le 22/09/2010, à 15:30
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Effectivement, c'est ce dont je pensais.
Les touches sont bien reconnues avec xmodmap ?
Hors ligne
#7 Le 22/09/2010, à 15:38
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Je pense pas :
xmodmap: up to 4 keys per modifier, (keycodes in parentheses):
shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock (0x42)
control Control_L (0x25), Control_R (0x69)
mod1 Alt_L (0x40), Meta_L (0xcd)
mod2 Num_Lock (0x4d)
mod3
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
mod5 ISO_Level3_Shift (0x5c), Mode_switch (0xcb)
Et j'ai trouvé ça http://www.linuxinfusion.com/configurin … lite-linux
Mais je bloque à la step 2 quand il faut créer le fichier .xmodmap étant donné que je n'ai pas les keycode.
Debian / Archlinux | Gnome / KDE
Hors ligne
#8 Le 22/09/2010, à 15:40
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Bizarre le retour.. tu appuis bien sur la touche ?
Edit : tu peux aussi tenter avec xev.
Dernière modification par Anium (Le 22/09/2010, à 15:42)
Hors ligne
#9 Le 22/09/2010, à 15:45
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Ah... faut appuyer sur la touche dont on veut avoir le keycode ?
Mais comment on fait ça ?
Debian / Archlinux | Gnome / KDE
Hors ligne
#10 Le 22/09/2010, à 15:49
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Voilà, je crois avoir trouvé ce qu'il me faut :
There are 10 KeySyms per KeyCode; KeyCodes range from 8 to 255.
KeyCode Keysym (Keysym) ...
Value Value (Name) ...
8
9 0xff1b (Escape) 0x0000 (NoSymbol) 0xff1b (Escape)
10 0x0026 (ampersand) 0x0031 (1) 0x0026 (ampersand) 0x0031 (1) 0xfe5a (dead_caron) 0xfe5c (dead_ogonek) 0xfe5a (dead_caron) 0xfe5c (dead_ogonek)
11 0x00e9 (eacute) 0x0032 (2) 0x00e9 (eacute) 0x0032 (2) 0x007e (asciitilde) 0x00c9 (Eacute) 0x007e (asciitilde) 0x00c9 (Eacute)
12 0x0022 (quotedbl) 0x0033 (3) 0x0022 (quotedbl) 0x0033 (3) 0x0023 (numbersign) 0xfe55 (dead_breve) 0x0023 (numbersign) 0xfe55 (dead_breve)
13 0x0027 (apostrophe) 0x0034 (4) 0x0027 (apostrophe) 0x0034 (4) 0x007b (braceleft) 0x1002014 (U2014) 0x007b (braceleft) 0x1002014 (U2014)
14 0x0028 (parenleft) 0x0035 (5) 0x0028 (parenleft) 0x0035 (5) 0x005b (bracketleft) 0x1002013 (U2013) 0x005b (bracketleft) 0x1002013 (U2013)
15 0x002d (minus) 0x0036 (6) 0x002d (minus) 0x0036 (6) 0x007c (bar) 0x1002011 (U2011) 0x007c (bar) 0x1002011 (U2011)
16 0x00e8 (egrave) 0x0037 (7) 0x00e8 (egrave) 0x0037 (7) 0x0060 (grave) 0x00c8 (Egrave) 0x0060 (grave) 0x00c8 (Egrave)
17 0x005f (underscore) 0x0038 (8) 0x005f (underscore) 0x0038 (8) 0x005c (backslash) 0x0ac9 (trademark) 0x005c (backslash) 0x0ac9 (trademark)
18 0x00e7 (ccedilla) 0x0039 (9) 0x00e7 (ccedilla) 0x0039 (9) 0x005e (asciicircum) 0x00c7 (Ccedilla) 0x005e (asciicircum) 0x00c7 (Ccedilla)
19 0x00e0 (agrave) 0x0030 (0) 0x00e0 (agrave) 0x0030 (0) 0x0040 (at) 0x00c0 (Agrave) 0x0040 (at) 0x00c0 (Agrave)
20 0x0029 (parenright) 0x00b0 (degree) 0x0029 (parenright) 0x00b0 (degree) 0x005d (bracketright) 0x08bd (notequal) 0x005d (bracketright) 0x08bd (notequal)
21 0x003d (equal) 0x002b (plus) 0x003d (equal) 0x002b (plus)0x007d (braceright) 0x00b1 (plusminus) 0x007d (braceright) 0x00b1 (plusminus)
22 0xff08 (BackSpace) 0x0000 (NoSymbol) 0xff08 (BackSpace)
23 0xff09 (Tab) 0xfe20 (ISO_Left_Tab) 0xff09 (Tab) 0xfe20 (ISO_Left_Tab)
24 0x0061 (a) 0x0041 (A) 0x0061 (a) 0x0041 (A) 0x00e6 (ae) 0x00c6 (AE) 0x00e6 (ae) 0x00c6 (AE)
25 0x007a (z) 0x005a (Z) 0x007a (z) 0x005a (Z) 0x00e2 (acircumflex) 0x00c2 (Acircumflex) 0x00e2 (acircumflex) 0x00c2 (Acircumflex)
26 0x0065 (e) 0x0045 (E) 0x0065 (e) 0x0045 (E) 0x20ac (EuroSign) 0x00a2 (cent) 0x20ac (EuroSign) 0x00a2 (cent)
27 0x0072 (r) 0x0052 (R) 0x0072 (r) 0x0052 (R) 0x00ea (ecircumflex) 0x00ca (Ecircumflex) 0x00ea (ecircumflex) 0x00ca (Ecircumflex)
28 0x0074 (t) 0x0054 (T) 0x0074 (t) 0x0054 (T) 0x00fe (thorn) 0x00de (THORN) 0x00fe (thorn) 0x00de (THORN)
29 0x0079 (y) 0x0059 (Y) 0x0079 (y) 0x0059 (Y) 0x00ff (ydiaeresis) 0x13be (Ydiaeresis) 0x00ff (ydiaeresis) 0x13be (Ydiaeresis)
30 0x0075 (u) 0x0055 (U) 0x0075 (u) 0x0055 (U) 0x00fb (ucircumflex) 0x00db (Ucircumflex) 0x00fb (ucircumflex) 0x00db (Ucircumflex)
31 0x0069 (i) 0x0049 (I) 0x0069 (i) 0x0049 (I) 0x00ee (icircumflex) 0x00ce (Icircumflex) 0x00ee (icircumflex) 0x00ce (Icircumflex)
32 0x006f (o) 0x004f (O) 0x006f (o) 0x004f (O) 0x13bd (oe) 0x13bc (OE) 0x13bd (oe) 0x13bc (OE)
33 0x0070 (p) 0x0050 (P) 0x0070 (p) 0x0050 (P) 0x00f4 (ocircumflex) 0x00d4 (Ocircumflex) 0x00f4 (ocircumflex) 0x00d4 (Ocircumflex)
34 0xfe52 (dead_circumflex) 0xfe57 (dead_diaeresis) 0xfe52 (dead_circumflex) 0xfe57 (dead_diaeresis) 0xfe53 (dead_tilde) 0xfe58 (dead_abovering) 0xfe53 (dead_tilde) 0xfe58 (dead_abovering)
35 0x0024 (dollar) 0x00a3 (sterling) 0x0024 (dollar) 0x00a3 (sterling) 0x00f8 (oslash) 0x00d8 (Oslash) 0x00f8 (oslash) 0x00d8 (Oslash)
36 0xff0d (Return) 0x0000 (NoSymbol) 0xff0d (Return)
37 0xffe3 (Control_L) 0x0000 (NoSymbol) 0xffe3 (Control_L)
38 0x0071 (q) 0x0051 (Q) 0x0071 (q) 0x0051 (Q) 0x00e4 (adiaeresis) 0x00c4 (Adiaeresis) 0x00e4 (adiaeresis) 0x00c4 (Adiaeresis)
39 0x0073 (s) 0x0053 (S) 0x0073 (s) 0x0053 (S) 0x00df (ssharp) 0x0afe (doublelowquotemark) 0x00df (ssharp) 0x0afe (doublelowquotemark)
40 0x0064 (d) 0x0044 (D) 0x0064 (d) 0x0044 (D) 0x00eb (ediaeresis) 0x00cb (Ediaeresis) 0x00eb (ediaeresis) 0x00cb (Ediaeresis)
41 0x0066 (f) 0x0046 (F) 0x0066 (f) 0x0046 (F) 0x0ad0 (leftsinglequotemark) 0x0afd (singlelowquotemark) 0x0ad0 (leftsinglequotemark) 0x0afd (singlelowquotemark)
42 0x0067 (g) 0x0047 (G) 0x0067 (g) 0x0047 (G) 0x0ad1 (rightsinglequotemark) 0x00a5 (yen) 0x0ad1 (rightsinglequotemark)0x00a5 (yen)
43 0x0068 (h) 0x0048 (H) 0x0068 (h) 0x0048 (H) 0x00f0 (eth) 0x00d0 (ETH) 0x00f0 (eth) 0x00d0 (ETH)
44 0x006a (j) 0x004a (J) 0x006a (j) 0x004a (J) 0x00fc (udiaeresis) 0x00dc (Udiaeresis) 0x00fc (udiaeresis) 0x00dc (Udiaeresis)
45 0x006b (k) 0x004b (K) 0x006b (k) 0x004b (K) 0x00ef (idiaeresis) 0x00cf (Idiaeresis) 0x00ef (idiaeresis) 0x00cf (Idiaeresis)
46 0x006c (l) 0x004c (L) 0x006c (l) 0x004c (L) 0x1000140 (U0140) 0x100013f (U013F) 0x1000140 (U0140) 0x100013f (U013F)
47 0x006d (m) 0x004d (M) 0x006d (m) 0x004d (M) 0x00f6 (odiaeresis) 0x00d6 (Odiaeresis) 0x00f6 (odiaeresis) 0x00d6 (Odiaeresis)
48 0x00f9 (ugrave) 0x0025 (percent) 0x00f9 (ugrave) 0x0025 (percent) 0xfe51 (dead_acute) 0x00d9 (Ugrave) 0xfe51 (dead_acute) 0x00d9 (Ugrave)
49 0x00b2 (twosuperior) 0x00b3 (threesuperior) 0x00b2 (twosuperior) 0x00b3 (threesuperior) 0x00b9 (onesuperior) 0xfe5b (dead_cedilla)0x00b9 (onesuperior) 0xfe5b (dead_cedilla)
50 0xffe1 (Shift_L) 0x0000 (NoSymbol) 0xffe1 (Shift_L)
51 0x002a (asterisk) 0x00b5 (mu) 0x002a (asterisk) 0x00b5 (mu) 0xfe50 (dead_grave) 0xfe54 (dead_macron) 0xfe50 (dead_grave) 0xfe54 (dead_macron)
52 0x0077 (w) 0x0057 (W) 0x0077 (w) 0x0057 (W) 0x00ab (guillemotleft) 0x0ad2 (leftdoublequotemark) 0x00ab (guillemotleft)0x0ad2 (leftdoublequotemark)
53 0x0078 (x) 0x0058 (X) 0x0078 (x) 0x0058 (X) 0x00bb (guillemotright) 0x0ad3 (rightdoublequotemark) 0x00bb (guillemotright) 0x0ad3 (rightdoublequotemark)
54 0x0063 (c) 0x0043 (C) 0x0063 (c) 0x0043 (C) 0x00a9 (copyright) 0x00ae (registered) 0x00a9 (copyright) 0x00ae (registered)
55 0x0076 (v) 0x0056 (V) 0x0076 (v) 0x0056 (V) 0x100202f (U202F) 0x08fb (leftarrow) 0x100202f (U202F) 0x08fb (leftarrow)
56 0x0062 (b) 0x0042 (B) 0x0062 (b) 0x0042 (B) 0x08fe (downarrow) 0x08fc (uparrow) 0x08fe (downarrow) 0x08fc (uparrow)
57 0x006e (n) 0x004e (N) 0x006e (n) 0x004e (N) 0x00ac (notsign) 0x08fd (rightarrow) 0x00ac (notsign) 0x08fd (rightarrow)
58 0x002c (comma) 0x003f (question) 0x002c (comma) 0x003f (question) 0x00bf (questiondown) 0x1002026 (U2026) 0x00bf (questiondown) 0x1002026 (U2026)
59 0x003b (semicolon) 0x002e (period) 0x003b (semicolon) 0x002e (period) 0x00d7 (multiply) 0x10022c5 (U22C5) 0x00d7 (multiply) 0x10022c5 (U22C5)
60 0x003a (colon) 0x002f (slash) 0x003a (colon) 0x002f (slash)0x00f7 (division) 0x1002215 (U2215) 0x00f7 (division) 0x1002215 (U2215)
61 0x0021 (exclam) 0x00a7 (section) 0x0021 (exclam) 0x00a7 (section) 0x00a1 (exclamdown) 0x1002212 (U2212) 0x00a1 (exclamdown) 0x1002212 (U2212)
62 0xffe2 (Shift_R) 0x0000 (NoSymbol) 0xffe2 (Shift_R)
63 0xffaa (KP_Multiply) 0x10022c5 (U22C5) 0xffaa (KP_Multiply) 0x10022c5 (U22C5) 0x10000d7 (no name) 0x1008fe21 (XF86_ClearGrab) 0x10000d7 (no name) 0x1008fe21 (XF86_ClearGrab)
64 0xffe9 (Alt_L) 0xffe7 (Meta_L) 0xffe9 (Alt_L) 0xffe7 (Meta_L)
65 0x0020 (space) 0x0020 (space) 0x0020 (space) 0x0020 (space)0x0020 (space) 0x00a0 (nobreakspace) 0x0020 (space) 0x100202f (U202F)
66 0xffe5 (Caps_Lock) 0x0000 (NoSymbol) 0xffe5 (Caps_Lock)
67 0xffbe (F1) 0x1008fe01 (XF86_Switch_VT_1) 0xffbe (F1) 0x1008fe01 (XF86_Switch_VT_1)
68 0xffbf (F2) 0x1008fe02 (XF86_Switch_VT_2) 0xffbf (F2) 0x1008fe02 (XF86_Switch_VT_2)
69 0xffc0 (F3) 0x1008fe03 (XF86_Switch_VT_3) 0xffc0 (F3) 0x1008fe03 (XF86_Switch_VT_3)
70 0xffc1 (F4) 0x1008fe04 (XF86_Switch_VT_4) 0xffc1 (F4) 0x1008fe04 (XF86_Switch_VT_4)
71 0xffc2 (F5) 0x1008fe05 (XF86_Switch_VT_5) 0xffc2 (F5) 0x1008fe05 (XF86_Switch_VT_5)
72 0xffc3 (F6) 0x1008fe06 (XF86_Switch_VT_6) 0xffc3 (F6) 0x1008fe06 (XF86_Switch_VT_6)
73 0xffc4 (F7) 0x1008fe07 (XF86_Switch_VT_7) 0xffc4 (F7) 0x1008fe07 (XF86_Switch_VT_7)
74 0xffc5 (F8) 0x1008fe08 (XF86_Switch_VT_8) 0xffc5 (F8) 0x1008fe08 (XF86_Switch_VT_8)
75 0xffc6 (F9) 0x1008fe09 (XF86_Switch_VT_9) 0xffc6 (F9) 0x1008fe09 (XF86_Switch_VT_9)
76 0xffc7 (F10) 0x1008fe0a (XF86_Switch_VT_10) 0xffc7 (F10) 0x1008fe0a (XF86_Switch_VT_10)
77 0xff7f (Num_Lock) 0xfef9 (Pointer_EnableKeys) 0xff7f (Num_Lock) 0xfef9 (Pointer_EnableKeys)
78 0xff14 (Scroll_Lock) 0x0000 (NoSymbol) 0xff14 (Scroll_Lock)
79 0xff95 (KP_Home) 0xffb7 (KP_7) 0xff95 (KP_Home) 0xffb7 (KP_7) 0x1002196 (U2196) 0x10021d6 (U21D6) 0x1002196 (U2196) 0x10021d6 (U21D6)
80 0xff97 (KP_Up) 0xffb8 (KP_8) 0xff97 (KP_Up) 0xffb8 (KP_8)0x1002191 (U2191) 0x10021d1 (U21D1) 0x1002191 (U2191) 0x10021d1 (U21D1)
81 0xff9a (KP_Prior) 0xffb9 (KP_9) 0xff9a (KP_Prior) 0xffb9 (KP_9) 0x1002197 (U2197) 0x10021d7 (U21D7) 0x1002197 (U2197) 0x10021d7 (U21D7)
82 0xffad (KP_Subtract) 0x1002212 (U2212) 0xffad (KP_Subtract) 0x1002212 (U2212) 0x1002212 (U2212) 0x1008fe23 (XF86_Prev_VMode) 0x1002212 (U2212) 0x1008fe23 (XF86_Prev_VMode)
83 0xff96 (KP_Left) 0xffb4 (KP_4) 0xff96 (KP_Left) 0xffb4 (KP_4) 0x1002190 (U2190) 0x10021d0 (U21D0) 0x1002190 (U2190) 0x10021d0 (U21D0)
84 0xff9d (KP_Begin) 0xffb5 (KP_5) 0xff9d (KP_Begin) 0xffb5 (KP_5) 0x1002194 (U2194) 0x10021d4 (U21D4) 0x1002194 (U2194) 0x10021d4 (U21D4)
85 0xff98 (KP_Right) 0xffb6 (KP_6) 0xff98 (KP_Right) 0xffb6 (KP_6) 0x1002192 (U2192) 0x10021d2 (U21D2) 0x1002192 (U2192) 0x10021d2 (U21D2)
86 0xffab (KP_Add) 0x100002b (no name) 0xffab (KP_Add) 0x100002b (no name) 0x100002b (no name) 0x1008fe22 (XF86_Next_VMode) 0x100002b (no name) 0x1008fe22 (XF86_Next_VMode)
87 0xff9c (KP_End) 0xffb1 (KP_1) 0xff9c (KP_End) 0xffb1 (KP_1)0x1002199 (U2199) 0x10021d9 (U21D9) 0x1002199 (U2199) 0x10021d9 (U21D9)
88 0xff99 (KP_Down) 0xffb2 (KP_2) 0xff99 (KP_Down) 0xffb2 (KP_2) 0x1002193 (U2193) 0x10021d3 (U21D3) 0x1002193 (U2193) 0x10021d3 (U21D3)
89 0xff9b (KP_Next) 0xffb3 (KP_3) 0xff9b (KP_Next) 0xffb3 (KP_3) 0x1002198 (U2198) 0x10021d8 (U21D8) 0x1002198 (U2198) 0x10021d8 (U21D8)
90 0xff9e (KP_Insert) 0xffb0 (KP_0) 0xff9e (KP_Insert) 0xffb0 (KP_0) 0x1002195 (U2195) 0x10021d5 (U21D5) 0x1002195 (U2195) 0x10021d5 (U21D5)
91 0xff9f (KP_Delete) 0x002e (period) 0xff9f (KP_Delete) 0x002e (period) 0x002c (comma) 0x100202f (U202F) 0x002c (comma) 0x100202f (U202F)
92 0xfe03 (ISO_Level3_Shift) 0x0000 (NoSymbol) 0xfe03 (ISO_Level3_Shift)
93
94 0x003c (less) 0x003e (greater) 0x003c (less) 0x003e (greater) 0x08bc (lessthanequal) 0x08be (greaterthanequal) 0x08bc (lessthanequal) 0x08be (greaterthanequal)
95 0xffc8 (F11) 0x1008fe0b (XF86_Switch_VT_11) 0xffc8 (F11) 0x1008fe0b (XF86_Switch_VT_11)
96 0xffc9 (F12) 0x1008fe0c (XF86_Switch_VT_12) 0xffc9 (F12) 0x1008fe0c (XF86_Switch_VT_12)
97
98 0xff26 (Katakana) 0x0000 (NoSymbol) 0xff26 (Katakana)
99 0xff25 (Hiragana) 0x0000 (NoSymbol) 0xff25 (Hiragana)
100 0xff23 (Henkan_Mode) 0x0000 (NoSymbol) 0xff23 (Henkan_Mode)
101 0xff27 (Hiragana_Katakana) 0x0000 (NoSymbol) 0xff27 (Hiragana_Katakana)
102 0xff22 (Muhenkan) 0x0000 (NoSymbol) 0xff22 (Muhenkan)
103
104 0xff8d (KP_Enter) 0x0000 (NoSymbol) 0xff8d (KP_Enter)
105 0xffe4 (Control_R) 0x0000 (NoSymbol) 0xffe4 (Control_R)
106 0xffaf (KP_Divide) 0x1002215 (U2215) 0xffaf (KP_Divide) 0x1002215 (U2215) 0x10000f7 (no name) 0x1008fe20 (XF86_Ungrab) 0x10000f7 (no name) 0x1008fe20 (XF86_Ungrab)
107 0xff61 (Print) 0xff15 (Sys_Req) 0xff61 (Print) 0xff15 (Sys_Req)
108 0xfe03 (ISO_Level3_Shift) 0x0000 (NoSymbol) 0xfe03 (ISO_Level3_Shift)
109 0xff0a (Linefeed) 0x0000 (NoSymbol) 0xff0a (Linefeed)
110 0xff50 (Home) 0x0000 (NoSymbol) 0xff50 (Home)
111 0xff52 (Up) 0x0000 (NoSymbol) 0xff52 (Up)
112 0xff55 (Prior) 0x0000 (NoSymbol) 0xff55 (Prior)
113 0xff51 (Left) 0x0000 (NoSymbol) 0xff51 (Left)
114 0xff53 (Right) 0x0000 (NoSymbol) 0xff53 (Right)
115 0xff57 (End) 0x0000 (NoSymbol) 0xff57 (End)
116 0xff54 (Down) 0x0000 (NoSymbol) 0xff54 (Down)
117 0xff56 (Next) 0x0000 (NoSymbol) 0xff56 (Next)
118 0xff63 (Insert) 0x0000 (NoSymbol) 0xff63 (Insert)
119 0xffff (Delete) 0x0000 (NoSymbol) 0xffff (Delete)
120
121 0x1008ff12 (XF86AudioMute) 0x0000 (NoSymbol) 0x1008ff12 (XF86AudioMute)
122 0x1008ff11 (XF86AudioLowerVolume) 0x0000 (NoSymbol) 0x1008ff11 (XF86AudioLowerVolume)
123 0x1008ff13 (XF86AudioRaiseVolume) 0x0000 (NoSymbol) 0x1008ff13 (XF86AudioRaiseVolume)
124 0x1008ff2a (XF86PowerOff) 0x0000 (NoSymbol) 0x1008ff2a (XF86PowerOff)
125 0xffbd (KP_Equal) 0x0000 (NoSymbol) 0xffbd (KP_Equal)
126 0x00b1 (plusminus) 0x0000 (NoSymbol) 0x00b1 (plusminus)
127 0xff13 (Pause) 0xff6b (Break) 0xff13 (Pause) 0xff6b (Break)
128 0x1008ff4a (XF86LaunchA) 0x0000 (NoSymbol) 0x1008ff4a (XF86LaunchA)
129 0xffae (KP_Decimal) 0x0000 (NoSymbol) 0xffae (KP_Decimal)
130 0xff31 (Hangul) 0x0000 (NoSymbol) 0xff31 (Hangul)
131 0xff34 (Hangul_Hanja) 0x0000 (NoSymbol) 0xff34 (Hangul_Hanja)
132
133 0xffeb (Super_L) 0x0000 (NoSymbol) 0xffeb (Super_L)
134 0xffec (Super_R) 0x0000 (NoSymbol) 0xffec (Super_R)
135 0xff67 (Menu) 0x0000 (NoSymbol) 0xff67 (Menu)
136 0xff69 (Cancel) 0x0000 (NoSymbol) 0xff69 (Cancel)
137 0xff66 (Redo) 0x0000 (NoSymbol) 0xff66 (Redo)
138 0x1005ff70 (SunProps) 0x0000 (NoSymbol) 0x1005ff70 (SunProps)
139 0xff65 (Undo) 0x0000 (NoSymbol) 0xff65 (Undo)
140 0x1005ff71 (SunFront) 0x0000 (NoSymbol) 0x1005ff71 (SunFront)
141 0x1008ff57 (XF86Copy) 0x0000 (NoSymbol) 0x1008ff57 (XF86Copy)
142 0x1005ff73 (SunOpen) 0x0000 (NoSymbol) 0x1005ff73 (SunOpen)
143 0x1008ff6d (XF86Paste) 0x0000 (NoSymbol) 0x1008ff6d (XF86Paste)
144 0xff68 (Find) 0x0000 (NoSymbol) 0xff68 (Find)
145 0x1008ff58 (XF86Cut) 0x0000 (NoSymbol) 0x1008ff58 (XF86Cut)
146 0xff6a (Help) 0x0000 (NoSymbol) 0xff6a (Help)
147 0x1008ff65 (XF86MenuKB) 0x0000 (NoSymbol) 0x1008ff65 (XF86MenuKB)
148 0x1008ff1d (XF86Calculator) 0x0000 (NoSymbol) 0x1008ff1d (XF86Calculator)
149
150 0x1008ff2f (XF86Sleep) 0x0000 (NoSymbol) 0x1008ff2f (XF86Sleep)
151 0x1008ff2b (XF86WakeUp) 0x0000 (NoSymbol) 0x1008ff2b (XF86WakeUp)
152 0x1008ff5d (XF86Explorer) 0x0000 (NoSymbol) 0x1008ff5d (XF86Explorer)
153 0x1008ff7b (XF86Send) 0x0000 (NoSymbol) 0x1008ff7b (XF86Send)
154
155 0x1008ff8a (XF86Xfer) 0x0000 (NoSymbol) 0x1008ff8a (XF86Xfer)
156 0x1008ff41 (XF86Launch1) 0x0000 (NoSymbol) 0x1008ff41 (XF86Launch1)
157 0x1008ff42 (XF86Launch2) 0x0000 (NoSymbol) 0x1008ff42 (XF86Launch2)
158 0x1008ff2e (XF86WWW) 0x0000 (NoSymbol) 0x1008ff2e (XF86WWW)
159 0x1008ff5a (XF86DOS) 0x0000 (NoSymbol) 0x1008ff5a (XF86DOS)
160 0x1008ff2d (XF86ScreenSaver) 0x0000 (NoSymbol) 0x1008ff2d (XF86ScreenSaver)
161
162 0x1008ff74 (XF86RotateWindows) 0x0000 (NoSymbol) 0x1008ff74 (XF86RotateWindows)
163 0x1008ff19 (XF86Mail) 0x0000 (NoSymbol) 0x1008ff19 (XF86Mail)
164 0x1008ff30 (XF86Favorites) 0x0000 (NoSymbol) 0x1008ff30 (XF86Favorites)
165 0x1008ff33 (XF86MyComputer) 0x0000 (NoSymbol) 0x1008ff33 (XF86MyComputer)
166 0x1008ff26 (XF86Back) 0x0000 (NoSymbol) 0x1008ff26 (XF86Back)
167 0x1008ff27 (XF86Forward) 0x0000 (NoSymbol) 0x1008ff27 (XF86Forward)
168
169 0x1008ff2c (XF86Eject) 0x0000 (NoSymbol) 0x1008ff2c (XF86Eject)
170 0x1008ff2c (XF86Eject) 0x1008ff2c (XF86Eject) 0x1008ff2c (XF86Eject) 0x1008ff2c (XF86Eject)
171 0x1008ff17 (XF86AudioNext) 0x0000 (NoSymbol) 0x1008ff17 (XF86AudioNext)
172 0x1008ff14 (XF86AudioPlay) 0x1008ff31 (XF86AudioPause) 0x1008ff14 (XF86AudioPlay) 0x1008ff31 (XF86AudioPause)
173 0x1008ff16 (XF86AudioPrev) 0x0000 (NoSymbol) 0x1008ff16 (XF86AudioPrev)
174 0x1008ff15 (XF86AudioStop) 0x1008ff2c (XF86Eject) 0x1008ff15 (XF86AudioStop) 0x1008ff2c (XF86Eject)
175 0x1008ff1c (XF86AudioRecord) 0x0000 (NoSymbol) 0x1008ff1c (XF86AudioRecord)
176 0x1008ff3e (XF86AudioRewind) 0x0000 (NoSymbol) 0x1008ff3e (XF86AudioRewind)
177 0x1008ff6e (XF86Phone) 0x0000 (NoSymbol) 0x1008ff6e (XF86Phone)
178
179 0x1008ff81 (XF86Tools) 0x0000 (NoSymbol) 0x1008ff81 (XF86Tools)
180 0x1008ff18 (XF86HomePage) 0x0000 (NoSymbol) 0x1008ff18 (XF86HomePage)
181 0x1008ff73 (XF86Reload) 0x0000 (NoSymbol) 0x1008ff73 (XF86Reload)
182 0x1008ff56 (XF86Close) 0x0000 (NoSymbol) 0x1008ff56 (XF86Close)
183
184
185 0x1008ff78 (XF86ScrollUp) 0x0000 (NoSymbol) 0x1008ff78 (XF86ScrollUp)
186 0x1008ff79 (XF86ScrollDown) 0x0000 (NoSymbol) 0x1008ff79 (XF86ScrollDown)
187 0x0028 (parenleft) 0x0000 (NoSymbol) 0x0028 (parenleft)
188 0x0029 (parenright) 0x0000 (NoSymbol) 0x0029 (parenright)
189 0x1008ff68 (XF86New) 0x0000 (NoSymbol) 0x1008ff68 (XF86New)
190 0xff66 (Redo) 0x0000 (NoSymbol) 0xff66 (Redo)
191 0x1008ff81 (XF86Tools) 0x0000 (NoSymbol) 0x1008ff81 (XF86Tools)
192 0x1008ff45 (XF86Launch5) 0x0000 (NoSymbol) 0x1008ff45 (XF86Launch5)
193 0x1008ff65 (XF86MenuKB) 0x0000 (NoSymbol) 0x1008ff65 (XF86MenuKB)
194
195
196
197
198
199
200 0x1008ffa9 (XF86TouchpadToggle) 0x0000 (NoSymbol) 0x1008ffa9 (XF86TouchpadToggle)
201
202
203 0xff7e (Mode_switch) 0x0000 (NoSymbol) 0xff7e (Mode_switch)
204 0x0000 (NoSymbol) 0xffe9 (Alt_L) 0x0000 (NoSymbol) 0xffe9 (Alt_L)
205 0x0000 (NoSymbol) 0xffe7 (Meta_L) 0x0000 (NoSymbol) 0xffe7 (Meta_L)
206 0x0000 (NoSymbol) 0xffeb (Super_L) 0x0000 (NoSymbol) 0xffeb (Super_L)
207 0x0000 (NoSymbol) 0xffed (Hyper_L) 0x0000 (NoSymbol) 0xffed (Hyper_L)
208 0x1008ff14 (XF86AudioPlay) 0x0000 (NoSymbol) 0x1008ff14 (XF86AudioPlay)
209 0x1008ff31 (XF86AudioPause) 0x0000 (NoSymbol) 0x1008ff31 (XF86AudioPause)
210 0x1008ff43 (XF86Launch3) 0x0000 (NoSymbol) 0x1008ff43 (XF86Launch3)
211 0x1008ff44 (XF86Launch4) 0x0000 (NoSymbol) 0x1008ff44 (XF86Launch4)
212 0x1008ff4b (XF86LaunchB) 0x0000 (NoSymbol) 0x1008ff4b (XF86LaunchB)
213 0x1008ffa7 (XF86Suspend) 0x0000 (NoSymbol) 0x1008ffa7 (XF86Suspend)
214 0x1008ff56 (XF86Close) 0x0000 (NoSymbol) 0x1008ff56 (XF86Close)
215 0x1008ff14 (XF86AudioPlay) 0x0000 (NoSymbol) 0x1008ff14 (XF86AudioPlay)
216 0x1008ff97 (XF86AudioForward) 0x0000 (NoSymbol) 0x1008ff97 (XF86AudioForward)
217
218 0xff61 (Print) 0x0000 (NoSymbol) 0xff61 (Print)
219
220 0x1008ff8f (XF86WebCam) 0x0000 (NoSymbol) 0x1008ff8f (XF86WebCam)
221
222
223 0x1008ff19 (XF86Mail) 0x0000 (NoSymbol) 0x1008ff19 (XF86Mail)
224
225 0x1008ff1b (XF86Search) 0x0000 (NoSymbol) 0x1008ff1b (XF86Search)
226
227 0x1008ff3c (XF86Finance) 0x0000 (NoSymbol) 0x1008ff3c (XF86Finance)
228
229 0x1008ff36 (XF86Shop) 0x0000 (NoSymbol) 0x1008ff36 (XF86Shop)
230
231 0xff69 (Cancel) 0x0000 (NoSymbol) 0xff69 (Cancel)
232 0x1008ff03 (XF86MonBrightnessDown) 0x0000 (NoSymbol) 0x1008ff03 (XF86MonBrightnessDown)
233 0x1008ff02 (XF86MonBrightnessUp) 0x0000 (NoSymbol) 0x1008ff02 (XF86MonBrightnessUp)
234 0x1008ff32 (XF86AudioMedia) 0x0000 (NoSymbol) 0x1008ff32 (XF86AudioMedia)
235 0x1008ff59 (XF86Display) 0x0000 (NoSymbol) 0x1008ff59 (XF86Display)
236 0x1008ff04 (XF86KbdLightOnOff) 0x0000 (NoSymbol) 0x1008ff04 (XF86KbdLightOnOff)
237 0x1008ff06 (XF86KbdBrightnessDown) 0x0000 (NoSymbol) 0x1008ff06 (XF86KbdBrightnessDown)
238 0x1008ff05 (XF86KbdBrightnessUp) 0x0000 (NoSymbol) 0x1008ff05 (XF86KbdBrightnessUp)
239 0x1008ff7b (XF86Send) 0x0000 (NoSymbol) 0x1008ff7b (XF86Send)
240 0x1008ff72 (XF86Reply) 0x0000 (NoSymbol) 0x1008ff72 (XF86Reply)
241 0x1008ff90 (XF86MailForward) 0x0000 (NoSymbol) 0x1008ff90 (XF86MailForward)
242 0x1008ff77 (XF86Save) 0x0000 (NoSymbol) 0x1008ff77 (XF86Save)
243 0x1008ff5b (XF86Documents) 0x0000 (NoSymbol) 0x1008ff5b (XF86Documents)
244 0x1008ff93 (XF86Battery) 0x0000 (NoSymbol) 0x1008ff93 (XF86Battery)
245 0x1008ff94 (XF86Bluetooth) 0x0000 (NoSymbol) 0x1008ff94 (XF86Bluetooth)
246 0x1008ff95 (XF86WLAN) 0x0000 (NoSymbol) 0x1008ff95 (XF86WLAN)
247
248
249
250
251
252
253
254
255
Debian / Archlinux | Gnome / KDE
Hors ligne
#11 Le 22/09/2010, à 16:02
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Elles sont reconnues a priori.
Tes touches s'appellent : XF86AudioPlay, XF86AudioPause, XF86AudioStop, XF86AudioPrev et XF86AudioNext. Essayes donc de mettre à jour leur nom dans rc.xml.
Hors ligne
#12 Le 22/09/2010, à 16:08
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
En effet, c'est mieux mais toujours pas de Pause.
Debian / Archlinux | Gnome / KDE
Hors ligne
#13 Le 22/09/2010, à 16:13
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Il faudrait voir du côté de banshee je pense et faire un script si besoin. Peux-tu poster banshee --help pour voir si il y a des pistes ?
Hors ligne
#14 Le 22/09/2010, à 16:18
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Ah, j'ai trouvé l'argument --query-current-state, il suffit de faire un script mettant en lecture/pause en fonction de l'état actuel.
Hors ligne
#15 Le 22/09/2010, à 16:19
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Oui bien sûr. ^^
~$ banshee --help
Usage: banshee-1 [options...] [files|URIs...]
Help Options
--help Show this help
--help-playback Show options for controlling playback
--help-query-track Show options for querying the playing track
--help-query-player Show options for querying the playing engine
--help-ui Show options for the user interface
--help-debug Show options for developers and debugging
--help-all Show all option groups
--version Show version information
Debian / Archlinux | Gnome / KDE
Hors ligne
#16 Le 22/09/2010, à 16:31
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
On va faire mumuse avec Python
Voici un script fait vite fait avec DBus :
#!/usr/bin/env python
import os,dbus
from optparse import OptionParser
parser = OptionParser()
parser.parse_args()
rc = os.system( "ps -ef | grep -v grep | grep -c 'banshee' > /dev/null" )
if rc == 0:
bus = dbus.SessionBus()
banshee = bus.get_object("org.bansheeproject.Banshee", "/org/bansheeproject/Banshee/PlayerEngine")
state = banshee.GetCurrentState()
if state == 'playing':
banshee.Pause()
elif state == 'pause':
banshee.Play()
Je ne garantie rien, je ne peux pas tester.
Colles le dans un fichier genre bansheeKey.py et dans ton fichier rc.xml appelles le (python chemin/vers/le/script). Si ça ne fonctionne pas, fais le dans une console pour voir les retours.
Dernière modification par Anium (Le 23/09/2010, à 08:36)
Hors ligne
#17 Le 22/09/2010, à 16:50
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Marche pas ^^
<keybind key="XF86AudioPlay">
<action name="Execute">
<name>Banshee Play</name>
<command>python ~/.bansheeKey.py</command>
</action>
</keybind>
C'est bien de cette façon qu'il faut l'insérer ?
Dans un terminal :
~$ python .bansheeKey.py
Traceback (most recent call last):
File ".bansheeKey.py", line 4, in <module>
if sys.argv[1] == "--help":
IndexError: list index out of range
Debian / Archlinux | Gnome / KDE
Hors ligne
#18 Le 23/09/2010, à 08:37
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Effectivement, j'ai modifié le script
Hors ligne
#19 Le 23/09/2010, à 11:51
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Merci, mais fonctionne à moitié.
Quand banshee lit je peux faire pause mais pas l'inverse.
Le terminal ne me renvoie plus d'erreur.
Debian / Archlinux | Gnome / KDE
Hors ligne
#20 Le 23/09/2010, à 12:55
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Peux-tu exécuter ce script lorsque tu es en pause et renvoyé le retour ?
#!/usr/bin/env python
import os,dbus
from optparse import OptionParser
parser = OptionParser()
parser.parse_args()
rc = os.system( "ps -ef | grep -v grep | grep -c 'banshee' > /dev/null" )
if rc == 0:
bus = dbus.SessionBus()
banshee = bus.get_object("org.bansheeproject.Banshee", "/org/bansheeproject/Banshee/PlayerEngine")
print banshee.GetCurrentState()
Désolé, mais je fais ça depuis le boulot sur un Vista
Hors ligne
#21 Le 23/09/2010, à 15:15
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
~$ python .bansheeKey.py
paused
Pas de souci, prends ton temps.
En attendant y a gnome-settings-daemon. Bon il fout un peu la me***... mais je suis habitué maintenant.
C'est pas pire que de devoir utiliser Vista toute la journée.
Je compatis.
Dernière modification par Skubu (Le 23/09/2010, à 15:46)
Debian / Archlinux | Gnome / KDE
Hors ligne
#22 Le 24/09/2010, à 17:00
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Merci ! Heureusement, je peux me ressourcer le soir
Voila le script final :
#!/usr/bin/env python
import os,dbus
from optparse import OptionParser
parser = OptionParser()
parser.parse_args()
rc = os.system( "ps -ef | grep -v grep | grep -c 'banshee' > /dev/null" )
if rc == 0:
bus = dbus.SessionBus()
banshee = bus.get_object("org.bansheeproject.Banshee", "/org/bansheeproject/Banshee/PlayerEngine")
state = banshee.GetCurrentState()
if state == 'playing':
banshee.Pause()
elif state == 'paused':
banshee.Play()
Hors ligne
#23 Le 24/09/2010, à 18:16
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Ça fonctionne enfin. Merci beaucoup.
Par contre, tu peux me dire ce que tu as changé par rapport à celui du post #16 ?
Debian / Archlinux | Gnome / KDE
Hors ligne
#24 Le 25/09/2010, à 08:21
- Anium
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Cool
J'ai juste ajouté un 'd' à 'pause' à la ligne 16
Hors ligne
#25 Le 26/09/2010, à 00:19
- Skubu
Re : [RÉSOLU]Lxappearance, aucun effet ! + Script touches Multimedia
Okay ^^
Allez, je passe en résolu et te remercie une fois de plus.
Debian / Archlinux | Gnome / KDE
Hors ligne