greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.88k stars 475 forks source link

[Compile Error] Error with `dbus` #184

Closed Pk13055 closed 6 years ago

Pk13055 commented 6 years ago

image There seems to be an issue with dbus but I have double checked everything. System: Linux pk-pc 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux OS: Ubuntu 18.04 LTS i3: i3 version 4.14.1 (2017-09-24) © 2009 Michael Stapelberg and contributors

greshake commented 6 years ago

Is dbus correctly installed? The dbus package is a requirement to build the Rust package for it. As the error says: No package dbus-1 found

greshake commented 6 years ago

The package is probably called libdbus. You will have to check that with your distro

Pk13055 commented 6 years ago

Yeah, the package (libdbus-1-dev) is already installed.

svmnotn commented 6 years ago

@Pk13055 try with the latest version of i3status-rs from git, which has dbus updated. Does the same issue occur, or does it look more like #194?

atheriel commented 6 years ago

@Pk13055 have you been able to resolve this?

atheriel commented 6 years ago

Closed for inactivity.