RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 845645 - Virt-viewer does not launch "full-screen" from virt-viewer cmd line.
Summary: Virt-viewer does not launch "full-screen" from virt-viewer cmd line.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: virt-viewer
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: ---
Assignee: Marc-Andre Lureau
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 843103 977237
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-03 17:37 UTC by Bill Sanford
Modified: 2014-02-10 07:37 UTC (History)
10 users (show)

Fixed In Version: virt-viewer-0.5.7-1.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-24 17:49:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Bill Sanford 2012-08-03 17:37:57 UTC
Description of problem:Virt-viewer does not launch "full-screen" from virt-viewer cmd line.

The error is "Invalid full-screen argument:"


Version-Release number of selected component (if applicable):
RHEL-7.0-20120711.2

How reproducible:
100%

Steps to Reproduce:
1. Launch virt-viewer with the -f or --full-screen option.
2.
3.
  
Actual results:
"Invalid full-screen argument:"

Expected results:
virt-viewer launches a full-screen client

Additional info:

[root@dhcp-10-16-61-110 ~]# remote-viewer --help
Usage:
  remote-viewer [OPTION...] URI - Remote viewer client

Help Options:
  -h, --help                                                        Show help options
  --help-all                                                        Show all help options
  --help-gtk                                                        Show GTK+ Options
  --help-gtk-vnc                                                    Show GTK-VNC Options
  --help-spice                                                      Show Spice Options

Application Options:
  -V, --version                                                     Display version information
  -v, --verbose                                                     Display verbose information
  -d, --direct                                                      Direct connection with no automatic tunnels
  -z, --zoom=ZOOM                                                   Zoom level of window, in percentage
  --debug                                                           Display debugging information
  -f, --full-screen                                                 Open in full screen mode (=<auto-conf>)
  --spice-controller                                                Open connection using Spice controller communication
  --display=DISPLAY                                                 X display to use

[root@dhcp-10-16-61-110 ~]# remote-viewer -f spice://localhost?port=5900
Invalid full-screen argument: spice://localhost?port=5900
Run 'virt-viewer --help' to see a full list of available command line options
[root@dhcp-10-16-61-110 ~]# remote-viewer --full-screen spice://localhost?port=5900 
Invalid full-screen argument: spice://localhost?port=5900

Comment 2 tingting zheng 2012-11-29 03:12:20 UTC
Yes,if you put -f before spice://localhost?port=5900,there is error,there is bug 843103 on rhel6,which is not fixed.
Tried on rhel7,put -f behind spice://localhost?port=5900,it can be connected successfully.

Comment 4 Christophe Fergeau 2014-01-24 17:49:26 UTC
Already fixed in RHEL7 builds (upstream commit was v0.5.7~56)

Comment 5 Cui Lei 2014-02-10 07:37:41 UTC
I have test this issue with:
virt-viewer-0.5.7-6.el7.x86_64

Both of below two scenario work well. No error message pop up
[root@localhost ~]# remote-viewer -f -- spice://localhost:5900
[root@localhost ~]# remote-viewer --full-screen=auto-conf spice://localhost:5900


Note You need to log in before you can comment on or make changes to this bug.