The faulty lxsession-default-terminal is some sort of script which
handles foldernames with spaces incorrect:

-rwxr-xr-x 1 root root 1012 Apr 10 23:52 /usr/bin/lxsession-default-
terminal

#!/bin/sh
#
#  Copyright (C) 2013 Julien Lavergne (gi...@ubuntu.com)
#
...
echo "Launching terminal manager"
dbus-send --session --print-reply --dest="org.lxde.SessionManager" 
/org/lxde/SessionManager org.lxde.SessionManager.SessionLaunch 
string:"terminal_manager" string:$PWD> /dev/null 2>&1


--> The real bug is the missing escaping around $PWD
Updating this file to ..."$PWD"... solved the Problem.


BR us2000

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314931

Title:
  PCManFM 1.2.0 - Open Current Folder in Terminal - Not working with
  spaces in foldername

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcmanfm/+bug/1314931/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to