Possible issues with Ubuntu 20.04
See original GitHub issueEnvironment
$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
- Launch PowerShell
pwsh -NoProfile
- Test Out-GridView
Get-Process | Out-GridView
Other Information
- No errors are echoed to the console
- Out-ConsoleGridView is fully functional
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Various issues with Ubuntu 20.04.3 LTS
I have some difficulties with my Ubuntu 20.04.3 LTS, and I am using Lenovo-G580. The problems are as follow:.
Read more >A big problem with Ubuntu 20.04.02...
If the problem remains, it's likely to be a hardware issue. If not, something is wrong with the installed Linux setup and configuration....
Read more >How To Fix Ubuntu 20.04 LTS Settings and Display Issues
In this guide, we'll walk you through some common issues with Ubuntu 20.04 LTS settings and display, and how to troubleshoot them.
Read more >How To Fix Update Problems in Ubuntu 20.04
How To Fix Update Problems in Ubuntu 20.04 · Step 1: Update Grub Configuration · Step 2: Check Package Status · Step 3:...
Read more >Troubleshooting
Troubleshooting · Ubuntu Core install error: TPM is in DA Lockout Mode · Console-conf shows no-ip-address but device is accessible over SSH ·...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
closing this in favor of #101
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.