mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 20:12:20 +03:00
dynamical show policy message
This commit is contained in:
parent
360613c55b
commit
319598f72d
1 changed files with 4 additions and 4 deletions
|
@ -220,10 +220,10 @@ class Plugin(threading.Thread):
|
||||||
display = System.Sessions.display(item_obj.get_username())
|
display = System.Sessions.display(item_obj.get_username())
|
||||||
if Util.get_desktop_env() == "gnome":
|
if Util.get_desktop_env() == "gnome":
|
||||||
display = Util.get_username_display_gnome(Util.get_username())
|
display = Util.get_username_display_gnome(Util.get_username())
|
||||||
|
if self.is_user_notify_active == 1:
|
||||||
Util.send_notify("Lider Ahenk",
|
Util.send_notify("Lider Ahenk",
|
||||||
"{0} eklentisi şu anda bir profil çalıştırıyor.".format(self.getName()),
|
"{0} eklentisi şu anda bir profil çalıştırıyor.".format(self.getName()),
|
||||||
display,
|
display, Util.get_as_user())
|
||||||
Util.get_as_user())
|
|
||||||
|
|
||||||
self.logger.debug('[Plugin] Handling profile')
|
self.logger.debug('[Plugin] Handling profile')
|
||||||
Scope.get_instance().get_plugin_manager().find_policy_module(item_obj.get_plugin().get_name()).handle_policy(profile_data, self.context)
|
Scope.get_instance().get_plugin_manager().find_policy_module(item_obj.get_plugin().get_name()).handle_policy(profile_data, self.context)
|
||||||
|
|
Loading…
Reference in a new issue