Showing posts with label open source. Show all posts
Showing posts with label open source. Show all posts

Tuesday, March 18, 2014

Enlightenment Foundation Libraries Application Round Up

Most folks who have been around Linux and/or open source software for awhile are aware of what GTK and QT are - tool kits for building applications. Something that not as many may be aware of is that there is another open source tool kit out there - the Enlightenment Foundation Libraries. These serve as the building blocks not only for the Enlightenment desktop, but also for a growing number of applications.

Today I am going to provide a quick round up of applications written utilizing the Enlightenment Foundation Libraries.

System Tools -

Terminology brings "fun" back to the terminal while still being plenty practical. Supporting split panes and slew of other nice features it is stable and fast.






A simple, but functional, lightweight GUI front end for the Connman connection manager. Supports wired and wireless connections.

















A simple graphical tool for the sudo command. Supports the same functions as similar tools such as gksudo. Also supports direct integration with other python EFL applications.






A tool for displaying information about the hardware in your computer. Supports exporting the formation collected to a text file.









eCcess provides a few different functions. It is a GUI for managing users on the current OS and assigning/removing group permissions. It can change the current date and time and finally it provides a simple task manager.



Similar to gDebi, eDeb allows the user to install Debian package files using a GUI.












A tool for installing package updates on apt-get based systems.

















Multimedia Applications - 









Utilities -









Games -







Escape from Booty Bay (Angry Birds Clone)


Wrapping Up -

Hopefully I've introduced you to some new wonderful applications today! Most of this software is fairly new though, so sadly many of them will not have packages in many Linux distribution's repositories. You can however find every application listed here in the Bodhi 3.0.0 repos (or you can add this repo to your Ubuntu 14.04 install).

If you know of an awesome EFL based application that I haven't included here today - please let us know what it is - and where to find it - in the comments below.

Cheers,
~Jeff Hoogland

Saturday, February 16, 2013

Comparison of Linux Desktops OpenGL Performance

With Steam officially being released for Linux I took some time out this evening to run a few benchmarks on my Ubuntu 12.04 based Bodhi system to see how a few of the different modern Linux desktops compare in terms of OpenGL performance with the source engine. Please do not take my numbers to be anything super scientific or precise. I simply recorded a short demo using Team Fortress 2, loaded TF2 from Steam under each of the Linux desktops with no other background applications running and ran the demo through a built in source engine bench marking tool.

The benchmarks were run on my very modest gaming laptop which sports an i7 processor, 6GB of RAM, and an nVidia 330m GT graphics card. I utilized the Steam recommended nVidia 310 driver for these tests. All the desktop setups I used were "stock" from the Ubuntu 12.04 repos, minus E17 which is using the E17.1 snapshot and Bodhi's laptop profile with compositing enabled.

Lets get right to the data shall we? You all love charts I hope!


It is clear from the bar graph that E17 came out towards the top and Gnome Shell was near the bottom. Here are the numbers to a single decimal place:
  • Gnome Shell - 51.5 FPS
  • KDE   - 55.0 FPS
  • XFCE - 55.7 FPS
  • Unity  - 60.5 FPS
  • KDE, Disable Compositing on Full Screen - 63.2 FPS
  • LXDE - 66.5 FPS
  • E17     - 66.7 FPS
I was not surprised when I saw E17 and LXDE had the best performance, they are after all some of the best light desktops today. What did shock me though was that XFCE - which claims to be fairly light - was very low in terms of performance! 

Based on the above numbers XFCE performed around 17% slower than both LXDE and E17, while Unity was around 9% slower than the lighter desktops, and Gnome Shell was a staggering 23% behind.  One other thing worth noting is that KDE has a HUGE performance difference when you check the "disable compositing on full screen applications" box in your Kwin settings. In fact ignoring this setting loses you around 13% in performance:


Obviously someone should run some further tests (I know I plan to when I get some more time), but from my initial small test it is obvious - if you are looking to game on Linux your choice of desktop very clearly matters!

~Jeff Hoogland

Tuesday, January 15, 2013

