You are not logged in.

#1 2008-07-28 22:13:44

azleifel
Member
Registered: 2007-10-28
Posts: 486

KDE 4.1 - irkick gorn?

This is irritating because I use it to control kaffeine (I'm a gnome user really) and it works nicely.  Ok, I spent a little time this eveing hacking the pkgbuild for the kde3 version of kdeutils to just build irkick and it works but did I miss something in kde 4.1 that I could use instead?

Offline

#2 2008-08-07 00:32:13

foggybrain
Member
Registered: 2008-07-29
Posts: 86

Re: KDE 4.1 - irkick gorn?

I believe from googling that the kde4 version is in the pipeline.

http://mail.kde.org/pipermail/kde-utils … 00069.html

Been trying to get the kdemod3 version working on kde4.1, with limited success.

I too used it with kaffeine

BTW, check out me-tv if you're using kaffeine for dvb

Last edited by foggybrain (2008-08-07 00:35:06)

Offline

#3 2008-08-08 11:27:07

anrxc
Member
From: Croatia
Registered: 2008-03-22
Posts: 834
Website

Re: KDE 4.1 - irkick gorn?

Irkick just sends dcop calls, you can do the same trough ~/.lircrc (in kde3 there was a little app "kdcop" which would list all the dcop calls for a given application...).

An example command:

        begin
                remote = MyRemote
                button = STOP
                prog   = irexec
                repeat = 0
                config = dcop kaffeine KaffeineIface stop
        end

You need to install an RTFM interface.

Offline

#4 2008-08-08 11:40:09

capthookb
Member
Registered: 2007-12-10
Posts: 124

Re: KDE 4.1 - irkick gorn?

Dcop does not longer exists in Kde4. D-bus replaces the functionality of dcop.

Last edited by capthookb (2008-08-08 11:40:46)

Offline

#5 2008-08-08 19:15:46

anrxc
Member
From: Croatia
Registered: 2008-03-22
Posts: 834
Website

Re: KDE 4.1 - irkick gorn?

You don't say. If they did it nicely it should be trivial to do the same thing.

    ...
    config = dbus-send --dest= ...

You need to install an RTFM interface.

Offline

Board footer

Powered by FluxBB