[Bug 371402] Re: vpn fails to connect when server requires only 128 bit encryption

2009-10-11 Thread dmj726
I can confirm that this affects Jaunty and now Karmic too. I could not connect to the U of I VPN until I removed "require-mppe" via opening gconf and going to system->networking->connections->1->vpn. I right clicked "require-mppe" and selected "Unset Key". After this the VPN worked. I would sug

[Bug 371402] Re: vpn fails to connect when server requires only 128 bit encryption

2009-10-11 Thread dmj726
After looking over the patch Alexander Sack pointed out, that looks like it fixes the issue where leaving and reentering the advanced menu would reset the mppe settings. This meant that one had to set the mppe settings if they ever went into that menu again. This was a known issue in 8.10 with th

[Bug 432814] Re: Action for middle and right click is reversed since jaunty

2009-10-12 Thread dmj726
I am also experiencing this issue on the eee pc 900. On 8.04-9.04, two-finger click triggered a middle click. In the 9.10 beta it triggers a right click. 3 fingers trigger a middle click, but I find this very difficult and uncomfortable to do, which means I cannot comfortably open duplicate t

[Bug 371402] Re: vpn fails to connect when server requires only 128 bit encryption

2009-10-13 Thread dmj726
I made a fix for this bug: 0c39c37fe4a395529bb7025027f60931152fd6ac on 'master' and 814bccb6d7d103b1e0ec3338c3140cb43a39b91d on 0.7.x branch properties: really fix saving MPPE settings (lp:371402)NETWORKMANAGER_0_7 Found by David Jordan and others Fixed for some, but broken for others by commit

[Bug 432814] Re: Action for middle and right click is reversed since jaunty

2009-10-14 Thread dmj726
In /src/synaptics.c static void set_default_parameters(LocalDevicePtr local) the following should be changed: -/* Enable tap if we don't have a phys left button */ -tapButton1 = priv->has_left ? 0 : 1; -tapButton2 = priv->has_left ? 0 : 3; -tapButton3 = priv->has_left ? 0 : 2; +

[Bug 432814] Re: Action for middle and right click is reversed since jaunty

2009-10-15 Thread dmj726
Sorry, after talking with the xorg developers I realized that the above change is not really correct. Instead, there should be a change in the gnome-settings-daemon. gnome-settings-daemon-2.28.0 in file /plugins/mouse/gsd-mouse-manager.c set_tap_to_click (gboolean state) -

[Bug 871307] Re: UDisks.Device.DriveDetach() permanently powers down card *reader*

2011-10-09 Thread dmj726
I can confirm this on my card reader as well. After safely ejecting the card, SD cards in the reader will not be recognized until the card reader itself is unplugged and plugged back in. ** Changed in: udisks (Ubuntu) Status: New => Confirmed -- You received this bug notification because