Peter Bui
Peter Bui
I was able to workaround the selection issue by using a partially transparent background color: ``` .nautilus-window .view:not(:selected) { background-color: rgba(136, 192, 208, 0.32); } ``` This fixes the black...
Hmm. I am able to theme the applications menu dialog with the following: ``` .cosmic-applications-dialog { border: 3px #88C0D0; border-radius: none; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); background-color:...
I think that install guide came from Materia and is not necessary. I installed my theme to `~/.themes` as you do and it worked.
Ok, I took a stab at moving the wait to a detached thread. After some quick testing, it seems to wait properly and there are no defunct processes after clicking...
I discovered that there was a race condition in a previous version where I was passing `exe` as a pointer to the thread function. Since this was on the stack,...
As another point of reference, I did not have this issue with the previous gtk backend, however, with the new gtk-ng backend, I am now experiencing off-center initial windows.