Re: removing of sddm (debian 9 -kde5) to start in console mode then startx to start kde5

2017-10-17 Thread Stephane L
Thank you very much Alexander for your help,because I had switched to debian 8 again for three months because I didn't know how to boot in console mode debian 9.so I have just installed again debian 9 and with it boots in multi user mode(console) so I am happy :-)my problem is solved... best re

Re: removing of sddm (debian 9 -kde5) to start in console mode then startx to start kde5

2017-10-17 Thread Stephane L
. This command should work in your case:     $ sudo systemctl start sddm.service On 17.10.2017 18:55, Stephane L wrote: Hi, Alexander I Want to boot debian 9 in multi user mode (console),then do something then and then to startx kde5/xorg with startx as I do with debian8/kde4

Re: removing of sddm (debian 9 -kde5) to start in console mode then startx to start kde5

2017-10-17 Thread Stephane L
better launch it by starting your display manager (gdm in my case):     $ sudo systemctl start gdm.service On 17.10.2017 17:24, Stephane L wrote: do I need too to make a .xinitrc with something like /usr/bin/startkde ? Le Mardi 17 octobre 2017 14h11, Alexander V. Makartsev a

Re: way of starting a firewall script in debian 9 with kde5 and sddm

2017-10-17 Thread Stephane L
thank you very much ben, I will try this toobests regards stephane Le Mardi 17 octobre 2017 14h26, Ben Caradoc-Davies a écrit : On 18/10/17 01:08, Stephane L wrote: > Hi,I have a firewall script(firewall) that I laucnh with Is > there a way in debian 9 (with kde5 and sddm) to

Re: removing of sddm (debian 9 -kde5) to start in console mode then startx to start kde5

2017-10-17 Thread Stephane L
    $ sudo systemctl set-default graphical.target You have to reboot to apply changes. On 17.10.2017 16:59, Stephane L wrote: Hi I have tried to remove sddm from /etc/init.d but it starts always with sddm.I want to boot my debian 9 in console mode and do startx to launch kde5 as

Re: removing of sddm (debian 9 -kde5) to start in console mode then startx to start kde5

2017-10-17 Thread Stephane L
et-default graphical.target You have to reboot to apply changes. On 17.10.2017 16:59, Stephane L wrote: Hi I have tried to remove sddm from /etc/init.d but it starts always with sddm.I want to boot my debian 9 in console mode and do startx to launch kde5 as I do with debian 8 and kde4.d

Tr : new command in replacement for iptables in debian 9 ?

2017-10-17 Thread Stephane L
thank you ben, it is probably nftables.my problem is solved ... Le Mardi 17 octobre 2017 14h03, Stephane L a écrit : Hi, Is there a new command to replace iptables in debian 9 ? I have read something like that best regards

way of starting a firewall script in debian 9 with kde5 and sddm

2017-10-17 Thread Stephane L
Hi,I have a firewall script(firewall) that I laucnh with Is there a way in debian 9 (with kde5 and sddm) to start this script at the boot of the linux system or at the launching of xorg or of kde5 ? Thanks

new command in replacement for iptables in debian 9 ?

2017-10-17 Thread Stephane L
Hi, Is there a new command to replace iptables in debian 9 ? I have read something like that best regards

removing of sddm (debian 9 -kde5) to start in console mode then startx to start kde5

2017-10-17 Thread Stephane L
Hi I have tried to remove sddm from /etc/init.d but it starts always with sddm.I want to boot my debian 9 in console mode and do startx to launch kde5 as I do with debian 8 and kde4.does anyone know exactly how to do that ?