penalvch

Revision 21 as of 2013-12-28 19:18:24

Clear message

Who I am

My name is Christopher M. Penalver and thank you for visiting my wiki.

I am a current member of Ubuntu Bug Control, with a heavy focus on LibreOffice and Linux kernel bugs. As well, I contribute to community support articles on https://help.ubuntu.com/, and debugging documentation at https://wiki.ubuntu.com/DebuggingProcedures.

I strive to learn as much as possible about the bugs I help triage. As well, I triage in a way that is in line with the Ubuntu Code of Conduct, and respectful of the policies set by the Ubuntu team that works on the package reported against. Also, my triage effort is focused on getting reports in a position where a developer can easily see all relevant information quickly, necessary to fix the problem, and not have to ask follow up debugging questions of the original reporter, other than to test a patch. However, if a developer wants to step in before this, that's fine too!

I am an avid Xubuntu/GNU/Linux user and very thankful for it.

Wiki documentation contributions

GMail Filters don't work as one expects

When one goes into GMail and clicks the checkbox next to the e-mail one would like to create a filter for (not mark it as spam) -> click button More -> click button Filter message like these -> Delete all text boxes -> hand insert the Subject of the e-mail verbatim (mine was for example): FW: Example4

-> click Create file with this search -> only check checkbox Delete it -> click button Create filter

Notice when one goes into Settings -> Filters it notes: Matches FW: Example4 Do this: Skip Inbox, Delete it

However, subsequent e-mails sent over the last week since this was implimented still show up in my Inbox, and are not deleted. Hence, the filter is at worst broken, and at best not designed as a user expects from a Outlook feature parity perspective.

I've already read https://support.google.com/mail/answer/6579?hl=en and no I don't want to filter anything to SPAM. I want what is expected given the above procedure, the e-mail is silently deleted with no traces of it in my Inbox, without it being marked as SPAM.

Information as per Google: build: gmail_fe_131210.00_p5 experimentId: 1144

Netflix in Xubuntu

It is pretty neat to see how far linux has come in delivering the same experience, and better, as Windows and other competing platforms. One thing I had become used to not using in Xubuntu was Netflix. However, just recently, I was scanning news articles and noticed a post about how Netflix now works without hassle in linux. So, I decided to test it myself, and it does in fact work! I did the following in a terminal: sudo add-apt-repository ppa:ubuntu-wine/ppa && sudo add-apt-repository ppa:pipelight/stable && sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y install wine1.7 pipelight && sudo pipelight-plugin --enable silverlight && sudo pipelight-plugin --disable flash

Then I installed Firefox Add-on UAControl and set a custom preference for netflix.com to: Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20131011 Firefox/23.0

and then it works without any further modification. Enjoy!

AMD Radeon HD 3100 legacy graphics overheat

10/27/2012 Since I started purchasing laptops exclusively (my second being a Toshiba Satellite L305D-S5934) I've had overheat problems with this laptop using the open source Radeon drivers, and much less so with the AMD Catalyst (fglrx) ones. Currently, I have to use xfce4-sensors-plugin to monitor my temps approaching ~200 F, in which case it will promptly shut off. As a work around, I've governored the CPU via the command line:

sudo cpufreq-selector --cpu=0 --governor=powersave && sudo cpufreq-selector --cpu=1 --governor=powersave

As well, it is known which applications, and in what combinations, will cause my temp to spike (ex. VirtualBox).

Unfortunately, the legacy AMD fglrx drivers downloaded directly from their website do not work in Quantal due to it not working with Xserver 1.13 http://ati.cchtml.com/show_bug.cgi?id=625. While AMD is aware of the fglrx driver bug provided by their website directly, they are currently not willing to fix it. As well, this may affect legacy card users using fglrx from the Ubuntu repositories in Quantal https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1058040. Sad :( Thankfully, my Intel graphics based Acer Aspire 5750-9668 does not share this problem, typically running at a cool 116 F even with video running.

Why I had to switch E-Mail from GMX to GMail

10/27/2012 When I first started using a dedicated E-Mail account, I tested out a number of different free services (GMail, GMX, and Yahoo). However, being accustomed to Outlook Web Access from past jobs, I began using GMX as my first major E-Mail account, due to it being the closest to OWA. It had a really sleek GUI web interface that worked really well with all browsers and operating systems. And the overall design was intuitive and reasonable.

