Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 585280 Details for
Bug 821077
Firstboot window does not fit the screen after install from F17 TC4 Final KDE Live
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
reproducer and fix
821077.patch (text/plain), 1.43 KB, created by
Brian Lane
on 2012-05-17 17:31:30 UTC
(
hide
)
Description:
reproducer and fix
Filename:
MIME Type:
Creator:
Brian Lane
Created:
2012-05-17 17:31:30 UTC
Size:
1.43 KB
patch
obsolete
>diff --git a/firstboot/frontend.py b/firstboot/frontend.py >index 2735303..86ba10f 100644 >--- a/firstboot/frontend.py >+++ b/firstboot/frontend.py >@@ -24,6 +24,7 @@ import os > import shlex > import signal > import subprocess >+import time > > from .constants import * > >@@ -117,6 +118,7 @@ class Frontend: > > self.wm_pid = os.fork() > if not self.wm_pid: >+ time.sleep(10) > log.info('starting the window manager') > os.execvp(wm, cmd) > >diff --git a/firstboot/interface.py b/firstboot/interface.py >index d5eff3c..58965c2 100644 >--- a/firstboot/interface.py >+++ b/firstboot/interface.py >@@ -197,6 +197,8 @@ class Interface(object): > geometry = screen.get_monitor_geometry(monitor) > self._x_size = geometry.width > self._y_size = geometry.height >+ logging.info("Setting size to %sx%s" % (self._x_size, self._y_size)) >+ self.win.set_size_request(self._x_size, self._y_size) > > def createMainWindow(self): > """Create and initialize the main window. This includes switching to >@@ -206,7 +208,7 @@ class Interface(object): > """ > # Create the initial window and a vbox to fill it with. > self.win = gtk.Window() >- self.win.set_position(gtk.WIN_POS_CENTER) >+ self.win.set_position(gtk.WIN_POS_NONE) > self.win.set_decorated(False) > # we don't set border width here so that the sidebar will meet > # the edge of the screen
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 821077
:
583909
|
584694
|
584695
|
584698
|
584700
|
584823
|
584824
|
584941
|
585072
|
585074
| 585280