Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 230)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#153 wontfix app menus missing in 0.12.4 on OSX client Antoine Martin tlc
Description

I downloaded and installed 0.12.4 on my OSX client. There used to be a right-hand-side "tray" menu that I don't see anymore. I can find no way to run applications and Winswitch is unusable.

There are now some left-hand side menus ("Servers", "Windows", "Desktops") that I don't recall from before. Maybe they're meant to replace the tray menu?

  • Under "Servers", "New Connection" and <myserver> work.
  • Under "Windows", "Start Application" doesn't do anything. This is the only item in the "Windows" menu.
  • Under "Desktops", "Start Desktop" doesn't do anything. "Main Unix Display on <server>" does bring up a dialog.
#183 fixed Having issues with OSX client Antoine Martin tlc
Description

I'm using a MAC client 0.12.8 and Ubuntu server (0.8.12.1-1 & 0.0.7.33-1). Applications don't start at all, but Desktops do.

Server log files attached.

#207 fixed path munge in OSX Helpers scripts Antoine Martin tlc
Description

I install the OSX winswitch package and run xpra from it. I run the script that sets up the dynamic libs, etc. here:

/Applications/Window-Switch.app/Contents/Helpers/xpra

This script has the odd behavior of not working unless you run it from a parent dir of the script. Otherwise you get

$ /Applications/Window-Switch.app/Contents/Helpers/xpra
/Applications/Window-Switch.app/Contents/Helpers/xpra: line 77: /Users/troy//Applications/Window-Switch.app/Contents/Resources/bin/xpra: No such file or directory
/Applications/Window-Switch.app/Contents/Helpers/xpra: line 77: exec: /Users/troy//Applications/Window-Switch.app/Contents/Resources/bin/xpra: cannot execute: No such file or directory



I think the issue is at the top of the file

if [[ "$0" == `pwd`* ]] || [[ "$0" == "//"* ]]; then
    full_path="$0"
else
    full_path="`pwd`/$0"
fi
1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.