Am 12.05.2014 um 10:32 schrieb Elmar Stellnberger: > > When run as user it spies out the following error: >> kdeinit > kdeinit: Aborting. Can't set permissions on socket: : No such file or > directory > Wrong permissions of socket > '/private/var/folders/v9/l45bf_lx0bs8xbtryh1mbyz40000gn/T/ksocket-elm/kdeinit_/tmp/launch-3JagQn/org.macosforge.xquartz_0' > > while a file called > /private/var/folders/v9/l45bf_lx0bs8xbtryh1mbyz40000gn/T/ksocket-elm/kdeinit_/tmp/launch-3JagQn/org.maco > is being created but > /private/var/folders/v9/l45bf_lx0bs8xbtryh1mbyz40000gn/T/ksocket-elm/kdeinit_/tmp/launch-3JagQn/org.macosforge.xquartz_0 > would have been expected. > > Setting some environment variables to make the path shorter did not succeed. > works as root with shorter path. >
Well, there is an easy workaround for this: Just set the correct links in your .kde directory: elm:~/.kde> mkdir /tmp/ksocket-elm elm:~/.kde> ln -s /tmp/ksocket-elm/ socket-Elmars-MacBook.local elm:~/.kde> ln -s /tmp/ksocket-elm/ socket-Elmars-MacBook elm:~/.kde> mkdir /tmp/kde-elm elm:~/.kde> ln -s /tmp/kde-elm/ tmp-Elmars-MacBook elm:~/.kde> ln -s /tmp/kde-elm/ tmp-Elmars-MacBook.local elm:~/.kde> ls -l lrwxr-xr-x 1 elm staff 17 12 Mai 22:17 socket-Elmars-MacBook -> /tmp/ksocket-elm/ lrwxr-xr-x 1 elm staff 17 12 Mai 22:17 socket-Elmars-MacBook.local -> /tmp/ksocket-elm/ lrwxr-xr-x 1 elm staff 13 12 Mai 22:18 tmp-Elmars-MacBook -> /tmp/kde-elm/ lrwxr-xr-x 1 elm staff 13 12 Mai 22:18 tmp-Elmars-MacBook.local -> /tmp/kde-elm/ Things were pointing to sth. like lrwxr-xr-x 1 elm staff 61 12 Mai 01:12 socket-Elmars-MacBook.local -> /var/folders/v9/l45bf_lx0bs8xbtryh1mbyz40000gn/T//ksocket-elm lrwxr-xr-x 1 elm staff 57 12 Mai 01:12 tmp-Elmars-MacBook.local -> /var/folders/v9/l45bf_lx0bs8xbtryh1mbyz40000gn/T//kde-elm before which seems having made numerous problems due to the long path. For my purposes kdebase3 does now perfectly work! However I guess it would be nice to have that for other users as well. We would need to spot the location where the wrong default symlinks are created. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
