Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example xmonad.hs #10

Open
sduverger opened this issue Sep 20, 2012 · 2 comments · May be fixed by #16
Open

example xmonad.hs #10

sduverger opened this issue Sep 20, 2012 · 2 comments · May be fixed by #16

Comments

@sduverger
Copy link

Hello,

I experienced some troubles at recompiling your example code. While i'm not an haskell programmer, i managed to fix it this way:

The error was:

Couldn't match expected type `D.ObjectPath'
            with actual type `[Char]'

So i forced the types:

D.objectPath_ "/org/xmonad/Log") (D.interfaceName_ "org.xmonad.Log") (D.memberName_ "Update")

Ubuntu precise (12.04) using some quantal packages (haskell-dbus)

@kronn
Copy link

kronn commented Oct 2, 2012

I can confirm this solution.

Using Ubuntu precise 12.04 with dbus from cabal install dbus

@kronn
Copy link

kronn commented Oct 2, 2012

also: thanks, @sduverger

nylen added a commit to nylen/xmonad-log-applet that referenced this issue Sep 6, 2014
@nylen nylen linked a pull request Sep 6, 2014 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants