Sure, it’s possible. I can also use flatpak list -d to show everything.
But the combination of these defaults is just fucked up UX (require the full id for certain operations, but don’t always show the full id by default).
Yeah honestly they could have avoided putting Branch, Origin and Installation if there isn’t enough space available.
The CLI definitely needs some polishing, not to mention flatpak update breaking horrendously on scrollback
Well that comes down to your terminal size, you have to filter the columns if your screen is too small: docs
flatpak --columns="app" list
Sure, it’s possible. I can also use
flatpak list -d
to show everything. But the combination of these defaults is just fucked up UX (require the full id for certain operations, but don’t always show the full id by default).Yeah honestly they could have avoided putting Branch, Origin and Installation if there isn’t enough space available.
The CLI definitely needs some polishing, not to mention
flatpak update
breaking horrendously on scrollback