Skip to content

Commit aec2bde

Browse files
committed
Another attempt to set WM_CLASS for X11
1 parent 4175419 commit aec2bde

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

cobang/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def __init__(self, **kwargs):
8686
super().__init__(
8787
application_id=APP_ID, flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE,
8888
)
89-
Gdk.set_program_class(APP_ID)
9089
self.add_main_option(
9190
'verbose', ord('v'), GLib.OptionFlags.NONE, GLib.OptionArg.NONE,
9291
"More detailed log", None

data/vn.hoabinh.quan.CoBang.appdata.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
</kudos>
4646

4747
<releases>
48+
<release version="0.10.7" date="2024-03-26" urgency="medium">
49+
<description translatable="no">
50+
<p>Another attempt to set WM_CLASS for X11.</p>
51+
</description>
52+
</release>
4853
<release version="0.10.6" date="2024-03-25" urgency="medium">
4954
<description translatable="no">
5055
<p>Set WM_CLASS for X11.</p>

data/vn.hoabinh.quan.CoBang.desktop.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ Exec=cobang %u
99
Terminal=false
1010
Type=Application
1111
Icon=vn.hoabinh.quan.CoBang
12+
StartupWMClass=vn.hoabinh.quan.CoBang
1213
StartupNotify=true
1314
Categories=GTK;Office;Graphics;AudioVideo;Video;Scanning;

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('cobang',
2-
version: '0.10.6',
2+
version: '0.10.7',
33
meson_version: '>= 0.61',
44
default_options: [
55
'warning_level=2',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cobang"
3-
version = "0.10.6"
3+
version = "0.10.7"
44
description = "QR code and barcode scanner for Linux desktop"
55
authors = [
66
{name = "Nguyễn Hồng Quân", email = "[email protected]"},

0 commit comments

Comments
 (0)