Some Yummy Elementary Applications

For those who aren't aware Elementary is the top level building block for the Enlightenment Foundation Libraries (EFL). The EFLs reached their first stable release almost a year ago, but aside from E17 there haven't been very many applications written using these libraries to date. Today I would like to highlight a few applications that are being developed using Python and Elementary that have reached a usable state.

Epour - Torrent Client:


Epour uses libtorrent as a back end and currently supports all the basic features you need for a functional torrent client. You can pause/resume torrents and it resumes a partially finished torrent just fine. Epour is currently being developed by Kai Huuhko.

eCcess - System Tool:


eCcess is intended to be a desktop neutral GUI for managing various system tasks. It is still very much a work in progress, but currently it allows you to:

  • Create users
  • Delete users
  • Change a user's password
  • Change the current time
  • Change the current timezone
There is a small screenshot gallery here. I am currently the driving force behind eCcess and I am very much open to ideas for what features it should include in the future.



Valosoitin is a audio player with a very simple playlist interface. Supports all audio formats supported by either Xine or GStreamer. Valosoitin is also being developed by Kai Huuhko.



I already mentioned eAndora a couple of weeks ago, but I figured as long as I was talking about Elementary applications I would bring it up again. Since my first post it has gained a few new features. It now remembers the last station you had playing when you close/relaunch the program and you can now "like" and "ban" songs from your stations. I also improved some back end things so the application is more stable and times out far less with extended play.

Getting these applications:

If you are currently a Bodhi Linux user all of the above applications are just an apt-get away. If you are using a different operating system just make sure you have the latest EFLs installed along with their Python Bindings and then check out the source code from the links I provided above. 

Working with these libraries myself has been a lot of fun. I hope in the future we will see more application development using Elementary as it is a very powerful/flexible library.

Cheers,
~Jeff Hoogland

Tuesday, January 1, 2013

Introducing eAndora - Pandora Client

A good deal of the work I do with the Bodhi project is packaging software/releases and managing things. One of my goals for this new year is to spend some time doing some actual development work with the Enlightenment Foundation Libraries and, more specifically, Elementary. I have a good bit of background with python programming, so my first leap into this field is writing a few small GUI applications in python and elementary.

I finally have enough work done on one of these projects that I feel OK sharing my work with the world. Today I would like to share with you a very, very early release of an application I am calling eAndora:


eAndora is a front end for Pandora Internet Radio. I've started a git repository here that I will be publishing updates to as I write them. The interface is still very basic, but the player is completely functional in the aspect that it allows you to browse and play your Pandora stations and skip tracks you don't like. In addition to being developed with Elementary, eAndora differs from projects like Pithos in the fact that it uses VLC as a streaming back end as opposed to the more common gstreamer.

Here are a few screen shots of the first draft of the GUI:

Login Screen:


Main Window:


Station Select:


I've packaged eAndora for Bodhi Linux and users can get it via a simple:

sudo apt-get install eandora

This package includes a launcher that is placed in your Audio menu.

Folks on other operating systems will need at least EFL 1.7.3, version 1.7.0 of the python EFL bindings and VLC 2.0.  Once you have all these installed simply clone the git repo and launch eAndora with:

python eAndora.py 

Please feel free to let me know any issues you find with eAndora by dropping a comment on this post. Do not however report a lack of functionality as an issue - there is still a good deal of work that needs to be done on this project - I just believe in sharing early and often.

Cheers,
~Jeff Hoogland

Wednesday, November 28, 2012

HOWTO: Check Hard Drive Health with Linux

I've been experiencing full system lockups on my netbook off and on for the last few weeks now. Up until recently though they had been few and far between so I'd just been ignoring the issue. A few days ago however they got bad enough to the point where I had to restart my system three times in the same hour.

