We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9966538 commit 9d3bcbcCopy full SHA for 9d3bcbc
window-icon-updater/icon-receiver
@@ -388,7 +388,7 @@ def main():
388
args = parser.parse_args()
389
390
if not args.force:
391
- if (not os.path.exists('/var/run/qubes-service/guivm-gui-agent') and
+ if (not os.path.exists('/var/run/qubes-service/guivm') and
392
not os.path.exists('/etc/qubes-release')):
393
394
print('Not in GuiVM or dom0, exiting '
0 commit comments