Difference between revisions of "Installing Maya on Linux"
From Verge3D Wiki
Jump to navigationJump to searchm |
|||
Line 24: | Line 24: | ||
See [https://knowledge.autodesk.com/support/maya/learn-explore/caas/simplecontent/content/installing-maya-2022-ubuntu.html here]. | See [https://knowledge.autodesk.com/support/maya/learn-explore/caas/simplecontent/content/installing-maya-2022-ubuntu.html here]. | ||
== Fixing issue with duplicated icons == | == Fixing issue with duplicated icons on the launch panel == | ||
Remove Maya icon from favorites. | |||
Make a copy of Maya desktop file: | Make a copy of Maya desktop file: | ||
Line 34: | Line 36: | ||
StartupWMClass=maya.bin | StartupWMClass=maya.bin | ||
Reload | Reload, add Maya to favorites again. |
Revision as of 14:16, 7 September 2022
This article is a stub. You can help Verge3D Wiki by expanding it.
Maya 2023 on Fedora 36
Install dependencies:
sudo dnf install libnsl sudo dnf search libpng15 sudo dnf install libGLU sudo dnf install libffi3.1
Install CUDA (if using proprietary NVIDIA drivers):
sudo dnf install xorg-x11-drv-nvidia-cuda
Run with:
maya --single-process
Disable splash screen, then run normally.
Maya 2022 on Ubuntu
See here.
Fixing issue with duplicated icons on the launch panel
Remove Maya icon from favorites.
Make a copy of Maya desktop file:
cp /usr/share/applications/Autodesk-Maya2023.desktop ~/.local/share/applications/
Open local *.desktop file for edit and add the following line:
StartupWMClass=maya.bin
Reload, add Maya to favorites again.