Re: Failed to parse vim.desktop file msgs
Hi, I checked it for invalid utf-8 and it was clean as far as I can tell. I'll keep digging. thx, -m -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/dff1f7c1-3820-4c4a-b0df-7a22106025f5%40googlegroups.com.
Re: Failed to parse vim.desktop file msgs
On Di, 27 Aug 2019, M Kelly wrote: > Hi, > > I get many of these msgs on my system in syslog: > > Aug 27 15:02:15 gnome-session[]: (gnome-software:): > As-WARNING **: failed to rescan: Failed to parse > /usr/local/share/applications/vim.desktop file: cannot process file of type > application/x-desktop > > Anyone know why ? > I do not get this warning with gvim even though there is a very similar > gvim.desktop file in the same dir. > I am installing from master and the /usr/local/share/applications/vim.desktop > file gets copied there from make install > I am on ubuntu 16.04 with newer kernel. gnome-software verson is: 3.20.5 Check the desktop file if it contains invalid utf-8 or duplicate entries. I believe Ubuntu 16.04 msgfmt is seriously brocken and we had to work around it in the build script. Best, Christian -- Alle Vögel sind schon da. -- Deutsche Burschenschaften (Marc-Uwe Kling: Falsch zugeordnete Zitate) -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20190828061210.GB25942%40256bit.org.
Re: Failed to parse vim.desktop file msgs
On Wed, Aug 28, 2019 at 12:51 AM M Kelly wrote: > > Hi, > > I get many of these msgs on my system in syslog: > > Aug 27 15:02:15 gnome-session[]: (gnome-software:): > As-WARNING **: failed to rescan: Failed to parse > /usr/local/share/applications/vim.desktop file: cannot process file of type > application/x-desktop > > Anyone know why ? > I do not get this warning with gvim even though there is a very similar > gvim.desktop file in the same dir. > I am installing from master and the /usr/local/share/applications/vim.desktop > file gets copied there from make install > I am on ubuntu 16.04 with newer kernel. gnome-software verson is: 3.20.5 > > thanks for all vim, > -m Strange. I didn't know about hese .desktop files but looking for them finds them not only at the same place in the directory tree, but with the same date as my home-compiled /usr/local/bin/vim binary (to which /usr/local/bin/gvim is a soft link). Comparing them with vimdiff shows that they are extremely similar, though not identical, to each other. Most of the differences are what one would expect from .desktop files meant, the one for gvim and the other for vim. Normally I start Vim either as "gvim -S" with a handwritten session file from a handwritten desktop icon, or by typing the executable name (vim, view, vimdiff, etc.) with apropriate arguments at a bash shell prompt, thus entirely bypassing those .desktop shortcuts (which are not installed on my KDE desktop anyway). This never gives me problems. I am on openSUSE 15.1 where I compile and install the latest Vim (currently 8.1.1933) every time I see a new version on Christian's Mercurial mirror (presently the 256bit.org one, in prevision of Bitbucket's demise as a Mercurial hosting facility in a little less than a year) of Bram's master repository on github; my other software packages come from the openSUSE 15.1 distro's various software repositories, including the "Update-Test" repository; for instance the Linux kernel there is at version 4.12.14-lp151.28.3 where the part after the dash is a kind of "SUSE build number". Best regards, Tony. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAJkCKXt45Vw0JP3kyqCkp%3DqaavS56EkzMFFap_C%3DFd-zYB%3DC%3DQ%40mail.gmail.com.
Failed to parse vim.desktop file msgs
Hi, I get many of these msgs on my system in syslog: Aug 27 15:02:15 gnome-session[]: (gnome-software:): As-WARNING **: failed to rescan: Failed to parse /usr/local/share/applications/vim.desktop file: cannot process file of type application/x-desktop Anyone know why ? I do not get this warning with gvim even though there is a very similar gvim.desktop file in the same dir. I am installing from master and the /usr/local/share/applications/vim.desktop file gets copied there from make install I am on ubuntu 16.04 with newer kernel. gnome-software verson is: 3.20.5 thanks for all vim, -m -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/75ad70e2-6de0-4806-bbcc-3e8b92c4ff63%40googlegroups.com.