On 4/8/19 2:45 PM, Csaba Láng wrote:
Dear list,
weird thing is happening with my GUI on ubuntu 16.04 pd 0.49.0 64 bit If I open pd from terminal, the last letter is missing in each object which has no arguments. Like loadbang is only loadban, pix_video is pix_vide and so on. If I open the patches running pd from its icon, or from the launcher, the GUI works fine.
Is it a known issue?
i remember this problem from a while ago. i don't remember the root cause nor the solution.
in the meantime: could you check the output (on the terminal) of the following command (when the problem occurs) and how it relates to the missing characters.
$ pd -d 1 2>&1 | grep pdtk_text_new
fnasdr IOhannes