Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hexchat for openSUSE:Factory checked 
in at 2024-08-16 12:40:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hexchat (Old)
 and      /work/SRC/openSUSE:Factory/.hexchat.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hexchat"

Fri Aug 16 12:40:46 2024 rev:35 rq:1194282 version:2.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes  2024-02-08 
19:05:59.063427112 +0100
+++ /work/SRC/openSUSE:Factory/.hexchat.new.2698/hexchat.changes        
2024-08-16 12:40:52.326198431 +0200
@@ -1,0 +2,6 @@
+Fri Aug 16 07:15:47 UTC 2024 - Alynx Zhou <alynx.z...@suse.com>
+
+- Add hexchat-disable-tray-icon-by-default.patch: Workaround to
+  prevent X BadWindow error (bsc#1225688).
+
+-------------------------------------------------------------------

New:
----
  hexchat-disable-tray-icon-by-default.patch

BETA DEBUG BEGIN:
  New:
- Add hexchat-disable-tray-icon-by-default.patch: Workaround to
  prevent X BadWindow error (bsc#1225688).
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hexchat.spec ++++++
--- /var/tmp/diff_new_pack.a9gmpq/_old  2024-08-16 12:40:53.110231218 +0200
+++ /var/tmp/diff_new_pack.a9gmpq/_new  2024-08-16 12:40:53.114231385 +0200
@@ -27,6 +27,8 @@
 Source1:        hexchat-migrate-sh
 # PATCH-FEATURE-SLE migrate-configuration-from-xchat.patch ty...@suse.com 
fate#318480 -- replace xchat with hexchat
 Patch1:         migrate-configuration-from-xchat.patch
+# PATCH-FIX-OPENSUSE hexchat-disable-tray-icon-by-default.patch bsc#1225688 
alynx.z...@suse.com -- Workaround for X error
+Patch2:         hexchat-disable-tray-icon-by-default.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  lua-devel

++++++ hexchat-disable-tray-icon-by-default.patch ++++++
diff -ur a/src/common/cfgfiles.c b/src/common/cfgfiles.c
--- a/src/common/cfgfiles.c     2016-07-12 05:17:07.727885051 +0200
+++ b/src/common/cfgfiles.c     2016-07-12 05:16:10.107354592 +0200
@@ -769,7 +769,7 @@
        prefs.hex_gui_tab_sort = 1;
        prefs.hex_gui_topicbar = 1;
        prefs.hex_gui_transparency = 255;
-       prefs.hex_gui_tray = 1;
+       prefs.hex_gui_tray = 0;
        prefs.hex_gui_tray_blink = 1;
        prefs.hex_gui_ulist_count = 1;
        prefs.hex_gui_ulist_icons = 1;

Reply via email to