forked from cromer/pamac-classic
yet other fixes
This commit is contained in:
parent
dcea80e88f
commit
7fd7bf6781
@ -4,8 +4,8 @@
|
|||||||
RefreshPeriod = 4
|
RefreshPeriod = 4
|
||||||
|
|
||||||
## Allow Pamac to search and install packages from AUR:
|
## Allow Pamac to search and install packages from AUR:
|
||||||
#EnableAUR
|
EnableAUR
|
||||||
|
|
||||||
## When removing a package, also remove those dependencies
|
## When removing a package, also remove those dependencies
|
||||||
## that are not required by other packages (recurse option):
|
## that are not required by other packages (recurse option):
|
||||||
RemoveUnrequiredDeps
|
#RemoveUnrequiredDeps
|
||||||
|
@ -143,7 +143,7 @@ def relaunch_refresh_timeout(msg):
|
|||||||
DBusGMainLoop(set_as_default = True)
|
DBusGMainLoop(set_as_default = True)
|
||||||
bus = dbus.SystemBus()
|
bus = dbus.SystemBus()
|
||||||
bus.add_signal_receiver(set_icon, dbus_interface = "org.manjaro.pamac", signal_name = "EmitAvailableUpdates")
|
bus.add_signal_receiver(set_icon, dbus_interface = "org.manjaro.pamac", signal_name = "EmitAvailableUpdates")
|
||||||
bus.add_signal_receiver(reload_config, dbus_interface = "org.manjaro.pamac", signal_name = "EmitReloadConfig")
|
bus.add_signal_receiver(relaunch_refresh_timeout, dbus_interface = "org.manjaro.pamac", signal_name = "EmitReloadConfig")
|
||||||
tray = Tray()
|
tray = Tray()
|
||||||
Notify.init(_('Update Manager'))
|
Notify.init(_('Update Manager'))
|
||||||
refresh()
|
refresh()
|
||||||
|
Loading…
Reference in New Issue
Block a user