On Wed, Aug 21, 2013 at 12:53:06AM +0200, aurelien coillet wrote: > Hi there, > > I'm wanting to try the weston implementation of wayland, but weston-launch > fails with this error: > "fish: Could not expand string “"$@"” > Standard input: /usr/bin/weston "$@" > > > This happens even if I launch bash before (and try to launch weston-launch > from bash). Fish is my default (login) shell.
this is a bug in weston-launch: http://cgit.freedesktop.org/wayland/weston/tree/src/weston-launch.c it uses the users login-shell to execute shell commands. (the bug is to asume that any login shell a user might have is sh compatible) it was introduced and discussed here: http://lists.freedesktop.org/archives/wayland-devel/2013-April/008747.html > Is there a straughtforward way to solve this? change your login shell, and report a bug against wayland-launch greetings, martin. -- eKita - the online platform for your entire academic life hackerspace beijing - http://qike.info -- chief engineer eKita.co pike programmer pike.lysator.liu.se caudium.net foresight developer realss.com foresightlinux.org unix sysadmin trainer developer societyserver.org Martin Bähr working in china http://societyserver.org/mbaehr/ ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
