flathub / org.videolan.VLC

https://flathub.org/apps/details/org.videolan.VLC
22 stars 22 forks source link

failed to parse org.videolan.VLC-open*.desktop: NoDisplay=true #71

Closed palvarez89 closed 5 years ago

palvarez89 commented 5 years ago

When I hit the "update" button in gnome-software, I get these issues in the journal. My first guess is that they could be VLC related, as I'm not getting those issues for any of the other flatpaks in my system.

$ journalctl -f | grep  gnome-software
Apr 26 12:18:00 ironpad gnome-software[24497]: libostree pull from 'flathub' for appstream2/x86_64 complete
Apr 26 12:18:01 ironpad gnome-software[24497]: libostree pull from 'flathub' for appstream2/x86_64 complete
Apr 26 12:18:01 ironpad gnome-software[24497]: /var/tmp/flatpak-cache-VK3A0Z/repo-M3rzAG: Pulled appstream2/x86_64 from flathub
Apr 26 12:18:02 ironpad gnome-software[24497]: failed to parse /var/lib/flatpak/exports/share/applications/org.videolan.VLC-openvcd.desktop: NoDisplay=true
Apr 26 12:18:02 ironpad gnome-software[24497]: failed to parse /var/lib/flatpak/exports/share/applications/org.videolan.VLC-openbd.desktop: NoDisplay=true
Apr 26 12:18:02 ironpad gnome-software[24497]: failed to parse /var/lib/flatpak/exports/share/applications/org.videolan.VLC-opencda.desktop: NoDisplay=true
Apr 26 12:18:02 ironpad gnome-software[24497]: failed to parse /var/lib/flatpak/exports/share/applications/org.videolan.VLC-opendvd.desktop: NoDisplay=true
MatMaul commented 5 years ago

does the update works ? It is unclear from your message. Can you try with flatpak update ?

palvarez89 commented 5 years ago

Yes, flatpak update seems to work fine. I don't think this error is blocking anything. At the beginning I thought it was the cause for gnome-software to not show the flatpak updates, but nope, it's unrelated.

I just thought I should report it. Having errors in the journal is sometimes noise when debugging other issues.