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

qvm-features-request: add guivm-gui-agent #77

Merged
merged 1 commit into from
Nov 17, 2019

Conversation

fepitre
Copy link
Member

@fepitre fepitre commented Nov 14, 2019

@@ -0,0 +1,5 @@
#!/bin/sh

if rpm -q xorg-x11-server-Xephyr > /dev/null; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check binary existence, not the package. Otherwise it won't work on other distributions.

#!/bin/sh

if [ -e /usr/bin/Xephyr ]; then
qvm-features-request service supported-service.guivm-gui-agent=1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
qvm-features-request service supported-service.guivm-gui-agent=1
qvm-features-request supported-service.guivm-gui-agent=1

@marmarek marmarek merged commit e26ce69 into QubesOS:master Nov 17, 2019
@fepitre fepitre deleted the feature-req branch December 4, 2020 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants