Rui Nuno Capela

Results 494 comments of Rui Nuno Capela

so it's true, PW is to blame here :( and now you know you should at least keep Transport > Mode to "None" (or "Master") if running under PW premises......

nope; what _new driver_ you're talking about? it must be one that is "built-in" to JACK, otherwise I don't know what you mean

if you enable the JACK D-BUS interface and start qjackctl that way, the driver list is dynamic as reported by jack(ctl API) itself; the formerly hard-coded driver names (that better...

cmake is not the official build system nor it is yet recommended

that might happen when you started a bunch of all other jack client programs and you never looked in the graph to where they were placed before... qjackctl remembers the...

this part of code is probably @kmatheussen to blame :) maybe some QString::fromLocal8Bit(); fromUtf8() may fixit somewhere. cheers

whole issue seems to go around correct source string encoding: my 1st. guess would be to replace `QString(pDeviceInfo->name)` with `QString::fromUtf8(pDeviceInfo->name)` good luck ;) cheers

preventing the window from being managed by the tiling wm is the best hint I can give ps. maybe this thread is of any help: https://www.rncbc.org/drupal/node/2352

true. the main window is not resizable anymore, that's a fact.