summarylogtreecommitdiffstats
path: root/set-title-and-icon.patch
diff options
context:
space:
mode:
Diffstat (limited to 'set-title-and-icon.patch')
-rw-r--r--set-title-and-icon.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/set-title-and-icon.patch b/set-title-and-icon.patch
new file mode 100644
index 000000000000..13b95662841d
--- /dev/null
+++ b/set-title-and-icon.patch
@@ -0,0 +1,15 @@
+Description: Set main window title and icon
+Author: Graham Inggs <ginggs@debian.org>
+Forwarded: not-needed
+Last-Update: 2017-12-02
+--- p4v.py
++++ p4v.py
+@@ -268,6 +268,8 @@
+ setMessageDriver(FrameMessageDriver(xml,"p4vasp.log"))
+ w.show_all()
+ systemlist().addSystemListListener(self)
++ w.set_title("p4vasp")
++ w.set_icon_from_file("/usr/share/icons/p4vasp-icon.png")
+ return self.root_widget
+
+ def connect_signals(self,x):