This makes the following changes in the display capplet:
- Now fits in 640x480 and has a better layout overall.
- We just use "monitors" for wording, not a mixture of "monitor",
"display", "screen".
- Make the mouse cursor indicate when you can drag a monitor.
Now that the label with instructions is gone, let's have
a tooltip with better instructions.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Cross-with-arrows means 'you can move me', while hand means 'you can click me'
in this day and age. Pointed out by Ka-Hing Cheung <kahing@gmail.com>
Signed-off-by: Federico Mena Quintero <federico@novell.com>
The new window fits in 640x480 without any adjustments to the size of the
FooScrollArea, so we don't need to adjust that size anymore.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
This should make it more obvious that outputs are in fact draggable
in the FooScrollArea, and it will let us remove the ugly label
with instructions for how to drag the monitors.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
We move the per-monitor's widgets to the right of the FooScrollArea.
This makes the dialog fit even in 640x480 displays, and makes it more
obvious that the monitor's controls actually refer to the selected
monitor.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
We simply hack the FooScrollArea for the monitor display to be shorter.
We can get fancier in the future by really computing the size based
on the monitor into which the window eventually gets mapped.
Patch by Takashi Iwai <tiwai@novell.com> - https://bugzilla.novell.com/show_bug.cgi?id=564579
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Otherwise we get:
/usr/bin/ld: gnome-mouse-properties.o: undefined reference to symbol 'floor@@GLIBC_2.0'
/usr/bin/ld: note: 'floor@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
https://bugzilla.gnome.org/show_bug.cgi?id=609570
When current password is wrong, passwd outputs on Ubuntu 9.10
passwd: Authentication token manipulation error
This doesn't correspond to what we're expecting. Add "error" to the list of words we look for to avoid waiting forever.
When pam-cracklib is used, using an existing word prompts 'passwd' to output
WEAK PASSWORD: it's based on a dictionary word
Detect "dictionary" too and consider this as meaning "Password is too simple".
The gnome-at-session autostart desktop file launches a shell script, which in
turn calls gconftool-2, just to find out that it's disabled, and exit. This
wastes unnecessary cycles on starting the desktop.
Add an AutostartCondition to the .desktop file which only runs when a11y is
enabled.
https://bugzilla.gnome.org/show_bug.cgi?id=608138
Apple touchpads have a single physical button and are thus capable of
working even if tapping is disabled. Don't force it on for these touchpads.
This patch simply changes the check for physical buttons from the previous
"check for LMR be present" to "check only for L".
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>