Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong slash direction in mixxx --help on windows #10338

Closed
mixxxbot opened this issue Aug 23, 2022 · 6 comments
Closed

Wrong slash direction in mixxx --help on windows #10338

mixxxbot opened this issue Aug 23, 2022 · 6 comments
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: daschuer
Date: 2021-03-05T06:55:46Z
Status: Fix Committed
Importance: Undecided
Launchpad Issue: lp1917847
Tags: easy, windows


We should report the setting path with native slashes: 
 C:\Users\marc\AppData\Local\Mixx\

See:

Mixxx v2.3.0-beta - Command line options
(These are case-sensitive.)

[FILE] Load the specified music file(s) at start-up.
Each file you specify will be loaded into the
next virtual deck.

--resourcePath PATH Top-level directory where Mixxx should look
for its resource files such as MIDI mappings,
overriding the default installation location.

--settingsPath PATH Top-level directory where Mixxx should look
for settings. Default is:
C:/Users/marc/AppData/Local/Mixxx/

--controllerDebug Causes Mixxx to display/log all of the controller
data it receives and script functions it loads

--developer Enables developer-mode. Includes extra log info,
stats on performance, and a Developer tools menu.

--safeMode Enables safe-mode. Disables OpenGL waveforms,
and spinning vinyl widgets. Try this option if
Mixxx is crashing on startup.

--locale LOCALE Use a custom locale for loading translations
(e.g 'fr')

-f, --fullScreen Starts Mixxx in full-screen mode

--logLevel LEVEL Sets the verbosity of command line logging
critical - Critical/Fatal only
warning - Above + Warnings
info - Above + Informational messages
debug - Above + Debug/Developer messages
trace - Above + Profiling messages

--logFlushLevel LEVEL Sets the the logging level at which the log buffer
is flushed to mixxx.log. LEVEL is one of the values
defined at --logLevel above.

-h, --help Display this help message and exit

(For more information, see https://manual.mixxx.org/2.3/chapters/appendix.html#command-line-options)

@mixxxbot
Copy link
Collaborator Author

Commented by: Holzhaus
Date: 2021-03-12T23:14:13Z


Is the slash direction actually wrong? IIRC Qt can underatands forward slashes on all platforms, even Windows.

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2021-03-13T00:23:32Z


Yes, but not the user. All user visible paths should have the native separators.

@mixxxbot
Copy link
Collaborator Author

Commented by: motific
Date: 2022-01-31T22:54:10Z


PR Submitted - motific:Bug1917847-WrongSlashDirection

@mixxxbot
Copy link
Collaborator Author

Commented by: ronso0
Date: 2022-02-01T01:32:54Z


In case you open a new PR, please simply post the PR url here.
The branch name is rather useless, finding it is cumbersome, also "Bug465616161" strings will be auto-linked as you can see above.
Thank You!

@mixxxbot
Copy link
Collaborator Author

Commented by: motific
Date: 2022-02-01T12:04:45Z


Thanks for the info, I'm coming back into dev after a long time out.
Previous PR affected the translation sources, this should update those.

#4657

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Committed.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.4.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant