[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

LXDE-related diver questions



Good time of the day.


1. I can not make minimize windows in LXDE w/ shortcut Alt-F2. In

.config/openbox/lxde-rc.xml

I have:

    <keybind key="A-F2">
      <action name="Minimize"/>
    </keybind>

What is wrong?


2. Also why these does not start:

    <keybind key="C-A-3">
      <action name="Execute">
        <startupnotify>
          <enabled>true</enabled>
          <name>Chromium qwe</name>
        </startupnotify>
        <command>/usr/lib/kde4/libexec/kdesu -u qwe
    -c /usr/bin/chromium</command> </action>
    </keybind>

    <keybind key="C-A-5">
      <action name="Execute">
        <startupnotify>
          <enabled>true</enabled>
          <name>qBitTorrent qwe</name>
        </startupnotify>
        <command>/usr/lib/kde4/libexec/kdesu -u qwe
    -c /usr/bin/qbittorrent</command> </action>
    </keybind>

- auth. dialog appears and after successful auth. the program does
  not appear, while this:

    <keybind key="C-A-1">
      <action name="Execute">
        <startupnotify>
          <enabled>true</enabled>
          <name>Claws-Mail qwe</name>
        </startupnotify>
        <command>/usr/lib/kde4/libexec/kdesu -u qwe
    -c /usr/bin/claws-mail</command> </action>
    </keybind>

works?


3. How I can configure konsole to start w/ multiple tabs in LXDE? - In
KDE it saves session and starts as wanted but in LXDE - not - just
single tab. I have searched the web and found that it is possible to
specify additional tab by issueing

konsole --new-tab

but want more than one more.


4. Can LXDE remember the possion of some al least windows on the
screen? - Or may specify in a script the coordinates of the windows I
run at least on start up?


Thanks for Your time and knowledge.


Reply to: