KDE 4 Thoughts 
Friday, January 11, 2008, 08:22 AM - Computers, Software, Linux
Personally, I am holding off on KDE 4. Yesterday, I checked out the KDE Four Live disk with RC2++ and to be frankly honest, really let down.

Some of the new changes, seem cludgy. Such as the menu, giving no easy and quick way to drop back folders, just close it entirely and reopen (which seems a bit silly), or click, click, click, click on the back arrow. This is annoying to me, because sometimes applications get their shortcuts automatically installed to a location I might not think it should be, and so when I'm hunting around for them to find out where the folder is, things slow down (the search thing is nice, but I like to know where stuff is too). Or oops, I clicked the wrong folder, and unlike before, I cant just move my mouse a few pixels over to highlight what I meant to go after to change, I have to move around and click some more. Yeah, this is minor, but, the new kmenu was supposed to make things faster and easier, where as this is a bit of a regression.

I WANT TO BE ABLE TO CHANGE THE KICKER! I HATE, HATE, HATE a big fat kicker. Yeah, I know it is "Plasma" now, but why the fuck should you REMOVE functionality? Also, I liked my LCD looking clock! I had my theme how I liked it, thin kicker, bland grey, Clock with LCD look, Plastik and Keramik mix on the theme. It was small, bland, and utilitarian.

Control Center. How do I start with this. It looks like shit. Takes up WAY too much screen real estate for what it does. It is kinda similar to the Windows Control Panel and OSX System Preferences, BUT GONE WRONG! Also, with the tabs, shit is more difficult to hunt down.

Basically, I would like some of the old ways brought back. Old style Kmenu, with a search bar at the bottom would be nice. Normal Kmenu look, but when you search, it converts into the List style. Old style control center. Ability to make the new plasma kicker as customizable as the old kicker. I had been looking forward to KDE4 for a while, even been using the 3.5 backport of Dolphin for months, but with some of the things I had issues on, everyone kept reassuring me that "oh, you can make it look how it used to". If that is still the case, let me know how.

[ add comment ]   |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 3 / 95 )
Pixel 
Friday, February 2, 2007, 03:44 PM - Computers, Software, Linux, Games
This one kinda makes me wonder how it slipped past my radar for so long. Pixel is a image editor much more in the vein of Photoshop, than GIMP. Something that makes graphics people happy. What perks my interest though, is that it is cross platform, with BSD and Linux support. Sounds pretty sweet to me.

Weight: 256.0lbs
Waist: 42.0"
Wii Fitness Score: 33

[ add comment ]   |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 2.8 / 87 )
Sweeet 
Friday, December 8, 2006, 05:32 PM - Computers, Hardware, Software, Linux
For those of you not paying attention, people, with aid from the Wiili project have got the wiimote working, with with accelerometers and as a pointer on OSX, Linux, and even Windows (admittedly, the Windows version of things is a bit of an ugly cludge to get things working, but then again, so is windows). This is some pretty sweet stuff. I got to play around with it today, and while things could be improved a bit (such as setting what the buttons do when pressed on the OSX side), it is still cool. Great for those who use a home theater PC.

[ add comment ]   |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 3.2 / 91 )
PARTY ON! 
Friday, October 27, 2006, 01:06 PM - Computers, Software
Been busy trying to help get stuff ready for the Halloween party here, so not had much to say here, or time to say it. I have been watching the World Series, and have been enjoying it greatly. GO CARDS!

Speaking of parties though, this week saw the launch of Firefox 2, and all the fanfare that received. If you're a long time Firefox user though, you may have some nitpicks with the interface changes. I know for me, I hate the individual close buttons on each tab. To me, middle clicking on a tab to close it, just seems so much quicker and easier. (Ya hear that google? Take those fancy studies and shove them.) Now, I'll be trying to help those to return Firefox to how it used to be, without the use of extensions that might end up being problematic later on down the line.

Ok, first up, getting rid of the close buttons so you can use middle click to close tabs again. For this, go up to your address bar and type in about:config then hit enter. No http:// or anything before it, just about:config and nothing else. Once that is done, you'll see a page that has a bunch of crap on it, so why don't we narrow it down by going to the filter bar and typing in "tab". See stuff really narrow down in a hurry, eh? The thing you'll want to look for first is "browser.tabs.closeButtons". You'll notice it will have a value of like 1. There are 4 possible options that can be put in; 0, 1, 2, and 3. 0 allows it so they each have individual close buttons, but only are visible if that tab is active. 1 is the default, and has them all up all the time. 2 is what I use, and has no close buttons what so ever, so you can middle click to your heart's content. 3 is how Firefox 1.5 and earlier had it, where there is just one close button and its at the end of the tabbar. Personally I do not like that in FF2 since it clashes a bit with the default theme, plus I just never use it. To change it, just double click on browsers.tabs.closeButtons and a box will popup, in which you can type in the number you want. Easy eh?

Next up, if you're like me, you'll probably want to get rid of the dumb dropdown menu that shows every single tab available, including the visible ones. For doing this, its a bit more tricky, but still very easy. All you need to do is add a short entry to your userChrome.css file. If you do not have this file, or do not know where it is, it isn't a big deal. In side of your profile folder for Firefox, there is a directory named "chrome", and edit a textfile with that name. For the main profile directory, in linux goto ~/.mozilla/firefox/Profiles/, OSX its ~/Library/Application Support/Firefox/Profiles/, and on Windows it is C:\Documents and Settings\youruserid\Application Data\Mozilla\Firefox\Profiles\. Go there, and inside will be some directory with a name that looks like jibberish (will look like fie3j82b.slt or sd34ng9z.default), and there should be one that corresponds to your profile directly (Firefox can support multiple profiles, for multiple people, but if there is only one, then there should be just the one). Once inside, you'll see your chrome directory. Jump in, and if you don't have a userChrome.css file, no biggie, just make a text file with that name (making sure the extension is .css and not .txt) or copy userChrome-example.css and rename it. To finish up, open it up in the text editor of your choice, and paste in the following.

/* Remove the dropdown button for all tabs */
.tabs-alltabs-stack { display: none !important; }
tabbrowser tabs > hbox { display: block; }


The last thing that I did, is change the number of visible tabs that may be allowed on the tab bar at any given time. By default in Firefox 2, the tabs cannot be any smaller than 100 pixels, which on an average size screen limits you to no more than 10 at a time. Sucks, don't it? If you still have about:config open (which hopefully you do), look for browser.tabs.tabMinWidth and then type in how wide you want them to be. I found that if it is shorter than 46 pixels, there is a nasty effect where the lines showing the separation between tabs would disappear, making them appear to all merge into one. Set it to about 50 or so (I used 46, but some people like an nice round number), and you'll now have double the amount of viewable tabs allowed before stuff gets scrolled off the tab bar.

Now, only thing left to do is restart firefox, and all your settings are ready and included.


[ add comment ]   |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 3.1 / 69 )
iClip for Free 
Friday, June 30, 2006, 11:09 AM - Computers, Software
As most of you guys know, I like free things. Free as in speech, and free as in beer, it don't matter, they're both kick ass in my book. Today, MacZOT is giving away free copies of iClip 3.7. iClip is a little program that allows you to have multiple things copied at a time. Like your dock, or Sidenote, iClip hides off to the side of the screen and pops out when you mouse to the edge. Grab a copy.

[ add comment ]   |  [ 0 trackbacks ]   |  permalink  |  related link  |   ( 3 / 121 )

Next