summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add PartOf= to all systemd unitsHenri Chain2021-09-301-0/+1
| | | | | | | | | | | | | The `PartOf` directive sets up a one-way dependency between graphical-session.target` and our services, so that when graphical-session.target` is stopped or restarted, our services also get stopped or restarted. This ensures that gvfs daemons that were started in the context of a GUI login session (through dbus activation) do not continue to run after the user has logged out. See `systemd.unit(5)` for more info.
* move systemd services to session sliceHenri Chain2021-09-221-0/+1
|
* ontology2code: fix --dump-python not generating code in Makefilecrvi2020-08-131-1/+1
|
* ontology2code: port to python3 ( drop python2 support )crvi2020-08-131-40/+18
|
* Make ontology2code work with python3Corentin Noël2018-11-231-17/+38
|
* Use rdflib directly to parse the trig filesCorentin Noël2018-11-231-11/+6
|
* Update Ontology2code to ba able to specify the output pathCorentin Noël2018-11-231-14/+22
|
* Fix placeholder in systemd service templateRico Tzschichholz2017-02-181-1/+1
|
* Add a systemd user service for each D-Bus session serviceSimon McVittie2017-02-183-0/+13
| | | | | | This means that, under a systemd user session where dbus-daemon uses systemd for activation, they will correctly go into their own cgroups instead of being treated as part of dbus.service.
* Give the D-Bus service files the correct namesSimon McVittie2017-02-182-3/+3
| | | | | | | | | | | | | | Best-practice is that if you implement a session service whose well-known name (Name field) is com.example.MyService1, and it should be service-activatable, then it should install ${datadir}/dbus-1/services/com.example.MyService1.service. This ensures that two non-conflicting packages cannot provide the same service name with the same search-path priority (i.e. in the same directory). If there are two session services with the same Name in the same directory, dbus-daemon will arbitrarily choose one of them, which is unlikely to be the desired result.
* data: Fix bash auto-completions scriptRico Tzschichholz2016-09-061-3/+3
|
* Drop unused Makefile.declRico Tzschichholz2016-09-051-1/+1
|
* Drop dbus-services-dir configure flagRico Tzschichholz2016-09-052-10/+7
|
* Use GNU gettext only and drop references to intltool and glib-getttextRico Tzschichholz2016-09-052-8/+5
|
* ontology2code: don't hardcode python pathRyan Lortie2014-03-171-1/+1
| | | | | | Use the typical /usr/bin/env trick to find python. https://bugs.freedesktop.org/show_bug.cgi?id=73837
* More clean ups for datahub mergeRico Tzschichholz2013-03-161-10/+0
| | | | 013e2f4e5ec27301d30bd8412f2374976f2f81ab was not approved by me :\
* Moved datahub inside the zeitgeist codebaseRico Tzschichholz2013-03-152-0/+20
|
* Merged Zeitgeist Datahub into same Zeitgeist Engine source for release purposesSeif Lotfy2013-03-161-0/+11
|
* Update ontology to store application action usageTed Gould2013-03-151-0/+4
| | | | | | | | | | | | | | | | | | This merge adds a couple of entries that could be used to store application action usage into the ZG database. In casual usage these could come from toolbar or menu usage, or on Unity, usage through the HUD. This allows for ranking the action usage externally for things like recently used actions or choosing toolbars based on commonly used items. An entry would then end up something like this: Event timestamp: 12345 Event interpretation: http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#AccessEvent Event manifestation: http://www.zeitgeist-project.com/ontologies/2010/01/27/zg#UserActivity Actor: application://my-app.desktop Subject: action:///app/my-action Subject title: "Do this" # User visible name of the action Subject interpretation: http://www.semanticdesktop.org/ontologies/2007/03/22/zg#ApplicationAction Subject manifestation: http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#SoftwareService
* data: clean up and install bash-completion fileRico Tzschichholz2013-02-173-7/+10
|
* Some more documentation work...Siegfried-Angel Gevatter Pujals2012-11-081-2/+3
|
* Documentation and autotools fixesSiegfried-Angel Gevatter Pujals2012-11-071-6/+8
| | | | | | | | | - Added a custom index page for the C documentation - Removed duplicate Vala documentation - Added missing documentation, titles, fixed links, etc. - Fixed autotools to updated the docs whenever needed - Fixed autotools to update the ontology files whenever needed - Updated AUTHORS, added content to README
* Remove auto-generated files.Siegfried-Angel Gevatter Pujals2012-05-031-1/+1
|
* Add the datamodel and ontologies to libzeitgeistTrever Fischer2012-04-191-2/+2
|
* Move stuff aroundMichal Hruby2011-12-3113-0/+5419