summaryrefslogtreecommitdiffstats
path: root/src/extension/dbus/org.inkscape.service.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Fixed directory for inkscape executable.Soren Berg2009-08-171-1/+1
| | | | | Now points to $(prefix)/bin/inkscape (bin added.) (bzr r8254.1.31)
* Fixed service file!Soren Berg2009-08-151-1/+1
| | | | | Service file will now point to $(prefix) of most recently installed inkscape. (bzr r8254.1.29)
* Fixed GErrors.Soren Berg2009-07-221-0/+1
| | | | | | Added many GErrors, especially for unfound objects. transfered many functions to using verbs instead of the function the verb calls to make error reporting easier. (bzr r8254.1.19)
* Core Dbus files.Soren Berg2009-07-121-0/+4
Init creates interfaces on Inkscape startup. Application and document interface provide API functions over Dbus. service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus. (bzr r8254.1.3)