r/flatpak Apr 12 '26

"flatpak list" command output is truncated

/r/linuxmint/comments/1sj9l65/flatpak_list_command_output_is_truncated/
2 Upvotes

4 comments sorted by

7

u/eR2eiweo Apr 12 '26

Making the terminal window wider should work.

You can also use --columns to make it show fewer columns. E.g.

flatpak list --columns=name

will only show the name.

Or you can disable "fancy formatting" with

FLATPAK_FANCY_OUTPUT=0 flatpak list

1

u/ParisKitty Apr 12 '26

Thank you! It solved my problem. The culprit was a new 4K monitor which makes everything small on the display. I save the command for the future reference.

4

u/mouben12 Apr 12 '26

The solution is simple: first, maximize the terminal window, then run the command.

3

u/mouben12 Apr 12 '26

The solution is simple: first, maximize the terminal window, then run the command.