Home


      There Are 10 Types of People in the World....
Home
















Percona Live MySQL Conference and Expo, April 22-25, 2013

lefred sprl

Looking for an IT consultant in Open Source ?

VAT: BE0835.956.787

Contact: info at lefred dot be

Home » GNU/Linux

Fedora

hamster-time-tracker for Fedora 18

Submitted by lefred on Thu, 01/17/2013 - 22:23

To track my time I used hamster-applet with the previous version of Fedora and I really liked it. It integrates perfectly with gtg.

This project hasn't be ported to Fedora 18, see bug 882788. I decided then to package the latest version of the project.

The git repo is available here.

You can see some screenshots here.

If you enjoy or discover this cool project, I'm happy to make it available for Fedora 18.

  • 8 comments
  • 2 attachments
  • Share this
Tags:
  • Fedora

GTG 0.3

Submitted by lefred on Tue, 11/13/2012 - 23:06

Getting Things GNOME! has been released on November 6th but I was able to test it only tonight ;-)

So far, I'm very pleased by this release and to be honest this seems to be the first time synchronization with Remember the Milk is working (I used it on my n900 and I plan to use it know on my android.... but I need to wait 22h before next sync)

I've also installed the integration with gnome-shell very quickly and it seems awesome !

The development team as done a very nice job...

If you plan to test it, I've packaged this release for Fedora 17.

  • 2 comments
  • 2 attachments
  • Share this
Tags:
  • Fedora
  • GNU/Linux
  • Private Life
  • Python

Fedora on mac book (air) : wireless and kernel 2.6.40-4.fc15

Submitted by lefred on Mon, 08/08/2011 - 13:09

If like me you are using Fedora on your mac book, after the week-end and in case of reboot, your wifi should not work any more :(

Good, news, it's easy to fix, just add the following line to /etc/modprobe.d/broadcom-wl-blacklist.conf

blacklist bcma

Restart and enjoy wifi back ;-)

ps: of course you need to use:

kmod-wl-2.6.40-4.fc15.x86_64-5.60.48.36-2.fc15.6.x86_64
kmod-wl-5.60.48.36-2.fc15.6.x86_64

  • Add new comment
  • Share this
Tags:
  • Fedora

Google calendar support in Gnome 3 evolution ?

Submitted by lefred on Thu, 04/28/2011 - 14:09

During my test and discovery phase of Fedora 15, I noticed that Evolution doesn't support anymore google calendar... is it on purpose ? why ?

Or do I need to install some other package ?

I found this feature in Fedora 14 something very useful !

I hope this is something that will be fixed in the final release.

In Fedora 14 (evolution-2.32.2-1.fc14.x86_64) :

In Fedora 15 :

  • 15 comments
  • Share this
Tags:
  • Fedora

Gnome 3 and my favorite window focus and raise behavior

Submitted by lefred on Wed, 04/13/2011 - 21:55

Yesterday night I installed Fedora 15 Alpha to see and test the gnome-shell (gnome 3) improvements.

I stopped to test for one reason: I was not able to setup my favorite behavior for window's focus.

What I like (this is mandatory, that's also the one major reason why I don't use Mac OSX daily) is that the focus follows the mouse but doesn't raises the window !

After having "googled" a bit, I tried to install gnome-tweak-tool... but it didn't help for this task... :(

The solution is to use gconf-editor and changing the default value (click) of /apps/metacity/general/focus_mode to sloppy.

Now I'm very happy and I can continue my tests of Gnome 3.

  • 12 comments
  • Share this
Tags:
  • Fedora

Puppet and 64bits packages

Submitted by lefred on Wed, 03/23/2011 - 14:33

Since I use puppet to manage my machines (and the machines of customers), I noticed that I had more packages installed then before, I noticed also obviously the same behavior in packages to update and bandwidth consumption during updates.

I realize that on 64bits machines, most of the time, the 32bits version of the packages managed by puppet were also installed.

This is what I did in my recipes before:

    package { "corosync":
        ensure => "installed",
        require => Yumrepo["clusterlabs"];
    }

This kind of package declaration installed then the two version of the package, in this case corosync and the dependencies too.

To avoid this I added the fact hardwaremodel and used the alias to keep my recipes consistent:

    package { "corosync.$hardwaremodel":
        ensure => "installed",
        alias => "corosync",
        require => Yumrepo["clusterlabs"];
    }

Hope this could help people having noticed the same behavior... or not :-)

  • 3 comments
  • Share this
Tags:
  • CentOS
  • devops
  • Fedora
  • Tips and tricks

Get rid of the touchpad while using the mouse

Submitted by lefred on Thu, 06/24/2010 - 07:52

