Pastim writes

When tracks (shown for selection on the right hand side) have punctuation such as & or ', spaces seemed to be removed, or shrunk to be negligibly small, so the effect is to see text like Give&Take rather than Give & Take. I’m not sure what the full set of such punctuation marks is.

And a question. When you state that an issue has been fixed, I guess that is in the Git source, not necessarily in the build in the ubuntu ppa. So if I want a fix I should build from source. Is that correct?I

medoc92 writes

Yes, this is usually correct, except if I just made a release, which you can usually see from release xxx indications in the git log.

It should be ok to install the development package for the libupnpp, and just build upplay.

medoc92 writes

Pastim writes

Forgive my git and linux ignorance, but I have a problem building upplay from git.

I have downloaded, built and installed libupnpp and upmpdcli, but I don’t know how to build upplay. There’s no autogen.sh - I am unsure what makesrcdist.sh is intended to do, and there’s no make file..

Edit - apologies - I have just found the instructions to use qmake. I’ll go ahead with this.

I have a slight query with libuupnpp using"configure --prefix=/usr", it had an error:

config.status: libupnpp/config.h is unchanged
./config.status: line 1358: `$as_dirname -- "$_am_arg" ||
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|   X"$_am_arg" : 'X\(//\)[^/]' \|      X"$_am_arg" : 'X\(//\)$' \|     X"$_am_arg" : 'X\(/\)' \| . 2 >/dev/null ||
$as_echo X"$_am_arg" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
        s//\1/
        q
      }
      /^X\(\/\/\)[^/].*/{
        s//\1/
        q
      }
      /^X\(\/\/\)$/{
        s//\1/
        q
      }
      /^X\(\/\).*/{
        s//\1/
        q
      }
      s/.*/./; q'`/stamp-h1: Permission denied

But I’ll see how it works now.

Pastim writes

I’ve tested, and the formatting issue is fixed on my system. Thanks.

medoc92 writes

Good ! Never hesitate to ask for help with the building commands, I do understand that everyone is not a developer, and I sometimes have my own trouble with the tools…