flatpak-zsh-completion icon indicating copy to clipboard operation
flatpak-zsh-completion copied to clipboard

Application name autocompletion doesn't work on elementary

Open cshaa opened this issue 5 years ago • 3 comments

Elementary added flatpak support in version 5.1, so I downloaded this plugin for my oh-my-zsh. The problem is that the plugin only sees few applications. When I type flatpak run org. and hit tab, it only offers few applications, for example it doesn't see org.blender.Blender at all. When I type flatpak run org.b and hit tab, it doesn't do anything, even though I have Blender installed.

image

cshaa avatar Dec 06 '19 23:12 cshaa

I moved to Fish, if someone to give it a try and send a MR to fix that I will happily review & merge it.

bilelmoussaoui avatar Dec 06 '19 23:12 bilelmoussaoui

Just to make the bug report complete, now it even suggests invalid names. Plus it is locale-dependent. I'll investigate it further if I have the time.

image

image

image

cshaa avatar Dec 07 '19 09:12 cshaa

Here's what needs to be looked at and fixed https://github.com/bilelmoussaoui/flatpak-zsh-completion/blob/master/flatpak.plugin.zsh#L16-L38

bilelmoussaoui avatar Dec 07 '19 19:12 bilelmoussaoui