remove unneeded icons readded by error
Before Width: | Height: | Size: 899 B |
Before Width: | Height: | Size: 801 B |
Before Width: | Height: | Size: 886 B |
Before Width: | Height: | Size: 861 B |
Before Width: | Height: | Size: 748 B |
Before Width: | Height: | Size: 907 B |
Before Width: | Height: | Size: 793 B |
Before Width: | Height: | Size: 765 B |
Before Width: | Height: | Size: 868 B |
@ -27,7 +27,7 @@ def pkg_in_list(pkg, pkgs_list):
|
||||
|
||||
class PamacDBusService(dbus.service.Object):
|
||||
def __init__(self):
|
||||
bus=dbus.SystemBus()
|
||||
bus = dbus.SystemBus()
|
||||
bus_name = dbus.service.BusName('org.manjaro.pamac', bus)
|
||||
dbus.service.Object.__init__(self, bus_name, '/org/manjaro/pamac')
|
||||
self.t = None
|
||||
|