Skip to content
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

Possible issues with Ubuntu 20.04 #100

Closed
mpearon opened this issue Jun 13, 2020 · 5 comments
Closed

Possible issues with Ubuntu 20.04 #100

mpearon opened this issue Jun 13, 2020 · 5 comments

Comments

@mpearon
Copy link

mpearon commented Jun 13, 2020

Environment

$PSVersionTable

Name Value
PSVersion 7.1.0-preview.3
PSEdition Core
GitCommitId 7.1.0-preview.3
OS Linux 5.4.0-37-generic #41-Ubuntu SMP Wed Jun 3 18:57:02 UTC 2020
Platform Unix
PSCompatibleVersions 1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0

Get-Module | Select-Object Name,Version

Name Version
Microsoft.PowerShell.ConsoleGuiTools 0.4.1
Microsoft.PowerShell.GraphicalTools 0.2.0
Microsoft.PowerShell.Management 7.0.0.0
Microsoft.PowerShell.Utility 7.0.0.0
oh-my-posh 2.0.440
posh-git 1.0.0
PSReadLine 2.1.0

Issue

Issue Description

Out-GridView is non-functional on Ubuntu 20.04

Expected Results

GUI opens and populates

Actual Results

GUI does not open

Reproduction Steps

  1. Launch PowerShell
    pwsh -NoProfile
  2. Test Out-GridView
    Get-Process | Out-GridView

Other Information

  • No errors are echoed to the console
  • Out-ConsoleGridView is fully functional
@corbob
Copy link
Contributor

corbob commented Jun 13, 2020

Can confirm, I'm able to reproduce this issue. Laptop was on 19.10, worked fine. Updated to 20.04 and now Out-GridView doesn't work 🤔

@TylerLeonhardt
Copy link
Member

Thanks for opening this. At this time, I think we will be waiting to migrate GraphicalTools to .NET MAUI as we are not planning on investing resources on the Avalonia-based Out-GridView at this time.

I would recommend taking a look at ConsoleGuiTools as a replacement until we move further along with MAUI.

@mpearon
Copy link
Author

mpearon commented Jun 17, 2020

@TylerLeonhardt - Understood! Thank you for the information! :)

@TylerLeonhardt
Copy link
Member

we can leave this open though :)

@TylerLeonhardt
Copy link
Member

closing this in favor of #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants