question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Myrtille cannot open remoteapp, but xfreerdp can

See original GitHub issue

Myrtille version

2.9.2_X86_X64

Server version

Windows Server 2019(I also try Windows Server 2012 R2)

Issue Description

Hi,

Myrtille cannot open remoteAPP,will show desktop:

http://XXX.XXX.X.XXX/Myrtille?__EVENTTARGET=&__EVENTARGUMENT=&server=AAA.AAA.A.AAA&domain=&user=admin&password=mypassword&program=D:\eclipse\eclipse\eclipse.exe&connect=Connect%21   ❌

encode url is also not work:

http://XXX.XXX.X.XXX/Myrtille?__EVENTTARGET=&__EVENTARGUMENT=&server=AAA.AAA.A.AAA&domain=&user=admin&password=mypassword&program=d%3A%5Ceclipse%5Ceclipse%5Ceclipse.exe&connect=Connect%21   ❌

Xfreerdp can, will show eclipse:

xfreerdp /u:admin  /v:AAA.AAA.A.AAA  /app:"D:\eclipse\eclipse\eclipse.exe" ✅

Xfreerdp use /shell cannot open, will show desktop:

xfreerdp /u:admin  /v:AAA.AAA.A.AAA  /shell:"D:\eclipse\eclipse\eclipse.exe"  ❌

I found some similar issues, the most similar is #137 ,But my server uses windows server2019.

Then I create remote APP with remoteAPP tool at rdp-server, xfreerdp can open remoteapp:

 xfreerdp /u:admin  /v:AAA.AAA.A.AAA /app:"||eclipse"   ✅

 xfreerdp /u:admin  /v:AAA.AAA.A.AAA /shell:"||eclipse"  ❌

Myrtille cannot:

http://XXX.XXX.X.XXX/Myrtille?__EVENTTARGET=&__EVENTARGUMENT=&server=AAA.AAA.A.AAA&domain=&user=admin&password=mypassword&program=||eclipse&connect=Connect%21   ❌

Regards, Sayi

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
cedrozorcommented, Mar 21, 2022

Hi, yes I have to find some time to integrate the latest FreeRDP code (and work again on Myrtille, more globally) and re-check if I can use remoteapp instead of alternate shell

0reactions
Beej126commented, Nov 22, 2022

@cedrozor - just a friendly bump if you happen to be bored over the holidays =) any tips you could give off the top of your head, even conceptually, where/how to switch from alternate-shell to remote-app are appreciated.

going by FreeRDP/wiki/CommandLineInterface i was hoping to see something about the /shell vs /app args being passed here in Myrtille.Services/RemoteSessionProcess but that piece doesn’t seem to be included in this list of args - any help?

Read more comments on GitHub >

github_iconTop Results From Across the Web

myrtille / Wiki / Troubleshoot (FAQ)
Ensure the RDP client ("FreeRDP.wfreerdp.exe") does exists (into the "Myrtille.Services" output folder, if running under Visual Studio, or into the "bin" ...
Read more >
Myrtille, an open source project to connect remote ...
Myrtille is an easy way to connect remote desktops or applications from a native web browser (no plugin, extension, application or ...
Read more >
Hi! Myrtille - A native HTML4 / HTML5 Remote Desktop ...
Myrtille communicates with FreeRDP through named pipes (IPC), in order to maintain a FIFO data transfer. User inputs (keyboard, mouse, ...
Read more >
Myrtille
Remote everything. Myrtille's main goal is to provide access to remote servers, desktops and applications in the simplest possible way: using a web...
Read more >
myrtille
Myrtille cannot open remoteapp, but xfreerdp can $ 0. Created 2 years ago in cedrozor/myrtille with 1 comments. Myrtille version. 2.9.2_X86_X64. Server version....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found