I recently pushed an update to v2.0.0 which includes a new helper script to launch TickTick with the (Electron) flags you want. Previous versions, did not allow this, making it impossible to pass those that enable wayland support. It seems that from now the TickTick team has allowed this use.
How to configure it:
-
Create a new file
~/.config/ticktick-flags.conf
-
Add one flag per line. Comment lines will be ignored.
# enable wayland support
--enable-features=UseOzonePlatform
--ozone-platform=wayland
- Start TickTick
Pinned Comments
Aerz commented on 2023-11-16 18:03 (UTC) (edited on 2023-11-16 18:29 (UTC) by Aerz)
I recently pushed an update to v2.0.0 which includes a new helper script to launch TickTick with the (Electron) flags you want. Previous versions, did not allow this, making it impossible to pass those that enable wayland support. It seems that from now the TickTick team has allowed this use.
How to configure it:
Create a new file
~/.config/ticktick-flags.conf
Add one flag per line. Comment lines will be ignored.