However, a few months back the website had an issue the GMX Support team was aware of, where all browsers across all operating systems were spontaneously logged out after 10 seconds to a couple minutes. Me being a reasonable and understanding person, I figured they will knock that issue out with no problem. So, I worked around it by using Evolution in Quantal, as I could not get Evolution to work with GMX in Precise. Simultaneously, I sent the GMX support team a message advising them of the problem, assuming after a while it would be all cleared up and I could go back to using the web GUI that I've come to enjoy using, combined with the added benefit of using anywhere from 100-300MB less RAM due to Evolution not running.

Unfortunately, I received a response noting not only is the problem resolved from their end, despite the fact it continued for me using both Firefox and Chromium browser, but that it is now caused by my using Ubuntu, due to how no further complaints have been made by Windows or Mac users, and they won't even try to support it. Sad :( As well, Evolution was giving me troubles, where it would intermittenly crash, hang, and take longer than expected to do certain tasks.

So, having changed absolutely nothing on either browser, I started up a GMail account and it worked flawlessly, no spontaneous log outs. Not only that, Google Docs worked around a rather inconvenient LibreOffice PDF document import issue! Also, GMail automatically imported all my folders from GMX, preserving the structure, and auto-forwarded all my GMX E-Mail to GMail for the next 30 days! It was like GMail anticipating my having this problem (and others due to their extensive list of competing E-Mail platforms one could choose from in their import list), and then delivered exactly what was needed on a silver platter. Wow! Big Grin :)

Now that I've migrated over to GMail, hopefully it is smooth sailing. Smile :)

Get Hulu to work with your Samsung Stratosphere Android phone via Xubuntu

I wrote this tutorial as I am very leary about downloading some zip file found on a random forum to get what I want to work. Instead, I did it myself and wanted to share the results.

Install the Android SDK via the Terminal:

cd ~/Desktop && wget http://dl.google.com/android/android-sdk_r16-linux.tgz && file-roller -h android-sdk_r16-linux.tgz && cd android-sdk-linux/tools && sh android

check the checkbox Tools -> click button Install 2 package -> click radio button Accept All -> click button Install.

Once this is done, enable USB debugging via Settings -> Applications -> Development -> check USB debugging and then via the Terminal:

cd ~/Desktop/android-sdk-linux/platform-tools && ./adb pull /data/data/com.adobe.flashplayer/lib/libflashplayer.so && ghex libflashplayer.so

Find a part of the code in the right hand ASCII window that looks like:

PlugIn..5.1.AND 11,1,11

and change it to:

PlugIn..5.1.WIN 11,1,11

save the file, and then at the Terminal:

./adb push libflashplayer.so /data/data/com.adobe.flashplayer/lib/

Finally, change the user agent on the Dolphin Browser via Menu button- -> More -> Menu -> Settings -> Dolphin settings -> User Agent Custom -> Custom useragent WIN

Enjoy! Big Grin :)

Unity in Ubuntu

Pros

  1. Gives the user more screen real estate by hiding menubars when not in use, thinning out vertical scrollbars unless hovered over, and consolidating a windows top bar into the top task bar.
  2. Consolidates Applications/Places/System into the Ubuntu Start icon.

Cons

  1. All the menu structures I've enjoyed using and been accustomed to in GNOME 2.x are completely hosed.
  2. Synaptic Package Manager is gone.
  3. the Unity bar is an efficiency regression for my applications. I have 12 desktops open, and having the name of the windows open at the bottom is critical in keeping it all straight. This is a show stopper for me and I use Xubuntu.
  4. Having an army of GNOME developers work on bugs, instead of UI design changes/fixes for GNOME 3/Unity and the bugs created because of this. It's pretty clear that Unity is an initative to create a unified experience across diverse hardware architectures. I just wished they kept developing for GNOME 2.x while pushing that initative forward!
  5. Being able to simply and easily use CPU Frequency Scaling Monitor applet to governor my CPU(s) with GNOME 2.x. I could just governor all my CPUs, and blissfully run any combination of programs without the fear of a temp shutdown. Unfortunately, Xubuntu does not have a working GUI based governor at the moment.

Testimonials

  • Christopher is one of the most passionate community members out there. I admire the expertise and great understanding he demonstrates every time he triages a bug report and when he edits a documentation page. —Fitoschido, 2013-02-21 06:12:58

  • Please feel free to post a testimonial about my work with the Ubuntu project here.


CategoryHomepage