Ludovic Courtès <l...@gnu.org> writes: > I agree with David that it would be good to talk to the upstream > developer so that the .desktop file is distributed by upstream > eventually. Could you try to reach them?
There are improvements I want to make to guile-wm itself, so I plan on talking to upstream about this and other things. > In the meantime, it’s fine to add such a file in Guix. > > I pushed the patch as 23de5cbd1487747a2d690ee3ac7630142a7eaeb8. I added > a copyright line for you, added a ChangeLog-style commit log, and > reindented ‘arguments’ for clarity. Thank you, I will note your changes and try to do likewise in my next patch. > Thanks to your patch, I discovered this: > > --8<---------------cut here---------------start------------->8--- > scheme@(guile-user)> ,use(ice-9 format) > scheme@(guile-user)> (format #f "foo~@\nbar") > $2 = "foo\nbar" > scheme@(guile-user)> (format #f "foo~@\n bar") > $3 = "foo\nbar" > --8<---------------cut here---------------end--------------->8--- > > :-) I discovered this from wm.scm, which is where I adapted the patch from ☺. -Alex