1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
===============================================================================
Q: Does Osmo support data synchronization with online services?
A: Unfortunately no. Because of lack of our interest in such feature we do
not plan to work on it. Any patches related to data synchronization
functionality are welcome.
===============================================================================
Q: I get the following message on console when I run Osmo:
java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode
Does Osmo require Java?
A: No, this message is generated by Java plugin for Webkit. Because Osmo uses
Webkit for HTML rendering such output is generated during initialization.
===============================================================================
Q: Osmo looks as ugly as Windows 3.x application. What's wrong with the GUI?
A: Osmo uses Gtk+ v2 Toolkit for the GUI. Currently, many applications use
Gtk+ v3 with dedicated themes ignored by Gtk+ v2 applications. To get
the consistent look of Osmo with other Gtk+ v3 applications you have to
use the theme dedicated for both versions of Gtk+.
For example, try to use the clearlooks-phenix-theme.
===============================================================================
|