Skip to content

Commit f803916

Browse files
Snap: Skip dummy widget on startup.
At startup there is a dummy widget that blocks the operation of the program. This is reproducible on the Raspberry PI 4. '-disableaccurateframe' is part of the Lazarus startup options [skip ci]
1 parent ff234eb commit f803916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ architectures:
2323

2424
apps:
2525
bittorrent-tracker-editor:
26-
command: app/trackereditor
26+
command: app/trackereditor -disableaccurateframe
2727
environment:
2828
# Fallback to XWayland if running in a Wayland session.
2929
DISABLE_WAYLAND: 1

0 commit comments

Comments
 (0)