Search found 4 matches
- Thu Feb 17, 2011 5:14 am
- Forum: LXDE Components
- Topic: Keyboard input via a shortcut
- Replies: 0
- Views: 2704
Keyboard input via a shortcut
Hi, I'd like to fire a sequence of characters into an edit window using a shortcut. Probably I have to put something into ~/.config/openbox/lxde-rc.xml, like this: <keybind key="A-j"> <action name="A Burst">...? ? ?...</action> </keybind> What the proper syntax must be? Suppose I...
- Mon Dec 13, 2010 11:48 am
- Forum: LXDE Components
- Topic: LXDE and Wine [SOLVED]
- Replies: 3
- Views: 6917
Re: LXDE and Wine
Scripting it is. #!/bin/bash and a permission to run. Shame on me...
By the way, why does it run
way without a proper permission?
By the way, why does it run
Code: Select all
$ bash RH_Dictionary.sh
- Mon Dec 13, 2010 11:29 am
- Forum: LXDE Components
- Topic: LXDE and Wine [SOLVED]
- Replies: 3
- Views: 6917
Re: LXDE and Wine
Thank you, Marty Jack ! I've made a step or two. Close, but still no cigar. Found this example. Modified my ~/.local/share/applications/RH_Dictionary.desktop file: [Desktop Entry] Comment= Exec=/home/alexey/.local/share/applications/RH_Dictionary.sh GenericName=Random House Dictionary Icon=accessori...
- Mon Dec 06, 2010 6:39 pm
- Forum: LXDE Components
- Topic: LXDE and Wine [SOLVED]
- Replies: 3
- Views: 6917
LXDE and Wine [SOLVED]
Hi, I can't manage nicely a Win app in LXDE. For instance, I've got this (~/.local/share/applications/RH_Dictionary.desktop), created by KDE Menu Editor: [Desktop Entry] Comment= Exec=LANG=ru_RU.UTF-8 wine /home/alexey/common/WinApps/random/rhudwcd.exe GenericName=Random House Dictionary Icon=access...