-
-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
bitwig-studio2: 2.3.5 -> 2.4.3 #53451
Conversation
I recommend using |
@FRidh Interesting. I see that bitwig-studio2 also adds |
@FRidh How about that? Not yet tested thoroughly though. |
Check with the maintainers of the expressions. |
@michalrus @mrVanDalo What do you think? |
@gnidorah I tested bitwig-studio1, save and open does not work anymore:
I guess zenity is missing. I tested it using I couldn't test it for |
@mrVanDalo Thanks! I've only tested VSTs, controller and tracks switching 😦 You're correct that I've broke file dialogs. |
@gnidorah I checked your changes for bitwig-studio1 and everything seem fine. Again couldn't test bitwig-studio2. For me it's a go. |
@christoph00 could you please test and confirm that this pr works for you? You could use |
Open/Save Dialogs do not work. |
@christoph00 Strange, they work for me. |
@poelzi @smashedtoatoms @alesguzik Does this PR works for any of you? Particularly Open/Save Dialogs. |
@gnidorah @christoph00 cannot open file dialogs because bitwig is missing the |
@Mic92 Thanks! This way? I have no such issue, so can't test whether my last change fixed it. |
I have still no Dialogs. Do I need some gtk stuff? Im using plasma5 |
They are not yet set in the installPhase.
The gappsWrapperArgs are only available in the fixup phase. I fixed that |
wrapProgram $f \ | ||
--prefix PATH : "${binPath}" \ | ||
--prefix LD_LIBRARY_PATH : "${libPath}" \ | ||
"''${gappsWrapperArgs[@]}" \ | ||
--set LD_PRELOAD "${libxkbcommon.out}/lib/libxkbcommon.so" || true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be a bit cleaner though to just extend gappsWrapperArgs
and remove dontWrapGApps
gappsWrapperArgs+=("--prefix" "PATH" ":" "${binPath}")
gappsWrapperArgs+=("--set" "LD_PRELOAD" "${libxkbcommon.out}/lib/libxkbcommon.so")
Working now, thank you @Mic92 |
@Mic92 thank you! |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)