joukewitteveen / xlogin

Automatic X login service for systemd
BSD 2-Clause "Simplified" License
72 stars 9 forks source link

Path to bash executable #2

Closed paprykarz closed 9 years ago

paprykarz commented 10 years ago

Hi,

Using xlogin as Debian service requires replacement /usr/bin/bash to /bin/bash in three places or symbolic link the first to the second path.

OneOfOne commented 10 years ago

In Arch /bin/ is a symlink to /usr/bin/ so changing the default path to /bin/bash should work.

joukewitteveen commented 10 years ago

This should be a configuration option during make install. Once another update to xlogin is necessary, I'll try to get this in, but it will only be available if it is easy to add. There are very few lines in xlogin, and I would like to keep it that way.

joukewitteveen commented 9 years ago

This is fixed in ed76919ae72bcd87efb8206625a197da2c428063.

You can set the location of Bash when installing using make BASH=/bin/bash install.