Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* daemon: Use g_spawn_sync, and correctly test exit codeChristian Persch2009-10-201-9/+13
| | | | | Use g_spawn_sync() to launch the migration script, and test the exit code using WIFEXITSTATUS.
* Run evince instances in different processes instead of single instanceCarlos Garcia Campos2009-10-201-0/+442
- When built with DBus support a daemon is used to keep track of opened documents and reload them when reopened. - Crash recovery code has been removed. - Metadata migration code has been moved from main.c to ev-daemon.c, so that it's only run once on daemon startup. Fixes bgo#583680, bgo#434966, bgo#497388, bgo#524633 and bgo#586087.