<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1120781&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / soucis lxpanelctl run]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1120781</link>
		<description><![CDATA[Les sujets les plus récents dans soucis lxpanelctl run.]]></description>
		<lastBuildDate>Sun, 02 Dec 2012 18:24:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11720941#p11720941</link>
			<description><![CDATA[<p>Sinon j&#039;ai une version de la boite de dialogue exécuter mais c&#039;est compilé pour Quantal Quetzal et jamais testé sous Precise Pangolin, en gros j&#039;ai aucune idée si ça peut marcher ou pas <img src="http://forum.ubuntu-fr.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> Et le deuxième truc c&#039;est que je l&#039;ai pas traduit, donc, c&#039;est en Anglais, en Anglais, ou à la rigueur en Anglais. <img src="http://forum.ubuntu-fr.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Si tu te sens assez téméraire pour tenter le coup je te donne les liens...</p><p>Pour i386 :<br /><a href="https://code.launchpad.net/~axel-filmore/+archive/ppa/+build/4029884/+files/gtkrun_0.3.0-0~5~quantal1_i386.deb">https://code.launchpad.net/~axel-filmor … 1_i386.deb</a></p><p>Pour amd64 :<br /><a href="https://code.launchpad.net/~axel-filmore/+archive/ppa/+build/4029883/+files/gtkrun_0.3.0-0~5~quantal1_amd64.deb">https://code.launchpad.net/~axel-filmor … _amd64.deb</a></p><p>La commande c&#039;est &quot;gtkrun&quot;.</p><p><img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (afilmore)]]></author>
			<pubDate>Sun, 02 Dec 2012 18:24:58 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11720941#p11720941</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11720071#p11720071</link>
			<description><![CDATA[<p>pastebin ? autant le mettre ici non ?<br />pour focus j&#039;ai la même chose que toi,<br />et le probleme, je l&#039;ai alors pcman n&#039;est pas ouvert<br />(j&#039;ai quand meme verifié avec le pkill + lxdepanelctl run; mais ... rien)</p><p>en attendant, je vais lire le lien (surement en anglais <img src="http://forum.ubuntu-fr.org/img/smilies/sad.png" width="15" height="15" alt="sad" /> )</p><p>edit: je viens de voir rapidement le lien, ça n&#039;a pas l&#039;air d&#039;être le même problème; je n&#039;ai pas un soucis de focus-en restant en arriere plan, mais bel et bien pas d&#039;effet puisqu&#039;à partir de la console, ça ne fait rien.<br />Par contre par le menu lxde, le <em>Exécuter</em> fonctionne avec une fenêtre demandant la commande</p><div class="codebox"><pre class="vscroll"><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- Do not edit this file, it will be overwritten on install.
        Copy the file to $HOME/.config/openbox/ instead. --&gt;
&lt;openbox_config xmlns=&quot;http://openbox.org/3.4/rc&quot;&gt;
  &lt;resistance&gt;
    &lt;strength&gt;10&lt;/strength&gt;
    &lt;screen_edge_strength&gt;20&lt;/screen_edge_strength&gt;
  &lt;/resistance&gt;
  &lt;focus&gt;
    &lt;focusNew&gt;yes&lt;/focusNew&gt;
    &lt;!-- always try to focus new windows when they appear. other rules do
       apply --&gt;
    &lt;followMouse&gt;yes&lt;/followMouse&gt;
    &lt;!-- move focus to a window when you move the mouse into it --&gt;
    &lt;focusLast&gt;yes&lt;/focusLast&gt;
    &lt;!-- focus the last used window when changing desktops, instead of the one
       under the mouse pointer. when followMouse is enabled --&gt;
    &lt;underMouse&gt;no&lt;/underMouse&gt;
    &lt;!-- move focus under the mouse, even when the mouse is not moving --&gt;
    &lt;focusDelay&gt;100&lt;/focusDelay&gt;
    &lt;!-- when followMouse is enabled, the mouse must be inside the window for
       this many milliseconds (1000 = 1 sec) before moving focus to it --&gt;
    &lt;raiseOnFocus&gt;no&lt;/raiseOnFocus&gt;
    &lt;!-- when followMouse is enabled, and a window is given focus by moving the
       mouse into it, also raise the window --&gt;
  &lt;/focus&gt;
  &lt;placement&gt;
    &lt;policy&gt;Smart&lt;/policy&gt;
    &lt;!-- &#039;Smart&#039; or &#039;UnderMouse&#039; --&gt;
    &lt;center&gt;yes&lt;/center&gt;
    &lt;!-- whether to place windows in the center of the free area found or
       the top left corner --&gt;
    &lt;monitor&gt;Any&lt;/monitor&gt;
    &lt;!-- with Smart placement on a multi-monitor system, try to place new windows
       on: &#039;Any&#039; - any monitor, &#039;Mouse&#039; - where the mouse is, &#039;Active&#039; - where
       the active window is --&gt;
    &lt;primaryMonitor&gt;&lt;/primaryMonitor&gt;
  &lt;/placement&gt;
  &lt;theme&gt;
    &lt;name&gt;Simple-Red&lt;/name&gt;
    &lt;titleLayout&gt;NLIMC&lt;/titleLayout&gt;
    &lt;!--
      available characters are NDSLIMC, each can occur at most once.
      N: window icon
      L: window label (AKA title).
      I: iconify
      M: maximize
      C: close
      S: shade (roll up/down)
      D: omnipresent (on all desktops).
  --&gt;
    &lt;keepBorder&gt;yes&lt;/keepBorder&gt;
    &lt;animateIconify&gt;yes&lt;/animateIconify&gt;
    &lt;font place=&quot;ActiveWindow&quot;&gt;
      &lt;name&gt;sans&lt;/name&gt;
      &lt;size&gt;10&lt;/size&gt;
      &lt;!-- font size in points --&gt;
      &lt;weight&gt;bold&lt;/weight&gt;
      &lt;!-- &#039;bold&#039; or &#039;normal&#039; --&gt;
      &lt;slant&gt;normal&lt;/slant&gt;
      &lt;!-- &#039;italic&#039; or &#039;normal&#039; --&gt;
    &lt;/font&gt;
    &lt;font place=&quot;InactiveWindow&quot;&gt;
      &lt;name&gt;sans&lt;/name&gt;
      &lt;size&gt;10&lt;/size&gt;
      &lt;!-- font size in points --&gt;
      &lt;weight&gt;bold&lt;/weight&gt;
      &lt;!-- &#039;bold&#039; or &#039;normal&#039; --&gt;
      &lt;slant&gt;normal&lt;/slant&gt;
      &lt;!-- &#039;italic&#039; or &#039;normal&#039; --&gt;
    &lt;/font&gt;
    &lt;font place=&quot;MenuHeader&quot;&gt;
      &lt;name&gt;sans&lt;/name&gt;
      &lt;size&gt;10&lt;/size&gt;
      &lt;!-- font size in points --&gt;
      &lt;weight&gt;normal&lt;/weight&gt;
      &lt;!-- &#039;bold&#039; or &#039;normal&#039; --&gt;
      &lt;slant&gt;normal&lt;/slant&gt;
      &lt;!-- &#039;italic&#039; or &#039;normal&#039; --&gt;
    &lt;/font&gt;
    &lt;font place=&quot;MenuItem&quot;&gt;
      &lt;name&gt;sans&lt;/name&gt;
      &lt;size&gt;10&lt;/size&gt;
      &lt;!-- font size in points --&gt;
      &lt;weight&gt;normal&lt;/weight&gt;
      &lt;!-- &#039;bold&#039; or &#039;normal&#039; --&gt;
      &lt;slant&gt;normal&lt;/slant&gt;
      &lt;!-- &#039;italic&#039; or &#039;normal&#039; --&gt;
    &lt;/font&gt;
    &lt;font place=&quot;ActiveOnScreenDisplay&quot;&gt;
      &lt;name/&gt;
    &lt;/font&gt;
    &lt;font place=&quot;InactiveOnScreenDisplay&quot;&gt;
      &lt;name&gt;Sans&lt;/name&gt;
      &lt;size&gt;8&lt;/size&gt;
      &lt;weight&gt;&lt;/weight&gt;
      &lt;slant&gt;&lt;/slant&gt;
    &lt;/font&gt;
  &lt;/theme&gt;
  &lt;desktops&gt;
    &lt;!-- this stuff is only used at startup, pagers allow you to change them
       during a session

       these are default values to use when other ones are not already set
       by other applications, or saved in your session

       use obconf if you want to change these without having to log out
       and back in --&gt;
    &lt;number&gt;2&lt;/number&gt;
    &lt;firstdesk&gt;1&lt;/firstdesk&gt;
    &lt;names&gt;
      &lt;!-- set names up here if you want to, like this:
    &lt;name&gt;desktop 1&lt;/name&gt;
    &lt;name&gt;desktop 2&lt;/name&gt;
    --&gt;
    &lt;/names&gt;
    &lt;popupTime&gt;875&lt;/popupTime&gt;
    &lt;!-- The number of milliseconds to show the popup for when switching
       desktops.  Set this to 0 to disable the popup. --&gt;
  &lt;/desktops&gt;
  &lt;resize&gt;
    &lt;drawContents&gt;yes&lt;/drawContents&gt;
    &lt;popupShow&gt;Nonpixel&lt;/popupShow&gt;
    &lt;!-- &#039;Always&#039;, &#039;Never&#039;, or &#039;Nonpixel&#039; (xterms and such) --&gt;
    &lt;popupPosition&gt;Center&lt;/popupPosition&gt;
    &lt;!-- &#039;Center&#039;, &#039;Top&#039;, or &#039;Fixed&#039; --&gt;
    &lt;popupFixedPosition&gt;
      &lt;!-- these are used if popupPosition is set to &#039;Fixed&#039; --&gt;
      &lt;x&gt;10&lt;/x&gt;
      &lt;!-- positive number for distance from left edge, negative number for
         distance from right edge, or &#039;Center&#039; --&gt;
      &lt;y&gt;10&lt;/y&gt;
      &lt;!-- positive number for distance from top edge, negative number for
         distance from bottom edge, or &#039;Center&#039; --&gt;
    &lt;/popupFixedPosition&gt;
  &lt;/resize&gt;
  &lt;!-- You can reserve a portion of your screen where windows will not cover when
     they are maximized, or when they are initially placed.
     Many programs reserve space automatically, but you can use this in other
     cases. --&gt;
  &lt;margins&gt;
    &lt;top&gt;0&lt;/top&gt;
    &lt;bottom&gt;0&lt;/bottom&gt;
    &lt;left&gt;0&lt;/left&gt;
    &lt;right&gt;0&lt;/right&gt;
  &lt;/margins&gt;
  &lt;dock&gt;
    &lt;position&gt;TopLeft&lt;/position&gt;
    &lt;!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating --&gt;
    &lt;floatingX&gt;0&lt;/floatingX&gt;
    &lt;floatingY&gt;0&lt;/floatingY&gt;
    &lt;noStrut&gt;no&lt;/noStrut&gt;
    &lt;stacking&gt;Above&lt;/stacking&gt;
    &lt;!-- &#039;Above&#039;, &#039;Normal&#039;, or &#039;Below&#039; --&gt;
    &lt;direction&gt;Vertical&lt;/direction&gt;
    &lt;!-- &#039;Vertical&#039; or &#039;Horizontal&#039; --&gt;
    &lt;autoHide&gt;no&lt;/autoHide&gt;
    &lt;hideDelay&gt;300&lt;/hideDelay&gt;
    &lt;!-- in milliseconds (1000 = 1 second) --&gt;
    &lt;showDelay&gt;300&lt;/showDelay&gt;
    &lt;!-- in milliseconds (1000 = 1 second) --&gt;
    &lt;moveButton&gt;Middle&lt;/moveButton&gt;
    &lt;!-- &#039;Left&#039;, &#039;Middle&#039;, &#039;Right&#039; --&gt;
  &lt;/dock&gt;

  &lt;keyboard&gt;

  &lt;chainQuitKey&gt;C-g&lt;/chainQuitKey&gt;

&lt;!-- Keybindings for desktop switching --&gt;
 &lt;keybind key=&quot;C-A-Left&quot;&gt;&lt;action name=&quot;DesktopLeft&quot;&gt;&lt;dialog&gt;no&lt;/dialog&gt;&lt;wrap&gt;no&lt;/wrap&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;C-A-Right&quot;&gt;&lt;action name=&quot;DesktopRight&quot;&gt;&lt;dialog&gt;no&lt;/dialog&gt;&lt;wrap&gt;no&lt;/wrap&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;C-A-Up&quot;&gt;&lt;action name=&quot;DesktopUp&quot;&gt;&lt;dialog&gt;no&lt;/dialog&gt;&lt;wrap&gt;no&lt;/wrap&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;C-A-Down&quot;&gt;&lt;action name=&quot;DesktopDown&quot;&gt;&lt;dialog&gt;no&lt;/dialog&gt;&lt;wrap&gt;no&lt;/wrap&gt;&lt;/action&gt;&lt;/keybind&gt;

 &lt;keybind key=&quot;S-A-Left&quot;&gt;&lt;action name=&quot;SendToDesktopLeft&quot;&gt;&lt;dialog&gt;no&lt;/dialog&gt;&lt;wrap&gt;no&lt;/wrap&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;S-A-Right&quot;&gt;&lt;action name=&quot;SendToDesktopRight&quot;&gt;&lt;dialog&gt;no&lt;/dialog&gt;&lt;wrap&gt;no&lt;/wrap&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;S-A-Up&quot;&gt;&lt;action name=&quot;SendToDesktopUp&quot;&gt;&lt;dialog&gt;no&lt;/dialog&gt;&lt;wrap&gt;no&lt;/wrap&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;S-A-Down&quot;&gt;&lt;action name=&quot;SendToDesktopDown&quot;&gt;&lt;dialog&gt;no&lt;/dialog&gt;&lt;wrap&gt;no&lt;/wrap&gt;&lt;/action&gt;&lt;/keybind&gt;

 &lt;keybind key=&quot;W-F1&quot;&gt;&lt;action name=&quot;Desktop&quot;&gt;&lt;desktop&gt;1&lt;/desktop&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;W-F2&quot;&gt;&lt;action name=&quot;Desktop&quot;&gt;&lt;desktop&gt;2&lt;/desktop&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;W-F3&quot;&gt;&lt;action name=&quot;Desktop&quot;&gt;&lt;desktop&gt;3&lt;/desktop&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;W-F4&quot;&gt;&lt;action name=&quot;Desktop&quot;&gt;&lt;desktop&gt;4&lt;/desktop&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;W-d&quot;&gt;&lt;action name=&quot;ToggleShowDesktop&quot;/&gt;&lt;/keybind&gt;

 &lt;keybind key=&quot;C-A-d&quot;&gt;&lt;action name=&quot;ToggleShowDesktop&quot;/&gt;&lt;/keybind&gt;

&lt;!-- Keybindings for windows --&gt;
 &lt;keybind key=&quot;A-F4&quot;&gt;&lt;action name=&quot;Close&quot;/&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;A-Escape&quot;&gt;&lt;action name=&quot;Lower&quot;/&gt;&lt;action name=&quot;FocusToBottom&quot;/&gt;&lt;action name=&quot;Unfocus&quot;/&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;A-space&quot;&gt;&lt;action name=&quot;ShowMenu&quot;&gt;&lt;menu&gt;client-menu&lt;/menu&gt;&lt;/action&gt;&lt;/keybind&gt;

&lt;!-- Keybindings for window switching --&gt;
 &lt;keybind key=&quot;A-Tab&quot;&gt;&lt;action name=&quot;NextWindow&quot;/&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;A-S-Tab&quot;&gt;&lt;action name=&quot;PreviousWindow&quot;/&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;C-A-Tab&quot;&gt;&lt;action name=&quot;NextWindow&quot;&gt;&lt;panels&gt;yes&lt;/panels&gt;&lt;desktop&gt;yes&lt;/desktop&gt;&lt;/action&gt;&lt;/keybind&gt;

&lt;!-- Keybindings for running applications --&gt;
 &lt;keybind key=&quot;W-e&quot;&gt;
  &lt;action name=&quot;Execute&quot;&gt;&lt;startupnotify&gt;&lt;enabled&gt;true&lt;/enabled&gt;&lt;name&gt;PCManFM&lt;/name&gt;&lt;/startupnotify&gt;&lt;command&gt;pcmanfm&lt;/command&gt;&lt;/action&gt;
 &lt;/keybind&gt;

&lt;!--keybindings for LXPanel --&gt;
 &lt;keybind key=&quot;W-r&quot;&gt;&lt;action name=&quot;Execute&quot;&gt;&lt;command&gt;lxpanelctl run&lt;/command&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;A-F2&quot;&gt;&lt;action name=&quot;Execute&quot;&gt;&lt;command&gt;xmessage &quot;lxpanelctl run&quot;&lt;/command&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;C-Escape&quot;&gt;&lt;action name=&quot;Execute&quot;&gt;&lt;command&gt;lxpanelctl menu&lt;/command&gt;&lt;/action&gt;&lt;/keybind&gt;

 &lt;keybind key=&quot;F11&quot;&gt;&lt;action name=&quot;ToggleFullscreen&quot;/&gt;&lt;/keybind&gt;

&lt;!-- Launch Task Manager with Ctrl+Alt+Del --&gt;
 &lt;keybind key=&quot;A-C-Delete&quot;&gt;&lt;action name=&quot;Execute&quot;&gt;&lt;command&gt;lxtask&lt;/command&gt;&lt;/action&gt;&lt;/keybind&gt;

&lt;!-- Fast access to Terminal --&gt;
 &lt;keybind key=&quot;C-A-T&quot;&gt;&lt;action name=&quot;Execute&quot;&gt;&lt;command&gt;lxterminal&lt;/command&gt;&lt;/action&gt;&lt;/keybind&gt;

&lt;!-- Fast access to filemanager --&gt;
 &lt;keybind key=&quot;C-A-D&quot;&gt;
   &lt;action name=&quot;Execute&quot;&gt;&lt;startupnotify&gt;&lt;enabled&gt;true&lt;/enabled&gt;&lt;name&gt;PCManFM&lt;/name&gt;&lt;/startupnotify&gt;&lt;command&gt;pcmanfm&lt;/command&gt;&lt;/action&gt;
 &lt;/keybind&gt;

&lt;!-- Keybinding for PrintScreen Key --&gt;
 &lt;keybind key=&quot;Print&quot;&gt;&lt;action name=&quot;Execute&quot;&gt;&lt;execute&gt;scrot&lt;/execute&gt;&lt;/action&gt;&lt;/keybind&gt;
 &lt;keybind key=&quot;A-Print&quot;&gt;&lt;action name=&quot;Execute&quot;&gt;&lt;execute&gt;scrot -s&lt;/execute&gt;&lt;/action&gt;&lt;/keybind&gt;

&lt;!-- Keybinding for Volume management --&gt;
    &lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
          &lt;command&gt;amixer -q sset Master 3%+&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;

    &lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
          &lt;command&gt;amixer -q sset Master 3%-&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;

    &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
          &lt;command&gt;amixer -D pulse set Master toggle&lt;/command&gt;
          &lt;!-- &lt;command&gt;amixer -q sset Master toggle&lt;/command&gt; --&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;


    &lt;keybind key=&quot;XF86WWW&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
          &lt;command&gt;x-terminal-emulator&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;

    &lt;keybind key=&quot;XF86Calculator&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
          &lt;command&gt;galculator&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;

    &lt;keybind key=&quot;XF86MyComputer&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
          &lt;command&gt;pcmanfm&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;

    &lt;keybind key=&quot;XF86Terminal&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
          &lt;command&gt;x-terminal-emulator&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;

&lt;/keyboard&gt;

  &lt;mouse&gt;
    &lt;dragThreshold&gt;8&lt;/dragThreshold&gt;
    &lt;!-- number of pixels the mouse must move before a drag begins --&gt;
    &lt;doubleClickTime&gt;200&lt;/doubleClickTime&gt;
    &lt;!-- in milliseconds (1000 = 1 second) --&gt;
    &lt;screenEdgeWarpTime&gt;400&lt;/screenEdgeWarpTime&gt;
    &lt;!-- Time before changing desktops when the pointer touches the edge of the
       screen while moving a window, in milliseconds (1000 = 1 second).
       Set this to 0 to disable warping --&gt;
    &lt;context name=&quot;Frame&quot;&gt;
      &lt;mousebind button=&quot;A-Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Left&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Move&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Right&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Right&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Resize&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Middle&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Lower&quot;/&gt;
        &lt;action name=&quot;FocusToBottom&quot;/&gt;
        &lt;action name=&quot;Unfocus&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Up&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopPrevious&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Down&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopNext&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;C-A-Up&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopPrevious&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;C-A-Down&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopNext&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-S-Up&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;SendToDesktopPrevious&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-S-Down&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;SendToDesktopNext&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Titlebar&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Move&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;DoubleClick&quot;&gt;
        &lt;action name=&quot;ToggleMaximizeFull&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Middle&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Lower&quot;/&gt;
        &lt;action name=&quot;FocusToBottom&quot;/&gt;
        &lt;action name=&quot;Unfocus&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Up&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;Shade&quot;/&gt;
        &lt;action name=&quot;FocusToBottom&quot;/&gt;
        &lt;action name=&quot;Unfocus&quot;/&gt;
        &lt;action name=&quot;Lower&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Down&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Right&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;ShowMenu&quot;&gt;
          &lt;menu&gt;client-menu&lt;/menu&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Top&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Resize&quot;&gt;
          &lt;edge&gt;top&lt;/edge&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Left&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Resize&quot;&gt;
          &lt;edge&gt;left&lt;/edge&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Right&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Resize&quot;&gt;
          &lt;edge&gt;right&lt;/edge&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Bottom&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Resize&quot;&gt;
          &lt;edge&gt;bottom&lt;/edge&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Middle&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Lower&quot;/&gt;
        &lt;action name=&quot;FocusToBottom&quot;/&gt;
        &lt;action name=&quot;Unfocus&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Right&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;ShowMenu&quot;&gt;
          &lt;menu&gt;client-menu&lt;/menu&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;BLCorner&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Resize&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;BRCorner&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Resize&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;TLCorner&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Resize&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;TRCorner&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Drag&quot;&gt;
        &lt;action name=&quot;Resize&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Client&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Middle&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Right&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Icon&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
        &lt;action name=&quot;ShowMenu&quot;&gt;
          &lt;menu&gt;client-menu&lt;/menu&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Right&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;ShowMenu&quot;&gt;
          &lt;menu&gt;client-menu&lt;/menu&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;AllDesktops&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;ToggleOmnipresent&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Shade&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;ToggleShade&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Iconify&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;Iconify&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Maximize&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Middle&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Right&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;ToggleMaximizeFull&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Middle&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;ToggleMaximizeVert&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Right&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;ToggleMaximizeHorz&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Close&quot;&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
        &lt;action name=&quot;Unshade&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;Close&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Desktop&quot;&gt;
      &lt;mousebind button=&quot;Up&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopPrevious&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Down&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopNext&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Up&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopPrevious&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Down&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopNext&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;C-A-Up&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopPrevious&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;C-A-Down&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopNext&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Left&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Right&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;Focus&quot;/&gt;
        &lt;action name=&quot;Raise&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;Root&quot;&gt;
      &lt;!-- Menus --&gt;
      &lt;mousebind button=&quot;Middle&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;ShowMenu&quot;&gt;
          &lt;menu&gt;client-list-combined-menu&lt;/menu&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Right&quot; action=&quot;Press&quot;&gt;
        &lt;action name=&quot;ShowMenu&quot;&gt;
          &lt;menu&gt;root-menu&lt;/menu&gt;
        &lt;/action&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
    &lt;context name=&quot;MoveResize&quot;&gt;
      &lt;mousebind button=&quot;Up&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopPrevious&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;Down&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopNext&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Up&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopPrevious&quot;/&gt;
      &lt;/mousebind&gt;
      &lt;mousebind button=&quot;A-Down&quot; action=&quot;Click&quot;&gt;
        &lt;action name=&quot;DesktopNext&quot;/&gt;
      &lt;/mousebind&gt;
    &lt;/context&gt;
  &lt;/mouse&gt;
  &lt;menu&gt;
    &lt;!-- You can specify more than one menu file in here and they are all loaded,
       just don&#039;t make menu ids clash or, well, it&#039;ll be kind of pointless --&gt;
    &lt;!-- default menu file (or custom one in $HOME/.config/openbox/) --&gt;
    &lt;file&gt;/usr/share/lxde/openbox/menu.xml&lt;/file&gt;
    &lt;hideDelay&gt;200&lt;/hideDelay&gt;
    &lt;!-- if a press-release lasts longer than this setting (in milliseconds), the
       menu is hidden again --&gt;
    &lt;middle&gt;no&lt;/middle&gt;
    &lt;!-- center submenus vertically about the parent entry --&gt;
    &lt;submenuShowDelay&gt;100&lt;/submenuShowDelay&gt;
    &lt;!-- this one is easy, time to delay before showing a submenu after hovering
       over the parent entry --&gt;
    &lt;applicationIcons&gt;yes&lt;/applicationIcons&gt;
    &lt;!-- controls if icons appear in the client-list-(combined-)menu --&gt;
    &lt;manageDesktops&gt;yes&lt;/manageDesktops&gt;
    &lt;!-- show the manage desktops section in the client-list-(combined-)menu --&gt;
  &lt;/menu&gt;
  &lt;applications&gt;
    &lt;!--
  # this is an example with comments through out. use these to make your
  # own rules, but without the comments of course.

  &lt;application name=&quot;first element of window&#039;s WM_CLASS property (see xprop)&quot;
              class=&quot;second element of window&#039;s WM_CLASS property (see xprop)&quot;
               role=&quot;the window&#039;s WM_WINDOW_ROLE property (see xprop)&quot;&gt;
  # the name or the class can be set, or both. this is used to match
  # windows when they appear. role can optionally be set as well, to
  # further restrict your matches.

  # the name, class, and role use simple wildcard matching such as those
  # used by a shell. you can use * to match any characters and ? to match
  # any single character.

  # when multiple rules match a window, they will all be applied, in the
  # order that they appear in this list


    # each element can be left out or set to &#039;default&#039; to specify to not
    # change that attribute of the window

    &lt;decor&gt;yes&lt;/decor&gt;
    # enable or disable window decorations

    &lt;shade&gt;no&lt;/shade&gt;
    # make the window shaded when it appears, or not

    &lt;position&gt;
      # the position is only used if both an x and y coordinate are provided
      # (and not set to &#039;default&#039;)
      &lt;x&gt;center&lt;/x&gt;
      # a number like 50, or &#039;center&#039; to center on screen. use a negative number
      # to start from the right (or bottom for &lt;y&gt;), ie -50 is 50 pixels from the
      # right edge (or bottom).
      &lt;y&gt;200&lt;/y&gt;
      &lt;monitor&gt;1&lt;/monitor&gt;
      # specifies the monitor in a xinerama setup.
      # 1 is the first head, or &#039;mouse&#039; for wherever the mouse is
    &lt;/position&gt;

    &lt;focus&gt;yes&lt;/focus&gt;
    # if the window should try be given focus when it appears. if this is set
    # to yes it doesn&#039;t guarantee the window will be given focus. some
    # restrictions may apply, but Openbox will try to

    &lt;desktop&gt;1&lt;/desktop&gt;
    # 1 is the first desktop, &#039;all&#039; for all desktops

    &lt;layer&gt;normal&lt;/layer&gt;
    # &#039;above&#039;, &#039;normal&#039;, or &#039;below&#039;

    &lt;iconic&gt;no&lt;/iconic&gt;
    # make the window iconified when it appears, or not

    &lt;skip_pager&gt;no&lt;/skip_pager&gt;
    # asks to not be shown in pagers

    &lt;skip_taskbar&gt;no&lt;/skip_taskbar&gt;
    # asks to not be shown in taskbars. window cycling actions will also
    # skip past such windows

    &lt;fullscreen&gt;yes&lt;/fullscreen&gt;
    # make the window in fullscreen mode when it appears

    &lt;maximized&gt;true&lt;/maximized&gt;
    # &#039;Horizontal&#039;, &#039;Vertical&#039; or boolean (yes/no)
  &lt;/application&gt;

  # end of the example
--&gt;
  &lt;/applications&gt;
&lt;/openbox_config&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Sciensous)]]></author>
			<pubDate>Sun, 02 Dec 2012 17:44:14 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11720071#p11720071</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11718641#p11718641</link>
			<description><![CDATA[<p>Tu peux faire un copié collé de ton fichier &quot;~/.config/openbox/lxde-rc.xml&quot; sur pastebin ?<br /><a href="http://pastebin.com/">http://pastebin.com/</a></p><p>Poste le résultat pour voir, dans le miens j&#039;ai ça :<br /><a href="http://pastebin.com/raw.php?i=H2j887Z7">http://pastebin.com/raw.php?i=H2j887Z7</a></p><p>Je crois que c&#039;est un problème de focus des nouvelles fenêtres, vérifie si tu as bien cette partie :</p><div class="codebox"><pre><code>  &lt;focus&gt;
    &lt;focusNew&gt;yes&lt;/focusNew&gt;
    &lt;!-- always try to focus new windows when they appear. other rules do
       apply --&gt;
    &lt;followMouse&gt;no&lt;/followMouse&gt;
    &lt;!-- move focus to a window when you move the mouse into it --&gt;
    &lt;focusLast&gt;yes&lt;/focusLast&gt;
    &lt;!-- focus the last used window when changing desktops, instead of the one
       under the mouse pointer. when followMouse is enabled --&gt;
    &lt;underMouse&gt;no&lt;/underMouse&gt;
    &lt;!-- move focus under the mouse, even when the mouse is not moving --&gt;
    &lt;focusDelay&gt;200&lt;/focusDelay&gt;
    &lt;!-- when followMouse is enabled, the mouse must be inside the window for
       this many milliseconds (1000 = 1 sec) before moving focus to it --&gt;
    &lt;raiseOnFocus&gt;no&lt;/raiseOnFocus&gt;
    &lt;!-- when followMouse is enabled, and a window is given focus by moving the
       mouse into it, also raise the window --&gt;
  &lt;/focus&gt;</code></pre></div><p>Surtout ce morceau là :</p><div class="codebox"><pre><code>&lt;focusNew&gt;yes&lt;/focusNew&gt;</code></pre></div><p>Tu es pas le seul à avoir ce problème en tout cas :<br /><a href="https://bbs.archlinux.org/viewtopic.php?pid=992240">https://bbs.archlinux.org/viewtopic.php?pid=992240</a></p><p><img src="http://forum.ubuntu-fr.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Ou c&#039;est peut être le &quot;&lt;focus&gt;yes&lt;/focus&gt;&quot; dans la section &lt;applications&gt;&lt;/applications&gt;, ligne 872 :<br /><a href="http://pastebin.com/H2j887Z7">http://pastebin.com/H2j887Z7</a></p><p>Je pense que si tu kill l&#039;explorateur de fichiers, avec un &quot;killall pcmanfm&quot; et que tu lances le &quot;lxpanelctl run&quot;, tu va la voir la fenêtre. <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (afilmore)]]></author>
			<pubDate>Sun, 02 Dec 2012 16:06:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11718641#p11718641</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11717821#p11717821</link>
			<description><![CDATA[<p>avant de lire vos propositions, j&#039;ai simplement remplacer lxpanelctl run par un xmessage dans ~/.config/openbox/lxde-rc.xml pour le alt+F2 et évidemment, le message s&#039;affiche bien avec alt+F2;</p><p>j&#039;ai donc fait le apt-get reinstall; toujours sans succés</p><p>par contre le ps -ef me donne un profil LXDE et non Lubuntu , est-ce grave ?</p><p>ps: je viens de voir que mon Windows Manager est openbox-lxde, si ça peut servir...</p>]]></description>
			<author><![CDATA[dummy@example.com (Sciensous)]]></author>
			<pubDate>Sun, 02 Dec 2012 15:02:03 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11717821#p11717821</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11714591#p11714591</link>
			<description><![CDATA[<p>Essai de réinstaller le paquet pour voir :</p><div class="codebox"><pre><code>sudo apt-get install --reinstall lxpanel</code></pre></div><p>Relance le panel :</p><div class="codebox"><pre><code>lxpanelctl restart</code></pre></div><p>Verifie que tu as bien un process lxpanel :</p><div class="codebox"><pre><code>ps aux |grep lxpanel</code></pre></div><p>Ce qui doit donner :</p><div class="codebox"><pre><code>me   2114  0.4  2.6 192888 13520 ?        Sl   12:09   0:00 lxpanel --profile Lubuntu
me   2182  0.0  0.1   4408   844 pts/2    S+   12:11   0:00 grep --color=auto lxpanel</code></pre></div><p>La commande &quot;run&quot; devrait marcher.</p>]]></description>
			<author><![CDATA[dummy@example.com (afilmore)]]></author>
			<pubDate>Sun, 02 Dec 2012 11:15:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11714591#p11714591</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11712961#p11712961</link>
			<description><![CDATA[<p>Ah ouais, autant pour moi. ^^</p><p>Tu as tenté de purger et réinstaller le paquet correspondant ?</p>]]></description>
			<author><![CDATA[dummy@example.com (The Uploader)]]></author>
			<pubDate>Sun, 02 Dec 2012 09:09:40 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11712961#p11712961</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11710621#p11710621</link>
			<description><![CDATA[<p><img src="http://forum.ubuntu-fr.org/img/smilies/lol.png" width="15" height="15" alt="lol" /><br />voir le post&#160; &#160; &#160; &#160; &#160; #1<br />(ça doit être l&#039;heure <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" />)</p>]]></description>
			<author><![CDATA[dummy@example.com (Sciensous)]]></author>
			<pubDate>Sat, 01 Dec 2012 23:07:32 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11710621#p11710621</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11671291#p11671291</link>
			<description><![CDATA[<p>Salut</p><p>Je connais très peu LXDE, mais que donne la commande &quot;lxpanelctl run&quot; dans un terminal ?</p>]]></description>
			<author><![CDATA[dummy@example.com (The Uploader)]]></author>
			<pubDate>Wed, 28 Nov 2012 20:33:09 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11671291#p11671291</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670611#p11670611</link>
			<description><![CDATA[<p>merci quand même <img src="http://forum.ubuntu-fr.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Sciensous)]]></author>
			<pubDate>Wed, 28 Nov 2012 19:55:59 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670611#p11670611</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670591#p11670591</link>
			<description><![CDATA[<p>je ne sais pas alors plus trop d&#039;idée</p>]]></description>
			<author><![CDATA[dummy@example.com (ljere)]]></author>
			<pubDate>Wed, 28 Nov 2012 19:54:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670591#p11670591</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670391#p11670391</link>
			<description><![CDATA[<div class="quotebox"><cite>ljere a écrit&#160;:</cite><blockquote><div><p>ok est que donne</p><div class="codebox"><pre><code>lxpanelctl restart</code></pre></div></div></blockquote></div><p>pas ok <img src="http://forum.ubuntu-fr.org/img/smilies/sad.png" width="15" height="15" alt="sad" /> ça ne donne rien</p>]]></description>
			<author><![CDATA[dummy@example.com (Sciensous)]]></author>
			<pubDate>Wed, 28 Nov 2012 19:46:53 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670391#p11670391</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670351#p11670351</link>
			<description><![CDATA[<p>ok est que donne</p><div class="codebox"><pre><code>lxpanelctl restart</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ljere)]]></author>
			<pubDate>Wed, 28 Nov 2012 19:45:24 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670351#p11670351</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670101#p11670101</link>
			<description><![CDATA[<div class="quotebox"><cite>ljere a écrit&#160;:</cite><blockquote><div><p>vérifie déjà que lxpanel soit installé</p></div></blockquote></div><p>non seulement il l&#039;est mais lxpanelctl aussi</p>]]></description>
			<author><![CDATA[dummy@example.com (Sciensous)]]></author>
			<pubDate>Wed, 28 Nov 2012 19:31:59 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11670101#p11670101</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11669191#p11669191</link>
			<description><![CDATA[<p>vérifie déjà que lxpanel soit installé</p>]]></description>
			<author><![CDATA[dummy@example.com (ljere)]]></author>
			<pubDate>Wed, 28 Nov 2012 18:13:32 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11669191#p11669191</guid>
		</item>
		<item>
			<title><![CDATA[soucis lxpanelctl run]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11668941#p11668941</link>
			<description><![CDATA[<p>hello, </p><p>je suis sous la 12.04 lts, avec lxde</p><p>n&#039;ayant le raccourci alt+f2 qui marche, j&#039;ai tenté la commande dans un terminal </p><div class="codebox"><pre><code>lxpanelctl run</code></pre></div><p>et rien ne se passe ni s&#039;affiche.</p><p>quelqu&#039;un a une idée ??</p><p>ps: à l&#039;origine j&#039;ai vu qu&#039;il fallait modifié le fichier lxde-rc.xml pour y mettre la commande décrite</p>]]></description>
			<author><![CDATA[dummy@example.com (Sciensous)]]></author>
			<pubDate>Wed, 28 Nov 2012 17:51:48 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11668941#p11668941</guid>
		</item>
	</channel>
</rss>
