#1834 closed defect (fixed)
file extension always added to saved filename
Reported by: | tomuxi | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | trivial | Milestone: | 2.4 |
Component: | client | Version: | 2.3.x |
Keywords: | file extension, gui, .xpra | Cc: |
Description
When Loading an existing Xpra session file, e.g. Session.xpra with Xpra Launcher 2.3 on Windows and Saving after changes into the same file, Xpra Launcher adds an again file extension .xpra to the end of the filename, becoming Session.xpra.xpra. It is currently up to the user to remove the file extension before saving.
(btw 2.3 missing from the ticket system Version field)
Change History (2)
comment:1 Changed 4 years ago by
Milestone: | → 2.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 2.2.x → 2.3.x |
comment:2 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1834
Note: See
TracTickets for help on using
tickets.
The check for the presence of an ".xpra" extension was broken, r19259 fixes that. This will be included in the next stable update.
Thanks, also fixed.