diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-12-19 03:02:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-12-19 03:02:42 +0000 |
commit | e96c0c607bdc7a7535fc2be6b19fb6b1c082a5ba (patch) | |
tree | 6da052f2a162f30e2a355055adefdd8611369920 /net-wireless/bluemoon/files/icon.patch | |
parent | f658868b6e504639221a1bc5545225b04742fff1 (diff) |
winter overlay cleanup
Diffstat (limited to 'net-wireless/bluemoon/files/icon.patch')
-rw-r--r-- | net-wireless/bluemoon/files/icon.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/net-wireless/bluemoon/files/icon.patch b/net-wireless/bluemoon/files/icon.patch deleted file mode 100644 index b0b2a87e..00000000 --- a/net-wireless/bluemoon/files/icon.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- a/pindialog.ui 2016-09-28 14:42:34.630880165 -0700 -+++ b/pindialog.ui 2016-09-28 16:11:21.815784765 -0700 -@@ -54,7 +54,7 @@ - </property> - <property name="windowIcon"> - <iconset> -- <normaloff>../icons/scalable_bluemoon.svg</normaloff>../icons/scalable_bluemoon.svg</iconset> -+ <normaloff>/usr/share/pixmaps/blue_moon.svg</normaloff>/usr/share/pixmaps/blue_moon.svg</iconset> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> ---- a/progress.ui 2016-09-28 14:42:34.630880165 -0700 -+++ b/progress.ui 2016-09-28 16:15:08.245780710 -0700 -@@ -53,7 +53,7 @@ - </property> - <property name="windowIcon"> - <iconset> -- <normaloff>../icons/scalable_bluemoon.svg</normaloff>../icons/scalable_bluemoon.svg</iconset> -+ <normaloff>/usr/share/pixmaps/blue_moon.svg</normaloff>/usr/share/pixmaps/blue_moon.svg</iconset> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> ---- a/remoteselector.ui 2016-09-28 14:42:34.630880165 -0700 -+++ b/remoteselector.ui 2016-09-28 16:46:23.665747125 -0700 -@@ -30,7 +30,7 @@ - </property> - <property name="windowIcon"> - <iconset> -- <normaloff>../icons/scalable_bluemoon.svg</normaloff>../icons/scalable_bluemoon.svg</iconset> -+ <normaloff>/usr/share/pixmaps/blue_moon.svg</normaloff>/usr/share/pixmaps/blue_moon.svg</iconset> - </property> - <widget class="QWidget" name="layoutWidget"> - <property name="geometry"> ---- a/remoteselector.cpp 2016-09-28 14:42:34.630880165 -0700 -+++ b/remoteselector.cpp 2016-09-28 16:47:07.085746348 -0700 -@@ -459,7 +459,7 @@ - - trayIcon = new QSystemTrayIcon(this); - trayIcon->setContextMenu(trayIconMenu); -- trayIcon->setIcon(QIcon("../icons/scalable_bluemoon.svg")); -+ trayIcon->setIcon(QIcon("/usr/share/pixmaps/blue_moon.svg")); - } - void RemoteSelector::changeHostMode() - { |