forked from cromer/pamac-classic
fix #45
This commit is contained in:
parent
57a38b3022
commit
0a30f76fb8
@ -255,6 +255,7 @@ namespace Pamac {
|
|||||||
Notify.init (_("Update Manager"));
|
Notify.init (_("Update Manager"));
|
||||||
|
|
||||||
var alpm_config = new Alpm.Config ("/etc/pacman.conf");
|
var alpm_config = new Alpm.Config ("/etc/pacman.conf");
|
||||||
|
alpm_config.get_handle ();
|
||||||
lockfile = GLib.File.new_for_path (alpm_config.handle.lockfile);
|
lockfile = GLib.File.new_for_path (alpm_config.handle.lockfile);
|
||||||
Timeout.add (500, check_pacman_running);
|
Timeout.add (500, check_pacman_running);
|
||||||
start_refresh ();
|
start_refresh ();
|
||||||
|
Loading…
Reference in New Issue
Block a user