Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/pr/153'
* origin/pr/153: change restrip to rstrip Move rstrip before split remove trailing \x00 The trailing \x00 in the request header make the domain name as follow (domain\x00). Which cause a bug when listing domains using qubesadminapi. This bug occured when the icon-receiver is running on guivm other than dom0. Update guivm service name Pull request description: - Update `guivm-gui-agent` to `guivm` - When the `icon-reciever` running on guivm other than dom0 the header received is as follow: Request coming from appvm to dom0 ``` service vm-name keyword adminvm\x00 ``` Request coming from appvm to guivm ``` service vm-name\x00 ``` The trailing `\x00` cause a bug when trying to get the color of the vm using `qubesadminapi`.
- Loading branch information