-
-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors are printed to standard output #483
Comments
Please report this to the PowerShell project, thanks. |
Seems to be a bug in the desktopintegration bash script. Needs to be fixed here, and then needs to be updated in the PowerShell project. |
@probonopd we should rather attempt to merge #433. |
@probonopd @TheAssassin can you give me some idea when this will be fixed? |
@jakub-bochenski I opened a pull request (#490). We will have to test whether the version in there works with the PowerShell AppImage. However, the build in there is failing, for some totally unrelated reason. @probonopd will have to merge it, as I can't fix this issue. |
@TheAssassin I see the PR is merged to develop. |
The PowerShell team would need to carry the changes over, it's just a couple of changes in a bash script. The PowerShell team is not automatically fetching the latest master from this project. |
I agree. I fixed the upstream issue, but we can't trigger updates for other projects who would potentially benefit from the fix. Please step up to them and ask them to update the tools they use. |
Running the powershell appimage on centos (no x-window installed) results in the following extra messages:
Running it with stderr redirected to
/dev/null
still leavesdesktop-file-validate is missing. Skipping /tmp/.mount_R39YOm/usr/bin/powershell.wrapper.
in the output.It should go to stderr instead.
The text was updated successfully, but these errors were encountered: