Houston4444
Houston4444
Hi, I changed client description to one line only. It also changes the API, I removed set_description and get_description options, description has to be set/get with set_properties/get_properties.
No problem. I just revert the last commit, so it now works as just before. > Ideally the description should be show up to as a context help message when...
Hi, I am implementing the GUI side of theses things. For clients, it's great. For session, it finally appears that the most intuitive design would be the same: tooltip on...
This has just be done for factory client templates in order to allow packagers to add/replace some client templates. The difficulty with user client templates is only that existing config...
Sorry it's not documented at all for the moment (client templates should be redone too). The main goal is to do exactly what ray-proxy does, but directly. No reference exemple...
This is simpler for desktop file searches, client is stopped when process is stopped (with ray-proxy, if process is too quickly stopped it displays proxy window). User can edit easily...
You can now use `ray_control add_executable EXECUTABLE ray_hack`. Then you set properties with `ray_control client CLIENT_ID set_properties`. Current ray_hack specific properties are "config_file", "save_sig", "stop_sig", "wait_win" and "no_save_level".
oups, try again ! You could also set any executable and change it after with set_properties.
> I come back to proxy generation code and it seems that RaySession does not create XML proxy file anymore. Quite strange, I didn't change anything relative to proxy. Are...
You are right, I am checking this.