This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#Copyright (C) 2009 Nikitas Stamatopoulos | |
# Modified by [email protected] 2009-10 | |
#This program is free software: you can redistribute it and/or modify | |
#it under the terms of the GNU General Public License as published by | |
#the Free Software Foundation, either version 3 of the License, or | |
#(at your option) any later version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2009 Igor Kolar <[email protected]> | |
# | |
# Licensed under the EUPL, Version 1.1 or – as soon they | |
# will be approved by the European Commission - subsequent | |
# versions of the EUPL (the "Licence"); | |
# You may not use this work except in compliance with the | |
# Licence. | |
# You may obtain a copy of the Licence at: | |
# http://ec.europa.eu/idabc/eupl5 | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import gtk, gobject, indicate, dbus, webkit | |
from xdg.DesktopEntry import DesktopEntry | |
from mako.template import Template | |
class IndicatorInspector: | |
def __init__(self): | |
self.servers = [] | |
self.listener = indicate.Listener() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import logging | |
import dbus | |
import dbus.service | |
import gobject | |
# Set DBUS as the default MainLoop. | |
from dbus.mainloop.glib import DBusGMainLoop |
NewerOlder