[Bug 1927948] Re: Windows switch monitor after resuming from sleep

2021-08-16 Thread Greg Fawcett
This is happening to me too. Fresh install of Debian 11, primary DP
landscape, secondary HDMI portrait. Two effects:

1. A window on the right of the primary screen moves to the left of the
primary screen. Another window on the left of the primary screen does
not move. The moving window also resizes, although this contains
Terminal and may be resizing to default row/column settings.

2. A maximised window on the secondary screen is moved down so there is
a one-line gap at the top, despite still being maximised. Un-max/max
removes the gap.

It seems to happen when screen is blanked. I have disabled screen
locking so don't know if it happens when screen locked too.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1927948

Title:
  Windows switch monitor after resuming from sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1927948/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 55954] Re: Sudoku puzzle solved error

2008-03-05 Thread Greg Fawcett
I think I have solved this - it is caused when you click the "Clear"
button on the little number-picker. This adds the digit 0 to the row
object, so it's length when completed is greater than 9, and the game
counts this as an uncompleted game.

A work-around is to use the delete key instead of the number-picker to
remove numbers.

Or you can edit (you'll need to be root) /usr/lib/python2.5/site-
packages/gnome_sudoku/gsudoku.py and at about line 292 change the
function number_changed_cb() like this:

def number_changed_cb (self, ns, w):
w.destroy()
self.set_text_interactive('')
newval=ns.get_value()
if newval:
self.set_text_interactive(str(newval))

I will submit this to bugzilla, so it should flow through to Ubuntu one
day.

-- 
Sudoku puzzle solved error
https://bugs.launchpad.net/bugs/55954
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 38181] Re: Screensaver freezes on Dapper (ATI Radeon 8500 LE)

2006-06-20 Thread Greg Fawcett
I have an ATI Radeon 9000 Pro (RV 250) which had the same symptoms - 3D
applications would hard freeze. I can still ssh into the box from
another machine, but killing X did nothing, so I think the freeze is
actually the video card.

The suggestion above to add

Option "AGPMode" "4"

to the device section of xorg.conf fixed the problem.

-- 
Screensaver freezes on Dapper (ATI Radeon 8500 LE)
https://launchpad.net/bugs/38181

--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs