| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This function is more robust than the current code and uses glib's
G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_NAMESPACE instead of creating match rules
itself.
bus-watch-namespace.[ch] is shared with gnome-settings-daemon.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This is the format that GDesktopAppInfo expects. This means that the apps will
be reffered to as app.desktop in gsettings, which is consistent with how others
are doing it (indicator-messages, unity, gnome shell).
Backwards compatibility with old settings keys is maintained.
|
| |
|
|
Each player has its own action with a dictionary state. Right now, this state
only contains one key "running", which signifies whether an instance of the
player is currently running.
It does not yet show non-running players on startup, and ignores the blacklist.
|