-
Notifications
You must be signed in to change notification settings - Fork 72
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
Ginormous Winetricks gui #319
Comments
Bruh sorry. I don't recieve notifications for closed issues. The things I have requested have worked perfectly - I just forgot to give you some status updates (because of notifs again.) |
Ok, accepted. The giant gui is a yad bug, and no stl problem (usually you should be able to at least scale down the window to the allowed minimum to make it look a bit better, which doesn't fix the core problem of course) |
In this case the high boxes likely are a result from the pretty long winetricks packages list btw. |
Thank you. |
Good idea. I guess the upper part of the gui is self-explanatory, but only the main SELECT, DONE and INSTALL buttons are not, right? |
Yeah, I didn't quite understand those
I got that ;) |
Updated the wiki, I hope it is better understandable now: |
@frostworx Thank you! It's way clearer now! |
@typo. fixed, thx. (will add this answer to the wiki as well) Edit: done |
Ah okay, that makes sense. |
It should be possible, but this would have to be changed in multiple dropdown menus. |
Ah okay. |
A quick and dirty would fix this in most cases, but not when the first available option is the current selection |
That's chinese for me now at this point xD |
Hehe. |
oh, wait a sec, need to push the commit first :) |
78e31e4 should fix it for winetricks |
|
thanks for testing. Yes, the current commit only fixes the winetricks gui, just fixing all other (~55) dropdowns |
Well I rather meant that as a comparison between before-and-after. As the screenshot shows, the first two entries got fixed, but all of the others seem to be the same as before |
Hah, that is a different problem. I thought you mean that the current selection is listed twice in the dropdown (which I'm about ti fix just right now) |
"removed the duplicate of the current selection in all dropdown menus" added in a5e8b5f |
Oh yeah, I see. This is very annoying, as steam has a local root folder pointing to the steam folder (In my case it's on a separate drive) - That's another compatibility thing probably. - and stl detects the config folder, but also the drive itself:
Could you try to exclude /run/ devices when creating this file? The steam backwards compatibility hacks are probably never going to die |
This doesn't look like default behavior. Are any symlinks involved here? |
I can't think of anywhere else... - Where is STL searching? |
Weird, I assume you didn't create those symlinks manually, did you? |
I did not create these symlinks. I might just rename that folder and have steam recreate that. It's old as heck. I think I switched my steam folder 1-2 years ago on Manjaro. A few months ago I switched to Garuda Linux EDIT: I really can't figure it out :/ |
udisks2 automounts to |
No problem. |
exactly. |
ok, then I'll simply rewrite all related parts of |
This commit 3bb44a7 should fix it already.
|
Oh, seems like your attempt at fixing this wasn't too successful :/
The problem stil remains - Apparently your check didn't trigger:
Oh I see. You are checking if the file contains the whole line (Which is never true when there are two locations), and not if the name already exists: This fixes it, I don't know how to open pull requests xD |
Nah, that's why I compare the Anyway
bad excuse!
should work as well, but comparing the whole line |
The core problem of your duplicates is simply that the ( A simple fix would be to remove the whole A filter for possible duplicates caused by (likely user created) symlinks is good to have anyway. |
Nope. I deleted ProtonCSV.txt before trying my fix, and I can confirm, that it wasn't working before I put it in place. |
96ba751 looks good
This and changes above should cover every possible combination of possible proton duplicates |
|
. |
Hey there,
I've noticed a problem with the winetricks GUI:
Yeah... Please fix this xD
Thanks!
The text was updated successfully, but these errors were encountered: