Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 2cfb48d199e7a8e99de563d1e269ff56 > files > 59

rsibreak-0.11-1.fc14.x86_64.rpm

Remarks:
- D-Bus notes:
  * Exported functions must be under public Q_SLOTS: in src/rsiwidget.h
    i've added slotShowWhereIAm as an example.

    rsiwidget.h:

    /* Available through D-Bus */
    public Q_SLOTS:
        void slotShowWhereIAm();

    After adding new functions you must regenerate org.rsibreak.rsiwidget.xml
    to include the new functions.
    It's done like this:
    qdbuscpp2xml -M -s rsiwidget.h -o org.rsibreak.rsiwidget.xml

    More info at: http://techbase.kde.org/Development/Tutorials/D-Bus/Creating_Interfaces

    - fdoving

Wishes:
- rsi instructions <---- please contact us if you can do this....

Bugs:
- image extension are hardcoded

Gnome specific bugs:
- It is started at login, regardless of the setting.
  Gnome does not have a setting where you can set a condition to start / not
  start, nor can you disable the startup for Gnome when the desktop is in the
  $prefix/autostart. So: known bug - unresolvable untill a fd.o spec is
  there and implemented