Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-11 Thread Amarjeet Singh
Hi Team, Below is the code which is passing drive name to XRDP Version 0.9.5 File : */src/protocols/rdp/guac_rdpdr/rdpdr_fs_service.c* > > > > > > > > > > *static void guac_rdpdr_device_fs_announce_handler(guac_rdpdr_device* device,wStream* output_stream, int device_id) {/*

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-10 Thread Amarjeet Singh
@Nick, Any idea what parameter is sending to XRDP 0.9.5 as I tried to change the GUAC_OS_TYPE from GUAC to CLOUD which doesn't make any difference. There might be another parameter which is passing to XRDP 0.9.5 and it displaying GUAC as a folder name . Regards, Amarjeet Singh On Mon, Mar

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-03 Thread Nick Couchman
On Sat, Mar 3, 2018 at 9:23 AM, Amarjeet Singh wrote: > I have tested with xrdp version 0.9.5 and got the following :- > > Display name is *"GUAC*" as you have mentioned above. > > View the screenshot : https://www.dropbox.com/s/ >

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-03 Thread Amarjeet Singh
I have tested with xrdp version 0.9.5 and got the following :- Display name is *"GUAC*" as you have mentioned above. View the screenshot : https://www.dropbox.com/s/bpsz633zt5tpfv3/xrdp_version_0.9.5.PNG?dl=0 Regards, Amarjeet Singh On Sat, Mar 3, 2018 at 7:35 PM, Amarjeet Singh

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-03 Thread Amarjeet Singh
@Nick xrdp Version is 0.5.0 On Sat, Mar 3, 2018 at 7:08 PM, Nick Couchman wrote: > >>> >>> On XRDP on Linux, you will not see this, as XRDP does not look at >>> either the client name, nor the the filesystem name for presenting this >>> share. >> >> >> I am seeing the same .

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-03 Thread Nick Couchman
> > >> >> On XRDP on Linux, you will not see this, as XRDP does not look at >> either the client name, nor the the filesystem name for presenting this >> share. > > > I am seeing the same . Please view the screenshots. > Interesting. Perhaps the version of XRDP you are using has been patched

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-03 Thread Amarjeet Singh
One more INFO I would like to share which is as follows :- *Link target of that folder* : home/gk/.rdp_drive/CLOUD { gk is username } On Sat, Mar 3, 2018 at 6:52 PM, Amarjeet Singh wrote: > I have seen one more folder with the name *Cloud Storage on 127.0.0.1* > which

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-03 Thread Amarjeet Singh
I have seen one more folder with the name *Cloud Storage on 127.0.0.1* which is not accessible. Link to view the screenshot :- > https://www.dropbox.com/s/t2emg56wxg0nito/linux_folders.PNG?dl=0 Below is the error I got while opening the folder :- Refer the screenshot > > Link to view the

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-03 Thread Nick Couchman
On Sat, Mar 3, 2018 at 7:09 AM, Amarjeet Singh wrote: > Hi Team, > > I have done the following changes to fix the above issue which works both > in *Windows *as well as *Linux RDP.* > > >> >> *#define GUAC_FILESYSTEM_NAME "C\0L\0O\0U\0D\0\0\0"**#define >>

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-03-03 Thread Amarjeet Singh
Hi Team, I have done the following changes to fix the above issue which works both in *Windows *as well as *Linux RDP.* > > *#define GUAC_FILESYSTEM_NAME "C\0L\0O\0U\0D\0\0\0"**#define > GUAC_FILESYSTEM_NAME_LENGTH 12* *Instead of using above configurations I have used the

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-02-26 Thread Nick Couchman
> > > >> It's interesting that XRDP is still clearly attempting to read things as >> UTF-16 here, but if that's failing for unmodified Guacamole, too, then it >> must be reading a field which we are not encoding as UTF-16 already (since >> the name of Guacamole's filesystem is definitely

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-02-25 Thread Nick Couchman
On Sun, Feb 25, 2018 at 11:05 PM, Mike Jumper wrote: > On Sat, Feb 24, 2018 at 6:03 PM, Nick Couchman wrote: > >> >>> It is, however, *definitely* part of the spec. Accidental or not, >>> Amarjeet has effectively demonstrated through his changes that

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-02-23 Thread Nick Couchman
> > > The UTF-16 equivalent for this in the byte order used by RDP would be: > > 43 6C 6F 75 53 74 6F 72 61 67 65 00 > > Which is the equivalent of the string: > > "ClouStorage" > > So you have apparently changed the UTF-16 string > ("G\0u\0a\0c\0a\0m\0o\0l\0e\0\0\0") to something which is

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-02-22 Thread Mike Jumper
On Thu, Feb 22, 2018 at 4:35 PM, Mike Jumper wrote: > ... > > ... the name of the redirected drive is not correct. ... NOTE : - I have >> changed the name of the drive from Guacamole to Cloud Drive in >> guacamole-server [ Is it is the reason ? ] >> > > Yes. You have

Re: [jira] [Updated] (GUACAMOLE-512) Shared Drive redirection doesn't work with Ubuntu [ xrdp ]

2018-02-22 Thread Mike Jumper
On Thu, Feb 22, 2018 at 6:30 AM, Amarjeet Singh wrote: > Hi Mike, > > Amarjeet, please avoid duplicating your threads across multiple locations. Emailing both JIRA and the user@ list creates both a comment in JIRA and a new thread on user@. ... the name of the redirected