This commit is contained in:
guinux 2015-04-13 09:40:32 +02:00
parent 57a38b3022
commit 0a30f76fb8
1 changed files with 1 additions and 0 deletions

View File

@ -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 ();