You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried passing the argument -ui graphic to get the gtk version of unison, but it doesn't work for me. As a work around I've modified my local code, replacing new_cmd = ["unison"] + cmd with new_cmd = ["unison-gtk"] + cmd, but suspect it could be incorporated into the code in a way similar to how unison uses unison-gtk for the GUI, i.e. unison-gitignore-gtk
The text was updated successfully, but these errors were encountered:
I've tried passing the argument
-ui graphic
to get the gtk version of unison, but it doesn't work for me. As a work around I've modified my local code, replacingnew_cmd = ["unison"] + cmd
withnew_cmd = ["unison-gtk"] + cmd
, but suspect it could be incorporated into the code in a way similar to how unison usesunison-gtk
for the GUI, i.e.unison-gitignore-gtk
The text was updated successfully, but these errors were encountered: