-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hi, awesome project, but I ran into two problem that block me from using cdm:
I use Archlinux x86_64 (systemd) with the cdm-git package (compiles latest version from here) and I have an .xinitrc file to start i3 and Enlightenment17 that works perfectly with slim.
When I try to use cdm, however, after logging into the X session I do not have sound (a closer look reveals that the ACL permissions for the sound card do not get set when logging in with a user. A workaround for that would be to add the user to the audio group, but that's against the workings of systemd).
The more pressing problem is that I cannot start a VPN connection with nm-applet when starting the X session with cdm (no problems with slim), the journal states that NetworkManger cannot find the secrets for the VPN connection (which indicates to me that there a problem with the dbus sessions).
My configuration file /etc/cdmrc varies from the default one like this:
binlist=(
'/.xinitrc i3'/.xinitrc e17'
'
'/bin/bash --login'
)
namelist=('i3' 'e17' 'Console')
flaglist=(X X C)
consolekit=no