Custom Query (230 matches)
Results (40 - 42 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#246 | invalid | International keyboard support failing | ||
Description |
I have an Italian keyboard. Some keys (notably ',?', '{', '}', '#' and '@') are only available via 'AltGr?' escape. All these keys do not appear to work. Setup:
|
|||
#245 | duplicate | No handlers could be found for logger "xpra.scripts.config" | ||
Description |
This warning message has been appearing on startup since 0.10.10. |
|||
#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; |