<br><br><div class="gmail_quote">On 5 October 2012 13:05, Bob Snyder <span dir="ltr"><<a href="mailto:bob.snyder@cox.net" target="_blank">bob.snyder@cox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I use Geany on my WinXP office workstation to develop code on a remote Linux box. This is done through Windows file sharing (SMB/Samba) and it works very well except for one detail. When I start Geany at the start of a session, and it tries to open the files that it had open when I shut down the previous session (or just through File->Open) it fails because I am not yet logged in through Windows to the remote box. If I use an Explorer window to browse the files first, that gives me the login dialog, and after I've logged in with that, Geany is happy.<br>

<br>
Can Geany be enhanced to present the user with that login dialog rather than just giving up? It seems likely that it can since other apps do it (though not surprisingly, neither Word nor Notepad). For example Adobe Reader and Wireshark (another GTK app ported to Windows) both do this.<br>

<br>
Many thanks,<br></blockquote><div><br></div><div>Hi Bob,</div><div><br></div><div>Geany relies on the operating system to mount remote files locally where it can access them.  It does not know about remote files at all.  So Geany has no basis to know it should mount the remote filesystem.  Applications like windows explorer or the equivalent Linux file managers are specifically designed to analyse and understand mixed file systems, so they can determine that they need to mount the share when you access something in it.</div>
<div><br></div><div>That level of functionality might also be available on the open dialog (on Linux, not sure about windows), but it is hidden inside GTK/Windows open dialog and not available to Geany, after mounting a share the open dialog just passes Geany a pathname with no info that it is remote. So there is nothing that says mounting is needed when re-opening from the session.</div>
<div><br></div><div>Whilst you could raise a feature request, realistically it is unlikely that filesystem handling (which of course would have to work on Linux, Win and Mac) would be included in a lightweight IDE like Geany since it would require all paths saved in the session be analysed to see if a mount is needed.</div>
<div><br></div><div>If I recall there is a way to make windows mount the share on login, asking you for a remote password then.  Not sure how to set it though.</div><div><br></div><div>Cheers</div><div>Lex</div><div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Bob S.<br>
<br>
______________________________<u></u>_________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de" target="_blank">Geany@uvena.de</a><br>
<a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">https://lists.uvena.de/cgi-<u></u>bin/mailman/listinfo/geany</a><br>
</blockquote></div><br>