[Bug 1390625] Re: mouse cursor gets corrupted

2015-05-09 Thread Gabriel Couto
Solved on Elementary OS Freya stable with gsettings set org.gnome.settings-daemon.plugins.cursor active true -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390625 Title: mouse cursor gets corrupted

[Bug 1449250] Re: Keyboard Layout Portuguese (Brazil, nativo for USA keyboards) doesn't respect USA keyboard layout.

2015-04-27 Thread Gabriel Couto
Layoout chart for somewhat expected layout (USA International, for example) ** Attachment added: USA international.png https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1449250/+attachment/4386031/+files/USA%20international.png ** Summary changed: - Keyboard Layout Portuguese (Brazil,

[Bug 1449250] [NEW] Keyboard Layout Portuguese (Brazil, nativo for US keyboards) doesn't respect US keyboard layout.

2015-04-27 Thread Gabriel Couto
Public bug reported: When setting up the keyboard layout to my bluetooth keyboard on my machine I saw the option to add a layout specific to Portuguese with the promise it would work with USA keyboards. But many letters are assigned to the wrong codes. 1. I'm using Ubuntu 14.04 2. I don't know

[Bug 1449250] Re: Keyboard Layout Portuguese (Brazil, nativo for USA keyboards) doesn't respect USA keyboard layout.

2015-04-27 Thread Gabriel Couto
Layout chart of Portuguese (Brazil, nativo for US keyboards) layout ** Attachment added: portuguese for usa keyboards.png https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1449250/+attachment/4386030/+files/portuguese%20for%20usa%20keyboards.png -- You received this bug notification

[Bug 899878] Re: Software center have hardcoded colors and shows white font on white bg

2014-06-25 Thread Gabriel Couto
Or maybe hardcode everything. If you make an application with hardcoded BG color, your text over that background SHOULD use hardcoded font color. App content should use just theme colors or should use just hardcoded colors... not both. You can't mix things up. That practice is not functional and

[Bug 566812] Re: USB Modem wont connect after modem hangup

2012-01-11 Thread Gabriel Couto
I use a script to reconnect my ONDA 3G modem, because the solution above doesn't work for me. My script is executed by cron, every 5 minutes. #!/bin/bash MCHECK=`lsusb | grep ONDA` if ! [ -n $MCHECK ]; then echo 3G/GPRS modem not in use, ignoring... exit 0 fi NCHECK=`/sbin/ifconfig ppp`