-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Can not open recent files (KDE) #3741
Comments
There's no restriction on pull request line length.
…On Jul 31, 2017 23:05, "gi0e5b06" ***@***.***> wrote:
Qt can add automatically accelarators for each menu entries and KDE does
that by default. So a recent file like myproject.mmp becomes mypr&oject.mmp
and can not be opened.
As a workaround, if a file is missing and contains an ampersand, the
ampersand is removed and the file is tried again. Implemented. Works. May
not work if your original filename contains one or more '&'.
PS: implementing a clean solution would require 30-40 lines of code, so
way over the allowed PR size limit.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3741>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIgVmhLk1khWEayCrd5yCqRluNK1Fq5xks5sTkGsgaJpZM4Oo7XC>
.
|
What size limit? where did you see this? |
BTW, that should go into stable-1.2 too.
|
@gi0e5b06 If you have a clean solution to the problem, please follow these steps:
There are no size restrictions on PRs, although complex or large changes may take longer to review. See also: https://github.com/LMMS/lmms/wiki/Submitting-a-patch |
@irrenhaus3 I posted the code. Feel free to go from there. |
Closed in #3872 |
Qt can add automatically accelarators for each menu entries and KDE does that by default. So a recent file like myproject.mmp becomes mypr&oject.mmp and can not be opened.
As a workaround, if a file is missing and contains an ampersand, the ampersand is removed and the file is tried again. Implemented. Works. May not work if your original filename contains one or more '&'.
PS: implementing a clean solution would require 30-40 lines of code, so way over the allowed PR size limit.
The text was updated successfully, but these errors were encountered: