Custom Query (230 matches)
Results (208 - 210 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#277 | fixed | WinSwitch Wont Start OSX 10.9.5 | ||
Description |
WinSwitch? does not seem to start at all in OSX 10.9.5 I have tried to look for a verbose mode to start WinSwitch? from terminal to see what is up but I was not able to find any flaggs that the app allows. I have went through security and firewall check but no luck. The app simply does not start at all. Can you please enable verbose flag. Previous version of WinSwitch? worked fine. Thank you very much. |
|||
#283 | invalid | Windows plink binary needs updating | ||
Description |
The Windows plink binary needs updating as it has very limited MAC algorithm support and newer Linux distros have disabled those by default. Log connecting to an Ubuntu 15.04 server: sshd[27346]: fatal: no matching mac found: client hmac-sha1,hmac-md5 server hmac-sha2-512-etm@…,hmac-sha2-256-etm@…,umac-128-etm@…,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160 [preauth] |
|||
#284 | fixed | [PATCH] Fix incorrect icons for some apps | ||
Description |
Some apps are showing the incorrect icon in the applications menu. After a lot of debugging, I figured out icons with an extension will always be replaced by an icon found after it. In my case, Thunderbird was getting the icon from my icon theme, rather than the package one which was found first. It was caused by checking for the filename *with* extension as the key, rather than without which is how they're stored. |