Hi !
My 1st post on this forum after many years of consulting. Thanks to members, I learned a lot round here...
I decided to evaluate newer versions of Kubuntu lately, so that I can replace older machines running 8.04 and 10.04. I installed 12.04 64 bits and 13.10 32 bits on test machines to setup the configs (with my requirements). So far so good except a few things I need help with.
My first problem concerns Synergy. I had to install Synergy 1.3.8 (because the "server" is 1.3.8). It works perfectly when I run synergyc <server>. But I need it running before login.
According to Ubuntu documentation (https://help.ubuntu.com/community/SynergyHowto) :
but it doesn't work for Kubuntu
Ubuntu's Wiki for LightDM indicates (https://wiki.ubuntu.com/LightDM):
Tried these 3 options. None worked for me on Kubuntu 13.10 32 bits. I guess something's missing to have it working in KDE, when many users with Ubuntu/Gnome report success.
Spent last 2 days trying to get it working, googled a lot, but nothing seems to work. Any ideas ? Has someone found a way to do it ?
TIA...
Bien à vous,
Guillaume
My 1st post on this forum after many years of consulting. Thanks to members, I learned a lot round here...
I decided to evaluate newer versions of Kubuntu lately, so that I can replace older machines running 8.04 and 10.04. I installed 12.04 64 bits and 13.10 32 bits on test machines to setup the configs (with my requirements). So far so good except a few things I need help with.
My first problem concerns Synergy. I had to install Synergy 1.3.8 (because the "server" is 1.3.8). It works perfectly when I run synergyc <server>. But I need it running before login.
According to Ubuntu documentation (https://help.ubuntu.com/community/SynergyHowto) :
Autostart Synergy before logging in (LightDM)
On the client, add the following line at the end of /etc/lightdm/lightdm.conf:
greeter-setup-script=/usr/bin/synergyc <SERVER HOSTNAME>
Where <SERVER HOSTNAME> is the name/IP of the server you are connecting to.
On the client, add the following line at the end of /etc/lightdm/lightdm.conf:
greeter-setup-script=/usr/bin/synergyc <SERVER HOSTNAME>
Where <SERVER HOSTNAME> is the name/IP of the server you are connecting to.
Ubuntu's Wiki for LightDM indicates (https://wiki.ubuntu.com/LightDM):
Autorun a Command
You can run a command when the X Starts, when the greeter starts or when the user session starts
Autorun a Command when X starts
When lightdm starts X you can run a command or script, like xset perhaps.
display-setup-script=[script|command]
Autorun a Command when the Greeter starts
You can do something similar when the greeter starts:
greeter-setup-script=[script|command]
Autorun a Command when the User Session starts
If you want to spawn something when the user session starts, you can do it with:
session-setup-script=[script|command]
You can run a command when the X Starts, when the greeter starts or when the user session starts
Autorun a Command when X starts
When lightdm starts X you can run a command or script, like xset perhaps.
display-setup-script=[script|command]
Autorun a Command when the Greeter starts
You can do something similar when the greeter starts:
greeter-setup-script=[script|command]
Autorun a Command when the User Session starts
If you want to spawn something when the user session starts, you can do it with:
session-setup-script=[script|command]
Spent last 2 days trying to get it working, googled a lot, but nothing seems to work. Any ideas ? Has someone found a way to do it ?
TIA...
Bien à vous,
Guillaume
Comment