Re: F23: KDE menu launch SSH inside konsole fails after update

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Saturday 08 October 2016 11:02:48 Ahmad Samir wrote:
> On 7 October 2016 at 16:05, Gary Stainburn
>
> <gary.stainburn@xxxxxxxxxxxxxx> wrote:
> > I don't know when it stopped working working, but it was recently.
> > Unfortunately, with almost daily updates I don't know what's caused it.
> >
> > I have menu entried within my KDE which start a ssh command inside a
> > konsole. This has worked fine for as long as I can remember (F9 or
> > before)
> >
> > However, now when I try, I get the launch feedback, the konsole window
> > never opens.
> >
> > If I open a konsole session, e.g. by right clicking the desktop, and then
> > run the ssh command then all works fine.
> >
> > Can annyone suggest how I can debug/fix the problem?
>
> That looks similar to this upstream bug:
> https://bugs.kde.org/show_bug.cgi?id=366793

I have tried replicating this bug on my system, but don't have a problem.

The bug reports that the '-c' argument is not recognised. However, when I try 
it, the command works, with a new konsole window opening and the ssh command 
working.  I do get an error when I close the new child window, but that is 
all.

However, while testing this I found an odd behaviour.  If I run the command

konsole -e bash -c "root ollie"

it works and I have a konsole session which is logged into Ollie.  However, if 
I do

konsole -e sh -c "ssh -Y C -l root ollie"

it briefly opens the window but then immediately closes it, presumably because 
the SSH has failed.  The odd thing is that the two commands are effectively 
the same thing

[gary@gary ~]$ cat bin/root
#!/bin/bash

if [ "$1" == "" ]; then
  host=127.0.0.1
else
  host=`shift`
fi

ssh  -Y -C -l root $host $*
[gary@gary ~]$ 
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux