summaryrefslogtreecommitdiffstats
path: root/src/xdg-autostart-generator/xdg-autostart-service.h
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2020-10-08 15:58:08 +0200
committerBenjamin Berg <bberg@redhat.com>2020-10-09 11:04:19 +0200
commitd5273f51a1f452575eccfb855a8dc383c8d23f3a (patch)
tree0fc1ba56c5cbaa228905ac006da29b8582f5dea5 /src/xdg-autostart-generator/xdg-autostart-service.h
parentmissing-syscall: fix copypasta (diff)
downloadsystemd-d5273f51a1f452575eccfb855a8dc383c8d23f3a.tar.xz
systemd-d5273f51a1f452575eccfb855a8dc383c8d23f3a.zip
xdg-autostart: Add support for Path= in XDG Desktop File
This sets the working directory of the application.
Diffstat (limited to 'src/xdg-autostart-generator/xdg-autostart-service.h')
-rw-r--r--src/xdg-autostart-generator/xdg-autostart-service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdg-autostart-generator/xdg-autostart-service.h b/src/xdg-autostart-generator/xdg-autostart-service.h
index 685f97824e..8cf07ef64a 100644
--- a/src/xdg-autostart-generator/xdg-autostart-service.h
+++ b/src/xdg-autostart-generator/xdg-autostart-service.h
@@ -10,6 +10,7 @@ typedef struct XdgAutostartService {
char *type; /* Purely as an assertion check */
char *exec_string;
+ char *working_directory;
char **only_show_in;
char **not_show_in;