Bug 173 - save does not go to the right directory
Summary: save does not go to the right directory
Status: CLOSED WONTFIX
Alias: None
Product: JSampler
Classification: Unclassified
Component: JSampler (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Assignee: Grigor Iliev
URL:
Depends on:
Blocks:
 
Reported: 2012-01-12 18:17 CET by robw
Modified: 2021-05-11 13:51 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description robw 2012-01-12 18:17:02 CET
I can open items from the command line like so:

/home/me/FileNamePath$ java -jar /home/me/directory/jsamplerantasia-0.9.jar FileName.lscp

I also have some special dialogs in my file manager that execute this command.  JSampler and LinuxSampler start-up and open the lscp file as expected.


What is not expected:
When I click on "Export"->"Sampler Configuration" the JSampler opens a dialog and tries to save 

/home/me/FileNamePath/FileName.lscp

as 

/home/me/SomeOtherFileNamePath/SomeOtherFileName.lscp

where /home/me/SomeOtherFileNamePath/SomeOtherFileName.lscp is the previous path and filename saved by JSampler.

This is mildly inconvenient for the user, and it also makes it more likely that the user will unintentionally overwrite SomeOtherFileName.lscp with FileName.lscp.
Comment 1 Christian Schoenebeck 2019-03-10 16:43:29 CET
There are currently no plans on our side to implement your suggested feature in near future. However you are always invited to provide patches implementing the features suggested by you.

I'm going to close this report.