[Github-comments] [geany/geany] build error on ubuntu 18.04 (#2465)

2020-03-30 Thread Murali Kodali
building from source code failed with the following error on ubuntu mate 18.04.03 ./configure: line 17692: syntax error near unexpected token `$gtk2_package' ./configure: line 17692: `PKG_CHECK_EXISTS($gtk2_package >= $gtk2_min_version, have_gtk2=yes, have_gtk2=no)' -- You are receiving this

Re: [Github-comments] [geany/geany-plugins] ssh milestone (#963)

2020-03-30 Thread elextr
I guess if somebody wants to make a plugin that does the mounts thats fine too. Also [this](https://github.com/geany/geany/pull/1414) and [this](https://github.com/geany/geany/pull/963) started some additional built-in capability but have not been merged, possibly because no committer has th

Re: [Github-comments] [geany/geany-plugins] ssh milestone (#963)

2020-03-30 Thread Matthew Brush
The popular Linux desktop environments (and if I'm not mistaken Win32 and Macos) usually include the ability to mount remote (and other) filesystems from the file manager application, as well. Seems a little redundant for Geany to implement something already provided by the underlying OS/DE. -

Re: [Github-comments] [geany/geany-plugins] ssh milestone (#963)

2020-03-30 Thread Luis Eduardo S.Silveira
for SSHFS(Ssh File System) i use gui Sftpman-gtk, in this you mount your ssh remote point in a local disk. https://github.com/spantaleev/sftpman-gtk -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/ge

Re: [Github-comments] [geany/geany-plugins] ssh milestone (#963)

2020-03-30 Thread Pushtakio
so - essentially - there is no remote mounting as you have it in vscode/atom ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/963#issuecomment-605995930

Re: [Github-comments] [geany/geany-plugins] ssh milestone (#963)

2020-03-30 Thread elextr
To be clear, geany only accesses the local filesystem, if you use any method to make a remote filesystem appear as if local Geany can access it. But the functionality to mount remote filesystems as local is _not_ part of Geany, its part of your operating system. -- You are receiving this beca

Re: [Github-comments] [geany/geany-plugins] ssh milestone (#963)

2020-03-30 Thread Pushtakio
is there any geany-gvfs tutorial ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/963#issuecomment-605925151