Patrice CHASSAING
Patrice CHASSAING
Additional clues for the investigation : $ flatpak --version Flatpak 1.2.5 $ pip --version pip 21.1.3 from /usr/local/lib/python3.7/dist-packages/pip (python 3.7)
Thank you for your greats works !!!
Hello, Hmmm, I see : pip list does not support columns BUT Flatpak supports columns. So I can get columns as text with pip but not with Flatpak ... Thank...
Hmmm, not sure :-) ... I just say that ``` flatpak list ``` in a terminal returns colums names BUT ``` var list = shell.exec('flatpak list', {silent:false}).stdout; shell.echo(list); ``` does...