From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roshan Mansinghani Date: Wed, 09 Aug 2006 00:04:57 +0000 Subject: Using udev rules to launch an X application Message-Id: <200608081904.58354.rosh1182@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org I have the following line in 10-custom.rules: BUS="usb", SYSFS{product}="Palm Handheld*", KERNEL="ttyUSB*",SYMLINK="pilot", MODE="666", RUN+="su - roshan -c '/usr/bin/jpilot'" When I connect my palm pilot to my computer and press the hotsync button, udev correctly creates a symbolic link /dev/pilot. However, the jpilot application is not launched. As a test, I previously had changed the Run argument to : RUN+="su - roshan -c 'ls > /tmp/test'" This worked as expected. Is there anything special that needs to be done when the application is an X application rather than a CLI one? Thanks. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel