[Bug 92652] Re: Please add Microsoft compatible keyboard layout for Brazil

2016-02-27 Thread Marco Paganini
I still get many people asking me how to fix this behavior in Linux.
Since this bug is now nine years old and there seems to be no interest
in providing a "proper" fix, I've created a small shell script that
should configure your system to generate a cedilla c on '+c:

https://github.com/marcopaganini/gnome-cedilla-fix

Feel free to use it in any way you see fit.

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

Title:
  Please add Microsoft compatible keyboard layout for Brazil

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/92652/+subscriptions

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


[Bug 1345217] Re: nvidia-304-update (video driver) got uninstalled and is uninstallable after update to HWE-Stack5 (from Ubuntu LTS 12.04.4 to 12.04.5)

2014-09-20 Thread Marco Paganini
This problem hit me hard today. Problems like this definitely diminish
the user trust in the Ubuntu upgrade process.

The solution was a painful manual rollback, using the output of "dpkg
--get-selections" from before the upgrade (this old habit has saved me
in more than one occasion). Getting my system back to an operational
state required considerable effort. Please give this problem a high
priority, as it's bound to affect a lot of people.

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

Title:
  nvidia-304-update (video driver) got uninstalled and is uninstallable
  after update to HWE-Stack5 (from Ubuntu LTS 12.04.4 to 12.04.5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-304-updates/+bug/1345217/+subscriptions

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


[Bug 363958] Re: in intramfs dropbear starts before NIC is ready

2012-10-18 Thread Marco Paganini
The problem (at least in 12.04) is that udev is called in /scripts/init-
top and dropbear is called right away in /scripts/init-
premount/dropbear. There's no time for udev to load the network module
and the card to be probed and recognized before dropbear tries to
initialize the network.

A quick & dirty solution is to add a "sleep 10" inside /scripts/init-
premout/dropbear, right after the "Starting dropbear" line. A not so
quick and dirty solution is to create another script that adds the sleep
after udev. The proper solution is to add logic to udev and make it wait
until all the modules have been loaded. This has do be done by canonical
or upstream (don't really know who.)

Note that this bug only happens when the FRAMEBUFFER variable is set to
"n" (my case, since plymouth makes it really hard to unlock the drive
remotely and I can't afford that just for a cute graphical screen.)

BTW, I'm surprised that a simple problem like this hasn't been fixed
since 2010, which is the date of the last post.

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

Title:
  in intramfs dropbear starts before NIC is ready

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dropbear/+bug/363958/+subscriptions

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