Description of problem: From konsole in vbox: [dennis@localhost ~]$ mageiawelcome Traceback (most recent call last): File "/usr/share/mageiawelcome/webgui.py", line 64, in worker R.result = apply(function, args, kwargs) File "/usr/share/mageiawelcome/webgui.py", line 82, in launch_browser sw = Gtk.ScrolledWindow.new(box) TypeError: argument hadjustment: Expected Gtk.Adjustment, but got gi.repository.Gtk.VBox Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Reproducible: Steps to Reproduce:
CC: (none) => napcok, thierry.vignaud, yves.brungard_mageia
Hello, I can fix the error with this code in webgui.py, but I get scrollbars which are not needed :/ box = Gtk.VBox(homogeneous=False, spacing=0) sw = Gtk.ScrolledWindow.new() sw.add(box) window.add(sw)
Yes, with this code it runs but there is an unnecessary horizontal scroll bar at the bottom of the window. I also noticed that the "Show this window at startup" at the bottom of the window no longer has a checkbox next to it. The checkbox is there it is just invisible. If you click just to the left of the word "Show" it will place a check but there is no "box" behind the check. I had Mageia Welcome running on startup and it worked fine up until 2 or 3 days ago.
Fixed W/o the scrollbar, there's a sizing issue with Gtk3
Status: NEW => RESOLVEDResolution: (none) => FIXED
With version 1.1-1.mga6 I have both a horizontal and vertical scroll bar. The horizontal scroll bar tends to cover up the close button at the bottom of the screen. The checkbox next to "Show this window at startup" is still missing.
Status: RESOLVED => REOPENEDResolution: FIXED => (none)
This has nothing to do with "mageiawelcome does not run"
Resolution: (none) => FIXEDStatus: REOPENED => RESOLVED