You are not logged in.

#1 2015-02-21 17:11:57

lolwtfidk
Member
From: Japan
Registered: 2015-02-21
Posts: 33

[Solved] Can't install Docky.

I can't install Docky because it requires DBus 2.0 and that doesnt exist.

checking for GCONF_SHARP_20... yes
checking for GLIB_SHARP_20... yes
checking for GIO_SHARP... yes
checking for GKEYFILE_SHARP... yes
checking for GNOME_KEYRING_SHARP... yes
checking for GTK_SHARP_20... yes
checking for MONO_ADDINS... yes
checking for MONO_ADDINS_GUI... yes
checking for MONO_ADDINS_SETUP... yes
checking for MONO_CAIRO... yes
checking for DBUS_SHARP... no
configure: error: Package requirements (dbus-sharp-2.0 >= 0.7) were not met:

No package 'dbus-sharp-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DBUS_SHARP_CFLAGS
and DBUS_SHARP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I downloaded dbus-sharp and dbus-sharp-glib, still nothing. What should I do?

Last edited by lolwtfidk (2015-02-22 13:38:20)

Offline

#2 2015-02-21 17:19:54

dice
Member
From: Germany
Registered: 2014-02-10
Posts: 413

Re: [Solved] Can't install Docky.

Why don't you use docky from official repos?


I put at button on it. Yes. I wish to press it, but I'm not sure what will happen if I do.  (Gune | Titan A.E.)

Offline

#3 2015-02-21 17:20:49

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,749
Website

Re: [Solved] Can't install Docky.

How are you attempting to install Docky?

Those dependencies don't appear on the package page for the version in [community]
https://www.archlinux.org/packages/community/any/docky/

AFAIK DBus is supposed to be managed by systemd.

Offline

#4 2015-02-21 17:32:06

dice
Member
From: Germany
Registered: 2014-02-10
Posts: 413

Re: [Solved] Can't install Docky.

Those seem to be dependencies of notify-sharp which is dependency of docky.

pacman -Si notify-sharp
Repository     : community
Name           : notify-sharp
Version        : 0.4.1-1
Description    : C D-Bus client library for desktop notifications
Architecture   : any
URL            : https://www.meebey.net/projects/notify-sharp/
Licenses       : MIT
Groups         : None
Provides       : notify-sharp-svn
Depends On     : gtk-sharp-2  dbus-sharp-glib
Optional Deps  : None
Conflicts With : None
Replaces       : notify-sharp-svn
Download Size  :  13.29 KiB
Installed Size :  23.00 KiB
Packager       : Balló György <ballogyor+arch@gmail.com>
Build Date     : So 15 Sep 2013 22:11:04 CEST
Validated By   : MD5 Sum  SHA256 Sum  Signature

But still all dependencies for docky are in the repos. Installs fine for me.


I put at button on it. Yes. I wish to press it, but I'm not sure what will happen if I do.  (Gune | Titan A.E.)

Offline

#5 2015-02-22 05:01:19

lolwtfidk
Member
From: Japan
Registered: 2015-02-21
Posts: 33

Re: [Solved] Can't install Docky.

dice wrote:

Why don't you use docky from official repos?

I am, but I cant do  ./autogen.sh

Head_on_a_Stick wrote:

How are you attempting to install Docky?

http://wiki.go-docky.com/index.php?title=Installation

pacman -S docky

and then

  cd docky
  ./autogen.sh
  make
  sudo make install

Offline

#6 2015-02-22 05:17:48

nullified
Member
From: Massachusetts, USA
Registered: 2013-12-09
Posts: 468

Re: [Solved] Can't install Docky.

You've installed it, there is no need to build it from source after installing it. You should be able to run

docky

now.


"We may say most aptly, that the Analytical Engine weaves algebraical patterns just as the Jacquard-loom weaves flowers and leaves." - Ada Lovelace

Offline

#7 2015-02-22 05:48:14

lolwtfidk
Member
From: Japan
Registered: 2015-02-21
Posts: 33

Re: [Solved] Can't install Docky.

nullified wrote:

You've installed it, there is no need to build it from source after installing it. You should be able to run

docky

now.

I get this:

 Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type initializer for Docky.Services.Logging.LogBase ---> System.TypeInitializationException: An exception was thrown by the type initializer for GLib.Marshaller ---> System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown.
  at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 
  at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 
  at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 
  at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 
  at GLib.Marshaller..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at GLib.Log.SetLogHandler (System.String logDomain, LogLevelFlags flags, GLib.LogFunc logFunc) [0x00000] in <filename unknown>:0 
  at Docky.Services.Logging.LogBase..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at Docky.Docky.Main (System.String[] args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for Docky.Services.Logging.LogBase ---> System.TypeInitializationException: An exception was thrown by the type initializer for GLib.Marshaller ---> System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown.
  at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 
  at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 
  at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 
  at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 
  at GLib.Marshaller..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at GLib.Log.SetLogHandler (System.String logDomain, LogLevelFlags flags, GLib.LogFunc logFunc) [0x00000] in <filename unknown>:0 
  at Docky.Services.Logging.LogBase..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at Docky.Docky.Main (System.String[] args) [0x00000] in <filename unknown>:0 

Offline

#8 2015-02-22 09:39:28

dice
Member
From: Germany
Registered: 2014-02-10
Posts: 413

Re: [Solved] Can't install Docky.

This might be because of your unsuccessful installation attempt. Try removing all the stuff you did to install docky and then run

pacman -S docky

after that docky should work fine.

Edit: After reading this errors again is your timezone set correctly?

Last edited by dice (2015-02-22 09:40:31)


I put at button on it. Yes. I wish to press it, but I'm not sure what will happen if I do.  (Gune | Titan A.E.)

Offline

#9 2015-02-22 11:29:17

lolwtfidk
Member
From: Japan
Registered: 2015-02-21
Posts: 33

Re: [Solved] Can't install Docky.

dice wrote:

Edit: After reading this errors again is your timezone set correctly?

Fixed it, thank you it now works. (It was weird because the time and date was right, but I just reset it specifically.

Offline

Board footer

Powered by FluxBB