Skip to content

Commit

Permalink
flatpak: Small manifest improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmardojai committed May 2, 2023
1 parent 6a325e7 commit 6a95061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions com.mardojai.ForgeSparks.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
{
"name": "blueprint",
"buildsystem": "meson",
"cleanup": ["*"],
"sources": [
{
"type": "git",
Expand All @@ -30,6 +31,7 @@
"buildsystem": "meson",
"config-opts": [
"-Ddocs=false",
"-Dvapi=false",
"-Dbackends=gtk4"
],
"sources": [
Expand Down
3 changes: 2 additions & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export function requestBackground(window, autostart=false) {
/* Try getting parent from window */
let parent = null;
try {
//parent = XdpGtk4.parent_new_gtk(window);
/* parent = XdpGtk4.parent_new_gtk(window); */
/* gdk_wayland_toplevel_export_handle: assertion 'GDK_IS_WAYLAND_TOPLEVEL (toplevel)' failed */
} catch (error) {
logError(error);
}
Expand Down

0 comments on commit 6a95061

Please sign in to comment.