Version 7 (modified by 15 years ago) ( diff ) | ,
---|
Manual
Documentations about SmartClient can be found at source:trunk/documentation.
The voluminous (around 100 pages), always outdated and still incomplete manual (in German !) can be found at here:
- LaTeX sources: source:trunk/documentation/betriebshandbuch/
- PDF: SmartClient-main.pdf
Future documentation work should be done in this wiki.
Server
Client
SmartClient Components
- common/sc_base
- client/sc_hardware
- client/sc_mkwsconfig
- client/sc_install
- client/sc_desktop_permissions
- client/sc_kprofile
- client/sc_ldap2authorizedkeys
- client/sc_print
- client/sc_inventar2ldap
- client/sc_vmware
- client/sc_tools_client
Configuration
KDE
KDE4
While the manual describes KDE3 configuration, our preliminary results for KDE4 are documented at http://techbase.kde.org/Projects/Plasma/Kiosk
adding appications
Example application: example
Where possible, we store our stuff in a separate subdirectory smartclient
/usr/share/applications/example.desktop | general application description, like Name, Exec(utable), Icon | |
/usr/share/pixmap/example.png | application icon (using /usr/share/icons/default.kde4/48x48/apps/example.png is also possible, but more complicated. Also problems occur, if the user changes the default icon them) |
testing KDE4 icons
to test, if an icon is recognised by the system, act as follow:
- copy the icon
example.png
orexample.svgz
to/usr/share/pixmap/
- create a test directory
/tmp/test
- copy some
.desktop
files into/tmp/test
. At least one should have the lineIcon=example
- remove icon cache by:
rm -r ~/.kde4/cache-*/kpc/
- check if icon gets displayed by:
konqueror /tmp/test
- or:
strace -e file -f konqueror /tmp/test
Attachments (1)
-
SmartClient-main.pdf
(556.6 KB
) - added by 15 years ago.
SmartClient Betriebshandbuch (Version 5747)
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.