Custom Query (230 matches)
Results (193 - 195 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. |
|||
#268 | fixed | .desktop files not parsed correctly | ||
Description |
.desktop files aren't being parsed correctly. Thunderbird is showing incorrectly as "Contacts". It appears only the last section is being processed, not the Desktop Entry section. |
|||
#275 | fixed | bashism in /bin/sh script | ||
Description |
As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772390
possible bashism in ./usr/lib/winswitch/bin-override/xdg-open line 28 (should be 'b = a'): if [ $e == 0 ]; then
Not using bash (or a Debian Policy compliant shell interpreter that doesn't provide such an extra feature) as /bin/sh is likely to lead to errors or unexpected behaviours.
Please be aware that Hints about how to fix bashisms can be found at: https://wiki.ubuntu.com/DashAsBinSh |