question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Possible issues with Ubuntu 20.04

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
TylerLeonhardtcommented, Jul 6, 2020

closing this in favor of #101

2reactions
TylerLeonhardtcommented, Jun 16, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found