Needless to say shortly after that I started running system checks. A quick boot into memtest showed that my RAM was A-OK (which is good considering one stick of RAM is stuck to the netbook's mother board). The next piece of hardware I checked was my netbook's SSD. Almost all modern hard drives have "SMART" controls today to allow you to check their current health status.

I booted my netbook from a Bodhi live USB drive and did a quick:

sudo apt-get install gsmartcontrol

GSmartControl is a GUI front end for smartmontools - a library that lets you interface with your drive's SMART controls and run various health checks on the drive. The interface is fairly straight forward and right clicking on one of the displayed drives gives you the ability to begin checking it.


There are options for a short test (which takes a minute or two) or a longer test (which can take up to several hours on larger drives to complete - depends on the size of your drive).


After my netbook finished the longer test I was greeted with some bad news - my SSD was failing in one area and getting close to failing in others:


At any rate GSmartControl is a fantastic tool for checking the health of your drive that is fairly easy to use. Hopefully the results of your drive check will be better than my own!

~Jeff Hoogland

Wednesday, October 31, 2012

Linux FUD in College Education

My fiance started a new class this week - an MIS (Management Information Systems) class. While we were having dinner tonight she brought up the fact there are some - lets say - colorful definitions of Linux in her wonderful "Experiencing MIS" text book.

Under a section titled "What Does a Manager Need to Know About Software?" there are a number of things presented to the reader as "facts" that I just have to disagree with. It starts with a nice table describing that describes typical users for Windows, OSX, Unix and Linux desktop users. What is the description of a typical Linux user you ask?

"rare - used where budget is very limited"

That is right - the only reason to use Linux on the desktop is when you are strapped for cash. I guess Google never got that memo. The extra kick in the pants? Apparently the only commonly used application Linux has is:

"Open Office (Microsoft Office look-alike)"

Never mind that Open Office contains a sane menu interface instead of "ribbons".

In case the avid reader is curious about who created Linux - that information is here as well. Linux is developed by the "open-source community" which is described as:

"a loosely coupled group of programmers who mostly volunteer their time"

I guess they never got the memo that nearly 75% of kernel work is done by paid developers.

This is what is holding Linux back on the desktop folks. Not a lack of hardware support. Not a lack of user friendliness. Just good old fashion Linux FUD. The best thing you can do to fight things like this is to speak up and let the people spreading the FUD know it is not OK to spread misinformation. Although I must say it really irks me seeing information like this appearing in a higher education setting.

What is this wonderful text book you ask? As mentioned above it is titled "Experiencing MIS", written by a man named "David Kroenke", and published by none other than Pearson Education.

~Jeff Hoogland

Monday, August 6, 2012

That Good Old Linux FUD

Who doesn't love a good Monday morning rant?

I caught this article on the news feed of my favorite Linux news site this morning and I must say it upsets me a lot. The too long/didn't read version of this guy's article is that Android is "usable" for most users, while he finds desktop Linux lacking in the usability department. He cites a number of reasons why the distribution he selected (Fedora) isn't "usable" compared to Android. Honestly all of them are your normal anti-desktop Linux FUD and I am tired of it.

Oh man - all your hardware doesn't work with the distribution you are using, but your Android device works great? Let me guess - you bought a device with Android preinstalled. Your "Linux computer" on the other hand you installed yourself. You also didn't research the hardware. You just expected Linux to work with every piece of hardware that exists. I'm not sure who told you Linux worked with 100% of hardware, but guess what? They lied. Linux works with a great deal of hardware, but not all of it. If you bought your own copy of Windows or OSX and tried to install it on non-supported hardware you better believe their parent companies would tell you to get supported hardware. Why are you treating Linux differently?

Next he goes onto to complain about the difficulties you have to go through when setting up a Linux PC.

Oh man - you downloaded an operating system that has free software principles and you expected it to utilize closed source tools by default? This surprises you? In under an hour on distrowatch you can easily find a distribution that comes with such tools by default. Instead this guy choose the wrong tool for the job he wanted to do and then opted to complain when it didn't work properly.

Next he moves on to complaining about bugs in the operating system.

Oh man - the giant piece of complex software (that you got for free mind you) isn't perfect? Not only that, but instead of having to pay of updates like some operating systems these bugs can often be resolved automatically via the package manager after reporting them? Windows and OSX aren't bug free either. Why are you expecting Linux to be?

Finally he complains about the release cycle of the distribution he is using.

Oh man - you selected a distribution with a six month release cycle, but you don't like updating/reinstalling every six months? I am simply going to make a distrowatch reference again here. There are easily dozens of active projects that this won't happen with. Sadly, you can only lead a horse to water, you can't make it drink.

In closing today I would like to share one last thought of my own regarding desktop Linux. We have not yet gotten to a software world where everyone is ready to install and configure their own operating system. Expecting this to be true is a folly. I would be willing to bet that almost every user that has issues installing Linux (on Linux friendly hardware) would also have issues installing Windows or OSX.

Installing an operating system requires a user to make at least some technical decisions - it is the nature of the beast. Expecting desktop Linux to transcend this is just foolish.

Finally - no matter how good a given piece of software is you can never account for all the carbon based issues that are bound to occur. You know what they say - every time you make something idiot proof they go and make a better idiot!

~Jeff Hoogland

Friday, August 3, 2012

HOWTO: Launch OMXPlayer via a GUI

I'm going to be on an ARM kick for the next two weeks before my fall classes start up. In addition to porting Bodhi to the Pi one of my goals is also to replace my media PC with a Pi. Even though the processor in the Pi is fairly weak, it can decode HD video using it's GPU chip if you use the proper media player. This means that your old favorites like VLC and mPlayer will not work, so we must turn to a tool designed just for the Pi: OMXPlayer.

Now because OMXPlayer is still very new, it is still very basic. So basic in fact it's key bindings (for play/pause/stop/quit) only function if the program is launched via the CLI. Knowing my Fiance and friends who often use the media PC would give me no end of grief if they had to open a terminal to play movies - I set about finding a solution. Today I'd like to share that fairly simple solution with you!

To allow users to simply "double click" on a media file via the file manager and have it open in OMXPlayer you need to create a .desktop file for OMXPlayer. Open a terminal on your pi and run:

sudo nano /usr/share/applications/omxplayer.desktop

For it's contents paste:

[Desktop Entry]
Type=Application
Name=OMXPlayer
Categories=AudioVideo;Player;
Exec=omxplayer -o hdmi %f
Terminal=true
Icon=emblem-video

Save and close the file (ctrl+x in nano) and you should be good to go! When you double click on a media file in your file browser simply select Open With: OMXPlayer! Please note some users have reported this doesn't work with LXDE - I cannot confirm this though as I only use E17 and it works fine there :)

Cheers,
~Jeff Hoogland

Friday, July 6, 2012

E17 heading towards a Stable Release - No Really!

I've been pushing the Enlightenment desktop for some time now and for as long as I've been promoting it I've also been warning folks that it is under heavy development. Well folks - Duke Nuke'em Forever might have beat them to a release, but E team is prepping for a major (stable!) release themselves.

The E release manager has setup a wordpress you can find here to follow more specific details about the upcoming release. What can you do to help out with getting E17 on the road to release as a end user? Why filing bug reports of course! One thing worth noting is that if you are filing bug reports you should be keeping as close the latest SVN version as possible.

Finally - if it has been awhile since you've tried the Enlightenment desktop now is the perfect time! If you aren't inclined to be compiling software from source Bodhi Linux provides one of the best default implementations of E17 around. Arch Linux and Gentoo also provide fairly current builds of E17 in their community supported repositories.

2012 - the year of an E17 Release!


~Jeff Hoogland

Friday, June 8, 2012

Filling out my FAFSA on FOSS

I want to remind every out there of something:

Never doubt that your voice matters.

Over a year ago I wrote a post complaining that you where unable to complete the "free application for federal student aide" from an FOSS operating system without first tricking the government's website into thinking you are running Windows.

It was time for me to renew my application (it is something you update every year in the US) and I had my user agent changer all ready to go, but before I simply admitted defeat again I first tried with my normal browser settings. Lo and behold was I surprised! While I was still warned that I was using an "unsupported" browser - the FAFSA website no longer prevented me from filling out the application from said browser.

This is fantastic to say the least - it is a step in the right direction: towards a open internet where the platform you are accessing it from doesn't matter. I would like to say thanks to everyone out there who read my post last year and took the time to contact the FAFSA folks to let them know how stupid their policy was - because apparently they listened!

~Jeff Hoogland

Wednesday, May 30, 2012

HOWTO: Give Network Manager Sufficient Privileges

Nm-applet is easily one of the most flexible network connection tools available under modern Linux distributions today. Because of this it is my network manager of choice. The only issue is that under a good deal of modern window managers (such as E17) nm-applet doesn't let your normal user connect to new networks without a bit of additional configuration.

The following is how to get around the message:

Failed to add new connection: (32) Insufficient privileges.

From the 0.9.x revision of the network manager.

It is a fairly simple fix that simply involves creating a configuration file. Crack open your terminal emulator of choice and run:

sudo nano /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla

For the contents of this file simply paste this and then save+close the file.

Note if your user will need to be part of the netdev group for that code to function (if you don't have a netdev group, any group your user is a part of will work). To check the groups your current user is in simply run groups myusername in terminal (replace myusername with the name of your user clearly).

~Jeff Hoogland

Friday, March 30, 2012

Clarifying details about E17 and Compositing

I just wanted to take a moment to clarify the state of compositing with the Enlightenment desktop. In two recent reviews of Bodhi Linux the authors mucked up a few of the details concerning compositing and E17. I can't really fault them for their misinformation (as a whole both are really good write ups) because the details about compositing and E17 aren't very well documented. Today I would like to clarify a few things about using compositing with Enlightenment DR17.

First - there are currently two different compositing engines for Enlightenment. One of these is "Ecomorph" and it is the most commonly referenced when talking about compositing and E17. Ecomorph is not housed in the official E SVN and is not installed in Bodhi by default (you can find details on getting the Ecomorph source code here). Ecomorph is a slightly rough port of the famous "compiz fusion" for Enlightenment. It does not provide a consistent experience across a variety of hardware and it is no longer under active development - thus it is not recommended for usage.

For those who want a pleasant compositing experience with Enlightenment the E team has been developing their own compositing manager from scratch. E's compositing manager functions either via a software engine or with OpenGL support. This compositing engine is not based on, nor does it have any ties to Compiz. This is also the compositing engine you will find in use on the "Compositing" profile Bodhi ships with. This engine is not as feature rich as Compiz as of yet, but slowly it is gaining more and more advanced features.


If you have any questions or if anything is still unclear feel free to drop a comment below.

~Jeff Hoogland

Tuesday, March 27, 2012

The Best Linux Desktop Environment is...

The one that works best for you.

Plain and simple - case closed. You shouldn't be using the desktop that I tell you works best. You shouldn't be using the desktop that Linus Trovalds tells you works best. You know what works best for your needs - no one else does.

Want to know how many different Linux desktops I tried before I eventually settled on E17?
  • KDE 3.5
  • Gnome 2
  • XFCE
  • LXDE
  • Openbox
  • KDE 4.x
  • Unity
The important thing is that whatever desktop you are using allows you to be productive and doesn't hinder your work flow (and if it is pretty that is a plus).

If you are unsure about which desktop is best for you with all the recent changes that have come about in the Gnome/Ubuntu camps I encourage you to go grab some LiveCDs that feature the latest versions of the various desktops and give them a try. By that I mean a real try - don't just boot the system up, use it for 15 minutes and think you are an expert. Use the desktop for your everyday tasks for a few days, see if it feels right. Find out things you like/don't like and discover things that make each different desktop unique.

Everyone knows I love E17. I enjoy using it because it is fast, flexible, and --- when I want it to be --- flashy.

 
What is your desktop of choice on your FOSS operating system and why do you stick with it?

~Jeff Hoogland

Wednesday, February 22, 2012

Rank your Linux-Nerd Level

So you love your penguin powered computer huh? Just how does your level of Linux nerd stack up compared to the other Linux fans you know? Tally your points using the information below and find out.

The Easy Points (+1 each):

You know what Linux is.

You can name the Linux mascot.

You know what a "kernel" is (and I'm not talking about pop-corn).

You know the difference between Android, Ubuntu, and Linux (thats right folks - there is more to Linux than Ubuntu).

You use Linux every day.

The Average Nerd (+2 each):

You have installed a Linux-based OS on your own.

You have asked for help on a Linux forum/chat room.

You know the difference between Linux, BSD, Solaris and Unix.

You read FOSS new sites daily.

You use "free as in beer" to describe all things that are without cost - not just software.

The Serious Nerd (+3 each):

You solve more problems for other people than you ask about yourself on Linux forums/chat rooms.

You can install and configure Gentoo/Arch without documentation.

You recompile software for fun or too add a new build flag.

You know the difference between apt-get, yum, rpm and dpkg.

You own Linux merchandise and display it as often as possible (t-shirt, coffee mug, ect.)

The Duty of a Nerd (+4 each):

You have edited code that didn't want to compile so it would build correctly.

You contribute to/write for/maintain a Linux news website.

You own more computers than you can count on one hand and they all run some type of Linux.

The Nerdiest of them All (+5 each):

You maintain/regularly contribute code to an open source project.

You have written a patch that was accepted to the main-line Linux kernel.

OK go ahead and take a moment to tally up your points. Lets see what your total says about you:

Linux Ignorant (0-5 points):

Catch phrase: "Whats a 'linux'?"

Linux Newbie (6-10 points):

Catch phrase: "Hey guys - check out this new OS I found. It's free!"

Linux Jockey (11-20 points):

Catch phrase: "Here try this live CD."

Linux Tech (21-30 points):

Catch phrase: "OK first open a terminal..."

Linux Expert (31-40 points):

Catch phrase: "Hang on, I've got some code compiling."

Linux Master (41-50 points):

Catch Phrase: "Once I finish this software patch things are going to be sweet!"

Linux God (51+ points):

Catch Phrase: "Give me a moment, I am praying to Tux."

How do you rank on my little scale? Also please note this short little "quiz" is intended in good fun - it is not meant to be taken seriously in any way.

~Jeff Hoogland

Monday, January 30, 2012

Jeff's List of his favorite FOSS Applications

People like stuff that is free. People like lists of things. Today I am going to put these two things together with the following list of my favourite FOSS (free open source software) applications.

Web Browser: Firefox

Platforms: Linux, Windows and OSX


I know Chrome/Chromium have gained a lot of popularity in the past year, but I still like Firefox most as my primary web browser. My two pmain reasons for this are the fact that it generally renders text "nicer" than most webkit-based browsers and the fact that it integrates with most Linux desktops more fully than Chromium does.

IRC Client: Xchat

Platforms: Linux and Windows


Xchat is a fairly straight forward GTK IRC client. It supports a variety of features, but also is clean enough to simply let me get right into the chat room I want without much configuration.

Instant Messenger: Pidgin

Platform: Linux, Windows and OSX


When it was first created it was known as "gaim", but today many know the popular GTK instant messenger client as "Pidgin". Supporting a number of messenger types including AIM, Yahoo, Google Talk, MSN and many others - Pidgin is a very versatile messaging client.

Torrent Client: Transmission

Platforms: Linux and OSX


Transmission is fairly light bit torrent client that has both GTK and QT interfaces. It is stable and fairly feature rich while staying out of the user's way. It supports many commonly used torrent features such as setting download/upload speed limits and prioritising downloads.

FTP Client: Filezilla

Platforms: Linux, Windows and OSX


The swiss army knife of FTP clients Filezilla supports many common transfer protocols including FTP, SFTP, FTPS, and FTPES.

PDF Viewer: ePDFViewer

Platform: Linux


ePDFViewer is a very simple and light weight PDF viewer that utilises the GTK and poppler libraries.

Office Suite:  Libre Office

Platforms: Linux, Windows and OSX


Libre Office is a full featured office suite that provides a word processor, spreadsheet editor, presentation creator and much more. It is written in C++/Java and was forked from OpenOffice.org a little over a year ago.

Video Editor: Openshot

Platform: Linux


Easily one of the best open source projects to be started in the last couple of years. Openshot is a non-linear video editor that is written in mostly in python and GTK. The interface is clean and generally makes finding whatever function you are looking for fairly easy.

Video Ripping: Handbrake

Platforms: Linux, Windows and OSX


Ever have a video DVD you purchased and wanted to backup in case you lose or scratch the disc? Handbrake is the perfect tool for this task. It will simultaneously rip and encode a variety of media formats to a variety of other different media formats.

Disc Burning: XFBurn
 
Platform: Linux


Part of the XFCE software collection XFBurn is a to the point disc burning software based on libburnia. In case you hadn't noticed by now I am a fan of "simple and clean" software and XFBurn is no exception to this rule.

Media Player: VLC

Platforms: Linux, Windows and OSX


VLC is a multi-media player that is written in QT. It's most valuable asset is the fact that all of it's many multi-media codecs are self contained - meaning it can play nearly any media format right after installation without the need for installing system wide codecs packages.

Now, take note that I mention these are my favorite applications - not that they are always the best application for every possible task. Odds are there are others that are just as good (or better) in some situations than the ones I listed. One of the best things about FOSS is the ability to choose what you want to use. So try lots of different software and find which applications work best for you.

~Jeff Hoogland

Thursday, December 29, 2011

Dear Open Source Free Loaders

This is an open letter to all the open source free loaders out there - you know who you are.

One day you heard about this awesome thing called free software. You didn't know about the difference between free as in freedom and free as in beer - nor did you care. You came here simply because you heard you could get something for nothing.

As soon as you have your something, you are content - for the moment. Then something does not behave as expected, you can't figure something out or a true issue occurs.

You don't ask for help. 

You don't report there is an issue.

You don't help fix the problem at hand.

You know what you do. We all know what you do. You proclaim loudly for all to hear that the thing you got for free doesn't work properly. You call it garbage. You call it trash. You walk away from the product, leaving it worse for wear. You won't be missed.

In fact, check your Paypal - there is a full refund sitting in your account. Don't come back.

Today, I implore you - don't be an open source free loader. Free and Open Source Software is software written by a community, for a community. Without give an take on both ends (developers and users) things will never improve. The developers have given you software to use, the least you can do is give valid feedback. Remember - if you aren't part of a solution, then you are part of the problem.

A short rant from a sometimes tired developer,
~Jeff Hoogland


Tuesday, December 27, 2011

HOWTO: Setup Comp-Scale under Enlightenment

What is Comp-Scale?

Comp-Scale is an Enlightenment module that uses compositing features to allow you to switch between active windows and your current virtual workspace in a fancy method.

Installing Comp-Scale:

If you are using Bodhi Linux comp-scale is installed by default on your system. If you are using a different base system I advise building the latest comp-scale module from the E SVN.

Loading Comp-Scale:

If you installed the module correctly you can now go to Settings->Modules->Look and load Comp-Scale:


Setting Up Comp-Scale:

There are two different methods of settings up Comp-Scale. First you can simply add click-able gadgets (Settings->Gadgets) to your desktop or shelf:


Or you can setup key bindings:


What does Comp-Scale Look Like?

The first gadget - Scale Windows - gives you a composited view of all the windows on your active work space:


The second gadget - Scale all Windows - displays all open applications running across all your work spaces:


Finally, the third gadget - Scale Pager - triggers an overview of all your virtual work spaces:


Closing:

Short Enlightenment tutorials are something I hope to start doing on a regular basis. The Enlightenment desktop is extremely flexible and there are a great number of things you can do with it. Personally I learned everything I did about the desktop largely by following the IT flow chart and I advise everyone else interested in learning the desktop to do the same. The Bodhi Guide to Enlightenment is also a great resource for learning the E17 desktop.

If there is something you are interested in learning how to do, drop a comment below and hopefully I can address it in a future post

~Jeff Hoogland