summaryrefslogtreecommitdiff
path: root/portato
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--portato/constants.py3
-rw-r--r--portato/gui/qt/windows.py2
-rw-r--r--portato_gtk.desktop2
-rw-r--r--portato_qt.desktop2
4 files changed, 4 insertions, 5 deletions
diff --git a/portato/constants.py b/portato/constants.py
index bbd5d83..126d5c8 100644
--- a/portato/constants.py
+++ b/portato/constants.py
@@ -18,8 +18,7 @@ PLUGIN_DIR = "plugins/"
VERSION = 9999
ICON_DIR = "icons/"
-APP_ICON = ICON_DIR+"/portato-icon.svg"
-APP_ICON_PNG = ICON_DIR+"/portato-icon.png"
+APP_ICON = ICON_DIR+"/portato-icon.png"
FRONTENDS = ["gtk" ,"qt"]
STD_FRONTEND = "gtk"
diff --git a/portato/gui/qt/windows.py b/portato/gui/qt/windows.py
index 639b42b..4763fb8 100644
--- a/portato/gui/qt/windows.py
+++ b/portato/gui/qt/windows.py
@@ -725,7 +725,7 @@ class MainWindow (Window):
def build_systray (self):
if self.cfg.get_boolean("systray_opt", self.cfg.const["gui_sec"]):
- self.systray = Qt.QSystemTrayIcon(Qt.QIcon(APP_ICON_PNG), self) # use this until Qt supports proper SVG images in the systray
+ self.systray = Qt.QSystemTrayIcon(Qt.QIcon(APP_ICON), self) # use this until Qt supports proper SVG images in the systray
self.trayIconMenu = Qt.QMenu(self)
self.trayIconMenu.addAction(self.quitAction)
self.systray.setContextMenu(self.trayIconMenu)
diff --git a/portato_gtk.desktop b/portato_gtk.desktop
index aa064b4..d5f503a 100644
--- a/portato_gtk.desktop
+++ b/portato_gtk.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Portato (Gtk)
-Icon=portato-icon.svg
+Icon=portato-icon
Exec=gksu -D "Portato (GTK)" -u root portato gtk
StartupNotify=true
Type=Application
diff --git a/portato_qt.desktop b/portato_qt.desktop
index 6c15d3f..b521aca 100644
--- a/portato_qt.desktop
+++ b/portato_qt.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Portato (Qt)
-Icon=portato-icon.svg
+Icon=portato-icon
Exec=kdesu -t --nonewdcop -c portato qt
StartupNotify=true
Type=Application
4d9a3cbbe2e247&follow=1'>Bumped radicaleRené 'Necoro' Neumann4-72/+7 2010-08-04Add default configRené 'Necoro' Neumann3-1/+50 2010-08-03Removed revisionRené 'Necoro' Neumann1-0/+0 2010-08-03Added init script for radicaleRené 'Necoro' Neumann4-2/+56 2010-07-30Added radicaleRené 'Necoro' Neumann2-0/+29 2010-07-29New packagesRené 'Necoro' Neumann1-0/+0 2010-07-29New packagesRené 'Necoro' Neumann5-0/+75 2010-06-30Fix manifestRené 'Necoro' Neumann1-1/+1 2010-06-30moderncv 0.6 --> 0.10René 'Necoro' Neumann2-1/+1 2010-04-08Bumped lighttpdRené 'Necoro' Neumann5-252/+6 2010-04-01Added gpg and server useflag for fwknopRené 'Necoro' Neumann2-27/+47 2010-04-01Add fwknopRené 'Necoro' Neumann8-0/+133 2010-03-27Fix OpenSSL issue in lighttpdRené 'Necoro' Neumann3-1/+15 2010-03-26add patched lighttpdRené 'Necoro' Neumann17-0/+1208 2010-03-19Bumped app-text/highlightRené 'Necoro' Neumann2-0/+53 2010-03-02Added newer PolyML version for IsabelleRené 'Necoro' Neumann2-0/+31 2010-01-05Removed bpythonRené 'Necoro' Neumann2-33/+0 2009-11-11stgit-0.15 in portage nowRené 'Necoro' Neumann2-59/+0 2009-11-10Add stgit-0.15René 'Necoro' Neumann2-0/+59 2009-11-09Emacs stuff now in PortageRené 'Necoro' Neumann8-2222/+0 2009-11-07Emacs with fixed gtk menusRené 'Necoro' Neumann8-0/+2222 2009-10-27Remove old hibernate-script version.René 'Necoro' Neumann2-72/+0 2009-10-25Rename .bzrignore to .gitignoreRené 'Necoro' Neumann1-0/+0 2009-10-25Rename repo from 'necoro_private' to 'necoro'René 'Necoro' Neumann1-1/+1 2009-10-25Remove own hplip versionRené 'Necoro' Neumann4-210/+0 2009-10-25Remove own ctags versionRené 'Necoro' Neumann7-402/+0 2009-10-02Do not create isabelle desktop entryRené 'Necoro' Neumann2-2/+1 2009-09-28Add isabelle ebuildRené 'Necoro' Neumann3-0/+115 2009-09-05Removed glade ebuild. Newer versions included in treeRené 'Necoro' Neumann2-47/+0