winapps icon indicating copy to clipboard operation
winapps copied to clipboard

Main install script fails while manual run with exe path works fine.

Open Xarishark opened this issue 1 year ago • 5 comments

I am having the same problems. Here is the check results: image

Here is the installer results: image

Reg is working and I can rdp fine with remmina and novnc. Check is also working as you can see. I will be happy to try anything you tell me to make it work. office 365 is already activated and installed and I have a full win11 install from your yaml

running the "C:\Program Files\Microsoft Office\root\Office16\WINWORD.EXE" manually works but I have the top bar cut(minimize close etc)

Edit: Another bug I have is the window is freaking out when maximized or I try to resize it but I count that as an nvidia wayland weirdness with KDE

EDIT2: Removing the quotes on sudo and forcing the user flag returns this error for line 50: image

Originally posted by @Xarishark in https://github.com/winapps-org/winapps/issues/103#issuecomment-2137720226

Xarishark avatar May 29 '24 16:05 Xarishark

Edit: Another bug I have is the window is freaking out when maximized or I try to resize it but I count that as an nvidia wayland weirdness with KDE

@Xarishark I've had issues like that before, have a play with some xfreerdp flags relating to graphics.

DesNZ avatar May 30 '24 08:05 DesNZ

I just want to note that wayland isn't currently supported until the sdl version of freerdp3 supports app streaming. So you expect weird bugs (especially related to window rendering).

LDprg avatar May 30 '24 09:05 LDprg

Is this maybe related to #104 ?

LDprg avatar May 30 '24 17:05 LDprg

#107 should fix the error, but not the jankiness; that's probably due to wayland

oskardotglobal avatar May 30 '24 17:05 oskardotglobal

I found that the installer.sh script was to blame; printf works differently than echo (as used by Fmstrat).

Explained this in #104 as well.

Wrote a fix for it (at least, it worked for me). Pull request is pending. @Xarishark I forked the repo on my profile (to create aforementioned pull request), you can probably try that to see if it fixes your problem

melodious1963 avatar May 30 '24 21:05 melodious1963