Custom Query (230 matches)
Results (94 - 96 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#293 | invalid | XPRA - add connection title to menu | ||
Description |
XPRA is so fantastic that I sometimes use it to view several remote machines at the same time. This packs several identical stylish icons side-by-side in the tray of whatever Ubuntu session manager I happen to be using. In this situation, disconnecting the correct session while preserving the rest can be a challenge. It would be nice if the menu that pops up when I click on the XPRA icon could list the name of the corresponding host machine at the very top. The floating tooltips associated with the icons convince me that this should be possible. I would appreciate seeing confirmation that I have clicked on the correct icon right in the menu itself. Thanks! |
|||
#296 | fixed | Xpra version mismatch error | ||
Description |
Hi, I've checked out latest release of winswitch (0.12.20) and compiled on my openSUSE 42.2. Works fine so far, except I get an error-message on start-up: "Xpra version mismatch,xpra version on the server is 2.0.1-r15494, your version is 2.0.1-r15494. Xpra support has been disabled" As you can see, this message doesn't really make sense, as it's the exact same version of xpra. I took a look into the xpra_version_compat(self, v1, v2) function and if I'm not taken wrong it looks like, the function has a problem with the git-release-number in my xpra-verion. Would you be able to provide a patch, so xpra_version_compat() is more resilient against those version-numbers? Thank you and keep up the good work! |
|||
#272 | fixed | [PATCH] Correct parsing for .desktop files | ||
Description |
I've updated load_desktop_menus to use ConfigParser?. I've been using this patch for a couples months and had no issues, menus behave as expected. |