Skip to content

Commit d3c3e68

Browse files
committed
* Re-release 1.1.3
* Do not use --system-bus * Fix Flatpak AppEditor always showing a warning for non-empty command line input
1 parent c98cda7 commit d3c3e68

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

com.github.donadigo.appeditor.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"--share=ipc",
99
"--socket=fallback-x11",
1010
"--socket=wayland",
11-
"--socket=system-bus",
1211
"--filesystem=host:ro",
1312
"--filesystem=xdg-data/applications:create",
1413
"--metadata=X-DConf=migrate-path=/com/github/donadigo/appeditor/"

data/com.github.donadigo.appeditor.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</screenshot>
3232
</screenshots>
3333
<releases>
34-
<release version="1.1.3" date="2021-12-18">
34+
<release version="1.1.3" date="2021-12-24">
3535
<description>
3636
<p>This release updates AppEditor for elementary OS 6.1.</p>
3737
</description>

src/AppInfoView.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ public class AppEditor.AppInfoView : Gtk.Box {
362362
}
363363
}
364364
#else
365+
cmdline_entry.secondary_icon_name = "";
366+
cmdline_entry.secondary_icon_tooltip_text = "";
365367
cmdline_valid = true;
366368
#endif
367369
}

0 commit comments

Comments
 (0)