I've been fighting several weeks (and making a huge number of typo's due to that) with the touchpad of my macbook pro on Fedora/Gnome.

I've tested several solutions :

- disable it in Gpointing Device Settings --> fail (it always comes back after a short moment)
- use synclient TouchpadOff=1 --> fail
- creating udev rules : --> fail

ACTION=="add", SUBSYSTEM=="input", ENV{ID_CLASS}="mouse", RUN+="/usr/bin/synclient TouchpadOff=1"
ACTION=="remove", SUBSYSTEM=="input", ENV{ID_CLASS}="mouse", RUN+="/usr/bin/synclient TouchpadOff=0

So the best solution I've found (one that works) is : rmmod bcm5974

Now I'll try to add it into the udev rules too.

  • 1 comment
  • Share this
Tags:
  • Fedora

Fedora 13 on mac book pro 13"

Submitted by lefred on Sat, 05/29/2010 - 11:15

I used preupgrade to updgrade Fedora from 12 to 13.

After the process, I had to resync the partition in refit to be able to boot Linux.

I rebuilded the needed packages for nvidia and the broadcom wireless card.

I needed also to do some modifications to be able to use the integrated iSight webcam:

1. download the apple firmware :

wget http://www.i-nz.net/files/projects/linux-kernel/isight/against-revision-...

then extract it (using the Fedora 12 package isight-firmware-tools) :

[root@delvaux ~]# su -c "ift-extract --apple-driver AppleUSBVideoSupport"

after this operation it should be working for most of the macbook pro, but not for this model, another change is needed.

first find the idProduct number:

[fred@delvaux Desktop]$ lsusb -v | grep  iSight -B 3 | grep idProduct
  idProduct          0x8507 

and mofify the file /etc/udev/rules.d/isight.rules with the returned value :

[root@delvaux rules.d]# cat isight.rules 
ACTION=="add", SYSFS{idVendor}=="05ac", SYSFS{idProduct}=="8507", RUN+="/usr/lib64/udev/ift-load --firmware /lib/firmware/isight.fw"
  • 8 comments
  • 4 attachments
  • Share this
Tags:
  • Fedora

Which Microblogging client to use ?

Submitted by lefred on Fri, 04/16/2010 - 22:08

I have tested 3 Twitter clients to use on my gnome desktop:

- Gwibber (gwibber-1.2.0-3.349bzr.fc12.noarch)
- Pino (pino-0.2.6-1.fc12.x86_64)
- Turpial (turpial-1.0-b1.fc12.noarch)

I've found Gwibber very nice, doing what I need but it's very slow and sometimes freezes (becomes dark). It has also facebook support (nice to see the status updates of your friends).

Pino is my favorite one for the moment, it's fast, doesn't support facebook (yet?).
Something I don't like is that you have to switch between the accounts (twitter and identi.ca) which is annoying.

Turpial is not was I really wanted, it doesn't fit really in the desktop and it's only in Spanish.

I hope that Pino will keep improving and stay fast as now.

http://gwibber.com/
http://code.google.com/p/pino-twitter/
http://code.google.com/p/turpial/

Update !

I've just tested Gwibber 2 (gwibber-2.30.0.1-1.fc12.noarch) and it has very nice features: possibility to see all the messages or only by account, possibility also to see images (updated in facebook for example). I will for sure test it and discover it a bit longer, nice improvements !

  • Add new comment
  • Share this
Tags:
  • Fedora
  • GNU/Linux

banquise has been released !

Submitted by lefred on Tue, 04/13/2010 - 12:53

banquise (yet another package manager) is now released ! :)

The website is online : www.banquise.be

This is a server/client application both written in python. The server is written with django.

  • Add new comment
  • Share this
Tags:
  • CentOS
  • Fedora
  • GNU/Linux
  • Python
  • 1
  • 2
  • 3
  • 4
  • next ›
  • last »
Syndicate content

twitter

Tweets by @lefred

Recent comments

  • Thank You for this post. We
    11 hours 51 min ago
  • Thanks a lot
    3 weeks 4 days ago
  • x86_64 preferably.
    3 weeks 5 days ago
  • imspector for CentOS 6.3?
    3 weeks 5 days ago
  • I love free software. Happy
    4 weeks 2 days ago
  • I always have the same
    4 weeks 3 days ago
  • Hahaha you have got to be
    4 weeks 4 days ago
  • This has been a great help!
    4 weeks 4 days ago
  • Where is that located? I have
    5 weeks 5 hours ago
  • Finally i found a nice
    5 weeks 5 hours ago

Locations of visitors to this page

I love Smashing Magazine!
Fervens Drupal theme by Leow Kah Thong. Designed by Design Disease and brought to you by Smashing Magazine.
Generated on the new server.