~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to applets/plasmaboard/README

Tags: 4:4.4.3-1
* New upstream release:
  - Image providers in picture frame now work correctly. (Closes: #577948)

[ Modestas Vainius ]
* Bump kde-sc-dev-latest build dependency to 4.4.3.
* Release KDE SC 4.4.3 to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Welcome to plasmaboard, a virtual keyboard for your desktop! It is designed especially with keyboard users in mind.
 
2
 
 
3
REQUIREMENTS:
 
4
- You need a working GNU Compiler toolchain. 
 
5
- Cmake
 
6
- KDE Headers files (kde development packages)
 
7
- Xlib Header files (X develpment packages)
 
8
- XTest Extension Header files (X develpment packages)
 
9
- QT Header files (QT development packages)
 
10
 
 
11
 
 
12
HOW TO INSTALL
 
13
 
 
14
In the main directory run 
 
15
 - cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
 
16
 - make
 
17
 - make install/strip (as root or: sudo make install/strip )
 
18
 
 
19
 
 
20
KNOWN ISSUES
 
21
 
 
22
- KEYBOARD DOES NOT WORK
 
23
Since KDE 4.2.2 plasmaboard does not work anymore on most distributions. The problem is caused by a change in the plasma library. 
 
24
To fix that I needed to commit a patch to KDE. Sadly it didn't make into the 4.2.4 release. I hope some package maintainers will integrate the patch.
 
25
Plasmaboard works with KDE 4.3 RC1.
 
26
 
 
27
- When pressing "Alt Gr" the symbols on the keyboard do not adapt. This is an issue with the underlying X-Function, which seems
 
28
only to do mapping for the shift key correctly. No known solution yet. Despite of that AltGr works as expected 
 
29
 
 
30
- When changing the xkb-modmap, plasmaboard does not adapt automatically. You need to force the relabeling of the keys. Press "Shift" for example
 
31
 
 
32
- Backspace key does not work in eclipse. Don't know why. If you find other applications in which plasmaboard doesn't work as expected, please report
 
33
 
 
34
- Caps lock does not work for some keys. Don't know why. Shift works.
 
 
b'\\ No newline at end of file'