09:25:54 Any quick idea why the Linux GUI wallet does not want to compile anymore for me like it did a few days ago? https://paste.centos.org/view/c644ebc3 09:26:42 I already rebased my working branch to latest GUI master but did not yet complete delete the "Monero" subdirectory. Would you recommend that as the next step? 10:14:53 Hmmm, problem persists after completely removing the "monero" folder. Can it be that right now the GUI wallet does not compile because something is not yet merged? 10:23:54 rbrunner: no, it compiles fine currently 10:24:13 try deleting build folder + monero folder 10:24:19 and make sure you are on latest master 12:34:41 selsta: Thanks, deleting the GUI build directory in addition to "monero" finally worked. Seems not so smart then, that recompile capability :) 15:25:01 Hey guys, so i am building the GUI with release-static i got all working but the GUI just won't minimize on MAC, what do i miss? 15:25:26 @xiphon 15:26:07 btw if i disable custom design it minimize 15:26:54 bug in your code? 15:27:07 can't be 15:27:11 works fine on windows 15:27:13 and plus 15:27:21 its not my code i compiled monero 15:27:42 i compile all libs on mac with brew 15:27:47 do i need to compile someting from source? 15:28:19 i made macdeploy from qt bin folder 15:28:39 I don’t know about static compile. 15:28:51 who compiles monero-gui bins? 15:28:54 But Monero does not have issues with close button. 15:28:59 not close 15:29:00 minimize 15:29:05 close works fine 15:30:15 also no issues with minimize button 15:30:19 try different Qt version 15:30:29 i tried 9.7 and even .14 15:30:33 the same 15:31:39 works fine here 15:31:41 if i donwload he GUI from release it minimize tho 15:32:02 thats what i\m saying, it work if you donwload it, try to compile it on your machine 15:32:05 and youll see it won't minimize 15:32:22 do i need to compile some lib from source or someting? 15:35:19 I did compile it on my system 15:35:28 just not static compile 15:35:34 what version of mac you have?\ 15:35:45 it it minimizes fine 15:35:52 did you installed libs installled with brew? 15:35:56 10.15 15:35:57 yes 15:36:36 thats weird on my end won't minimize (-_-) 15:37:06 is there an error message in the console? 15:37:11 nope 15:37:15 all works fine 15:37:19 exept the minimization 15:37:45 what version did you compile exactly 15:38:17 v0.15.0.4 15:38:37 the exact same tag? 15:38:45 not a fork of it? 15:38:54 the same yes 15:39:18 i get the same issue on my fork to, thats why i compiled monero to see if its from me or someting else 15:45:11 try googling Window.Minimized macOS 15:46:00 thanks, i;ll look into it