mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #46] Incorrect save path #44
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @MariaStoica on GitHub (Dec 5, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/46
Originally assigned to: @NickeManarin on GitHub.
When I hit "save as" and choose a path, it fills the path box with a ref path such as ".. \ .. \ .. \ .. \Downloads". After I give the file a name it processes it but at the end it says 0B. I got around this by filling the path box myself with the full path eg: "D:\MyStuff" and then it worked.
Thanks for this project :) it's really cool.
@NickeManarin commented on GitHub (Dec 6, 2016):
It detects the path (before opening the folder picker) as relative and transforms the chosen path to a relative form too.
Now, for some reason the save is not working. Thanks for the feedback.
@NickeManarin commented on GitHub (Jan 22, 2017):
I could not reproduce this issue with the latest version (2.4), could you confirm that it's working?
Expected behavior:
Both relative and non-relative path should work and produce a gif/video.
@MariaStoica commented on GitHub (Jan 22, 2017):
I also couldn't reproduce it in 2.4. Seems fixed. Thanks!
@NickeManarin commented on GitHub (Jan 22, 2017):
Awesome! Closing this issue.