Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citrix workspace #706

Closed
kash-raman opened this issue Jun 13, 2022 · 4 comments
Closed

Citrix workspace #706

kash-raman opened this issue Jun 13, 2022 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@kash-raman
Copy link
Contributor

I'm on a macbook pro with ubuntu 20.02 LTS version.
Kinto works well with all the applications and keeps me out of changing the shortcuts. I tend to use citrix workspace(which connects to windows desktop). Most of the key-mapping are getting messed up. I need to disable super/command key, ctrl+c/ctrl+v should not invoke ubuntu shortcuts in citrix. I have not spend much time and wondering if you any suggestion.

@kash-raman kash-raman added the question Further information is requested label Jun 13, 2022
@rbreaves
Copy link
Owner

rbreaves commented Jun 13, 2022

Run xprop -spy and get your wm_class value.

Update the following (use vi or nano), add it into the remotes location.
vi ~/.config/kinto/kinto.py

https://github.com/rbreaves/kinto/blob/master/linux/kinto.py#L51

Please post back what your citrix client name is and/or make a PR and we'll get it added.

@kash-raman
Copy link
Contributor Author

WM_CLASS(STRING) = "Wfica", "Wfica"

@rbreaves
Copy link
Owner

rbreaves commented Jun 13, 2022

Oh, if you add it manually in the mean while you will need to restart Kinto via the system tray or app, but it should pickup the change.

@kash-raman
Copy link
Contributor Author

here is the pull request #707

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants