diff options
author | xyz <gky44px1999@gmail.com> | 2022-09-10 18:34:03 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-09-10 18:34:03 -0700 |
commit | aa3cbe2297efb9a223b93ff3217e75217810da92 (patch) | |
tree | 11ea1b9a14123fec6458aeb43402990a56b9d2c8 /home/xyz/.local/bin/matlab | |
parent | 1c77c518f8cd10fdf957a370b99f1cdf0a7cd057 (diff) |
refactor
Diffstat (limited to 'home/xyz/.local/bin/matlab')
-rwxr-xr-x | home/xyz/.local/bin/matlab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/matlab b/home/xyz/.local/bin/matlab index 293197ea..a6f4ec9f 100755 --- a/home/xyz/.local/bin/matlab +++ b/home/xyz/.local/bin/matlab @@ -3,5 +3,5 @@ # https://wiki.archlinux.org/title/MATLAB#Blank/grey_UI_when_using_WM_(non-reparenting_window_manager) # https://wiki.archlinux.org/title/Java#Gray_window,_applications_not_resizing_with_WM,_menus_immediately_closing # https://wiki.archlinux.org/title/MATLAB#Unable_to_launch_the_MATLABWindow_application -# LD_PRELOAD put before firejail does not work, not sure why +# LD_PRELOAD put before firejail does not work firejail env _JAVA_AWT_WM_NONREPARENTING=1 LD_PRELOAD=/lib64/libfreetype.so ~/programs/MATLAB/R2022a/bin/matlab |