eliasp / plasma-workspace-units

systemd user-session units for KDE Frameworks 5/Plasma 5
http://quickgit.kde.org/?p=plasma-systemd-integration.git
GNU General Public License v2.0
19 stars 4 forks source link

startsystemd generating errors in .xsession-errors #17

Closed AnAkkk closed 9 years ago

AnAkkk commented 9 years ago

There are a few errors in .xsession-errors which are related to startsystemd:

1) rm ${LOGFILE} causes an error because the logfile doesn't exist, should probably add the -f flag to ignore non-existent files 2) SESSION_ENV_FILE is not defined, both rm and touch will also cause an error

eliasp commented 9 years ago

You're right… I knew of them but kept ignoring them :) Will fix this ASAP.

bhush9 commented 9 years ago

This can be closed now..