Make zeitgeist optional
Bug #1274950 reported by
Pim Vullers
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scratch |
Fix Released
|
Medium
|
Pim Vullers | ||
Slingshot |
Fix Released
|
Medium
|
Pim Vullers |
Bug Description
Please make the zeitgeist functionality optional as it is only for users that actually have a zeitgeist capable system.
Related branches
lp://staging/~pimvullers/scratch/fix-1274950
- elementary Apps team: Pending requested
-
Diff: 359 lines (+48/-17)19 files modifiedCMakeLists.txt (+11/-1)
plugins/brackets-completion/CMakeLists.txt (+1/-1)
plugins/browser-preview/CMakeLists.txt (+1/-1)
plugins/contractor/CMakeLists.txt (+1/-1)
plugins/filemanager/CMakeLists.txt (+1/-1)
plugins/folder-manager/CMakeLists.txt (+1/-1)
plugins/open-with/CMakeLists.txt (+1/-1)
plugins/outline/CMakeLists.txt (+1/-1)
plugins/pastebin/CMakeLists.txt (+1/-1)
plugins/source-tree/CMakeLists.txt (+1/-1)
plugins/spell/CMakeLists.txt (+1/-1)
plugins/strip-trailing-save/CMakeLists.txt (+1/-1)
plugins/terminal/CMakeLists.txt (+1/-1)
plugins/vim-emulation/CMakeLists.txt (+1/-1)
plugins/word-completion/CMakeLists.txt (+1/-1)
src/CMakeLists.txt (+1/-0)
src/MainWindow.vala (+8/-2)
src/Services/Document.vala (+12/-0)
src/Services/ZeitgeistLogger.vala (+2/-0)
lp://staging/~pimvullers/slingshot/fix-1274950
- elementary Pantheon team: Pending requested
-
Diff: 117 lines (+26/-3)3 files modifiedCMakeLists.txt (+13/-2)
src/Backend/AppSystem.vala (+10/-0)
src/Backend/RelevancyService.vala (+3/-1)
Changed in slingshot: | |
milestone: | none → isis-beta1 |
importance: | Undecided → Medium |
status: | New → Fix Committed |
assignee: | nobody → Pim Vullers (pimvullers) |
Changed in scratch: | |
milestone: | none → isis-beta1 |
assignee: | nobody → Pim Vullers (pimvullers) |
importance: | Undecided → Medium |
status: | New → Fix Committed |
Changed in scratch: | |
status: | Fix Committed → Fix Released |
Changed in slingshot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The linked branch adds a USE_ZEITGEIST option that provides the desired functionality. By default zeitgeist integration is enabled.