Fmstrat / winapps

Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration.
8.74k stars 410 forks source link

Apps Don't Launch from shortcuts, Bin Check works fine #276

Open boiUneedAwash opened 3 years ago

boiUneedAwash commented 3 years ago

I've followed a-lot of the previous issues on here to try and fix the issue and got the installer popping up with no errors when installing as root thru ./installer --system with qemu/kvm system. If anyone could help me or tell me what to do to get logs I would greatly appreciate it

Installing as user gets me this error: [jb1rd@arch winapps]$ ./installer.sh --system --uninstall [sudo] password for jb1rd: Uninstalling... Removing /usr/share/applications/access.desktop... Finished. Removing /usr/share/applications/cmd.desktop... Finished. Removing /usr/share/applications/excel-o365.desktop... Finished. Removing /usr/share/applications/explorer.desktop... Finished. Removing /usr/share/applications/onenote-o365.desktop... Finished. Removing /usr/share/applications/outlook-o365.desktop... Finished. Removing /usr/share/applications/powerpoint-o365.desktop... Finished. Removing /usr/share/applications/powershell.desktop... Finished. Removing /usr/share/applications/publisher-o365.desktop... Finished. Removing /usr/share/applications/windows.desktop... Finished. Removing /usr/share/applications/word-o365.desktop... Finished. Removing /usr/local/bin/access... Finished. Removing /usr/local/bin/cmd... Finished. Removing /usr/local/bin/excel-o365... Finished. Removing /usr/local/bin/explorer... Finished. Removing /usr/local/bin/onenote-o365... Finished. Removing /usr/local/bin/outlook-o365... Finished. Removing /usr/local/bin/powerpoint-o365... Finished. Removing /usr/local/bin/powershell... Finished. Removing /usr/local/bin/publisher-o365... Finished. Removing /usr/local/bin/windows... Finished. Removing /usr/local/bin/word-o365... Finished. [jb1rd@arch winapps]$ ./installer.sh --user Removing any old configurations... Installing... Checking for installed apps in RDP machine (this may take a while)... Finished. Configuring Windows...tee: //home/jb1rd/.local/bin/windows: Permission denied

My system is arch btw

xiagw commented 3 years ago

check dir permission: ls -al /home/jb1rd/.local/bin/windows chown -R jb1rd /home/jb1rd/.local/bin/windows