diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | etc/xdg/autostart/standardskriver.desktop | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2fbea03..0b4394a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ itzks-systems (2013.11.09.1) UNRELEASED; urgency=low * Add standardskriver script, provided by linuxavdelingen.no. * Add switch to standardskriver.cfg (enable = yes|no). + * Auto-start standardskriver during desktop session startup (via XDG + autostart). * debian/copyright: + Update years, add copyright info for standardskriver script. * debian/control: diff --git a/etc/xdg/autostart/standardskriver.desktop b/etc/xdg/autostart/standardskriver.desktop new file mode 100644 index 0000000..98502de --- /dev/null +++ b/etc/xdg/autostart/standardskriver.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +Exec=standardskriver +Name=standardskriver +StartupNotify=false + |