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
download jar to some permanent location, such as c:\programFiles\Loctio
after running the jar one should see new sysTray icon
rmb click it and select LOGIN
insert your GitHub token, which should have REPO and NOTIFICATIONS access
note: the token is then stored as a string in the browser local storage, which can be acquired by opening https://loctio.gamatron.net/app#/ then press F12 to open developer tools where the local storage is available
How to start loctio as Task from TaskScheduler
in windows Start one can start typing sched ... and select Task scheduler
in Task scheduler, select create task
name it loctio
in tab triggers, select begin the taskat log on
good is also delay task 1 minute, OK
in tab actions, new action, start a program, choose browse and select path to your loctio jar, OK
which does not work, because you must run it through java. Write javaw -jar instead, the Task Scheduler would recommend you to change it to command line parameters OK and OK
no need to restart computer, just run it
The text was updated successfully, but these errors were encountered:
Instalation of Loctio
jar
in https://github.com/OpenGrabeso/loctio/releases/jar
to some permanent location, such asc:\programFiles\Loctio
jar
one should see new sysTray iconLOGIN
REPO
andNOTIFICATIONS
accessHow to start loctio as Task from TaskScheduler
sched
... and select Task schedulerbrowse
and select path to your loctiojar
, OKThe text was updated successfully, but these errors were encountered: