|
UserFAQ
Frequently ask Questions for using Tryton
Tryton ClientCan I use Tryton on KDE/Qt?Yes, Tryton works fine inside KDE and Qt. KDE/QT widgets are not used by the Tryton-Client. Problems to identify focussed buttons or other graphical elementsThere could be some problems with highlighting focussed widgets in KDE, so that you can't identify visually where the input curser is. It may depend on using the GTK-Qt Theme Engine. Therefore you need to edit the System Settings of KDE. Just open the 'Look and Feel' > Appearance panel and set the GTK Styles to "Raleigh" or try out something different then "Use my KDE style in GTK applications". Some elements are not translatedFirst find out if your language is already supported by tryton. If your language is supported by tryton, then its possible that some standard gtk elements like the "ok" or "cancel" button are not correctly translated. To solve this issue you need to install the package: language-pack-gnome-de-base (Ubuntu) or libgtk2.0-common (Debian). Can I set my own shortcuts in the menu?Yes, it is possible to set own shortcuts in the gtk-specific way: Focuse first the menu item via mouse or keyboard and press then the desired key (combination). If the feature is not working by default, it has to be enabled in ~/.gtkrc-2.0 . If you don't have this file in your home, just create it and insert gtk-can-change-accels = 1If it is not working yet, you can also try to create an empty file called ~/.no-qtrc-to-gtkrc-mapping, then log out and log back in again. After setting your desired shortcuts, it is perhaps best to disable the feature again to avoid changes by accident. |
Sign in to add a comment
I am working on Debian Lenny with KDE 3.5.9 and display works without problems. I even can't find the setting you are describing.
Thanks mathias, I tried to clearify the description.