rsync running on main thread blocks GUI #1
Labels
No Label
?/support
accepted
bug/defect
design flaw
design note
duplicate
enhancement
fix in dev
help wanted
invalid
needs info
rejected
feedback?
upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ITwrxOrg/EZ-Bkup#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a long-running bkup routine is running, moving to another workspace causes the EZ-Bkup window to be all grey/black or have graphical artifacts that "cover" the whole window. The proper EZ-Bkup window contents/widgets eventually come back once the Bkup routine (running of rsync) finishes.
rsync processes are currently run on the main thread. This blocks the gui from updating until they are done. rsync processes must be called on their own thread or via async to prevent this.
graphics issue when moving focus to another workspaceto rsync running on main thread blocks GUIthis is also why the Bkup's Status label is not being updated as the Routine is run.
fixed in 0.9.2