Hi, ok, sorry... I hope I did the right things (I'm not super comfortable with git):
first I cloned the windowmaker-git: git clone http://repo.or.cz/wmaker-crm.git cd wmaker-crm/ git branch -a master remotes/origin/HEAD -> origin/master remotes/origin/cairo remotes/origin/master remotes/origin/next Then I switched to next-branch: git checkout -t remotes/origin/next And finally exportet the now local next-branch to a tar-File: git archive next | gzip >../WindowMaker-0.95.6.tar.gz >From there I compiled as usual: cd wmaker tar xvf ../WindowMaker-0.95.6.tar.gz ./autogen.sh ./configure --prefix=/usr make checkinstall (<- so I got an RPM and don't distribute files all over my system without knowing where they are from) I'm not quite sure if the behavior changed a little bit, but now most of times I open a menu on the working screen, the menu gets scaled over the whole screen (from top to bottom). If you close it and open it again it will have its normal height. So it looks like the changes changed at least something. Tanks again for your support! I really appreciate it! On December 1, 2014 05:38:29 PM Haroldo Santos wrote: > Just to be sure, you cloned the "next" git branch? > > > On November 29, 2014 08:44:09 PM you wrote: > > > > [...] > > > > As it worked before (was using WM 0.95.4 until today) I'm pretty sure > > > > these > > > > changes cause QT to misbehave. > > > > > > Hi, > > > > > > There is a possibility that this may have been already solved in the dev > > > branch, there have been a patch recently that reverted some stuff > > > > causing a > > > > > regression: > > > http://lists.windowmaker.org/dev/msg07316.html > > > > > > it would be interesting if you could try git #next branch sourcecode. If > > > > you > > > > > need to avoid the git+autotools overhead I can make you a snapshot. > > > > > > > Tanks for all your great work! > > > > > > Doing our best! > > > > Thanks for your answer. Yesterday I had some time to pull the current > > git-repo > > and compile a new version. Unfortunately this didn't help. Still same > > problem > > with qt-applications. > > Maybe you have some other ideas I could try to get to the root-cause and > > hopefully solve the issues. > > > > Regards > > > > Moritz > > > > -- > > To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org. -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.