Custom Query (230 matches)
Results (181 - 183 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#243 | fixed | Unity specific menu options from .desktop files being prioritised over defaults | ||
Description |
The Win Switch menu appears to offer the last choice in the .desktop file these typically appear to be the unity specific options which would normally be ignored / hidden in other environments. The files can of course be copied and modified which clears up the problem. It would of course be nice if the relevant parser could be adjusted to take the 1st option in the file (which is the default option AFAIK). e.g. Exert from the firefox.desktop file... From the beginning of the file [Desktop Entry] Version=1.0 Name=Firefox Web Browser .... Exec=firefox %u The Win Switch menu shows the last option however.... From the end of the file [Desktop Action NewPrivateWindow] Name=Open a New Private Window ... Exec=firefox -private-window OnlyShowIn=Unity; |
|||
#304 | fixed | GPG key expired | ||
Description |
The gpg key at https://winswitch.org/gpg.asc used e.g. by the Debian / Ubuntu repos has expired: $ curl -s https://winswitch.org/gpg.asc | gpg - pub 1024D/F18AD6BB 2007-04-18 Antoine Martin <[email protected]> uid [jpeg image of size 4992] sub 2048g/6E23E963 2007-04-18 [expires: 2018-05-04] leading to errors when one runs apt-get update: Err:17 http://xpra.org xenial Release.gpg The following signatures were invalid: KEYEXPIRED 1525416977 KEYEXPIRED 1525416977 KEYEXPIRED 1525416977 |
|||
#270 | fixed | Winswitch unable to connect over ssh from MS Windows to server running openssh 6.7 | ||
Description |
After upgrading a linux server to openssh 6.7, I'm no longer able to connect to it from MS Windows (winswitch 0.12.20). In the server's log I see "fatal: Unable to negotiate a key exchange method [preauth]". I have no trouble connecting to the server via putty. It seems that this is a twisted-conch issue: http://twistedmatrix.com/trac/ticket/7672 However, I assume that even once that's fixed, some work will be required on winswitch's part, too, even if only to create a new build; so opening a ticker here, too. |