From 0a30f76fb805d7205807fe16fb39d0f28eb5fde3 Mon Sep 17 00:00:00 2001 From: guinux Date: Mon, 13 Apr 2015 09:40:32 +0200 Subject: [PATCH] fix #45 --- src/tray.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tray.vala b/src/tray.vala index 52a423e..d4a448a 100644 --- a/src/tray.vala +++ b/src/tray.vala @@ -255,6 +255,7 @@ namespace Pamac { Notify.init (_("Update Manager")); var alpm_config = new Alpm.Config ("/etc/pacman.conf"); + alpm_config.get_handle (); lockfile = GLib.File.new_for_path (alpm_config.handle.lockfile); Timeout.add (500, check_pacman_running); start_refresh ();