I noticed that this package was updated recently, and while it worked flawlessly before the June 2026 update, it is now breaking.
When clicking on Sign in with account, it gives a Licensing error:
2025-06-08 22:03:11: ====== BEGIN MAYA CLM LICENSE DIAGNOSTICS (level 2) ====== 2025-06-08 22:03:11: INFO: MAYA VERSION: Autodesk MAYA 2026.1 2025-06-08 22:03:11: INFO: Desktop Licensing Runtime Version: 9.5.0.53 2025-06-08 22:03:11: INFO: Desktop Licensing API version in Maya: 9.5.0.53 2025-06-08 22:03:11: INFO: initialize: GetInstance (Success) 2025-06-08 22:12:52: INFO: Received LicenseUpdateCallback for Maya 2026 (ADLSDK_UPDATE_REASON_LICENSE_UPDATE): NOT Authorized 2025-06-08 22:12:52: ERROR: Error Information: Maya 2026 : [IDSDK] 3073: The PC has not installed WebKitGTK yet, please install WebKitGTK. 2025-06-08 22:12:52: ERROR: adlsdkAuthorize returned with error code: ADLSDK_STATUS_LICENSE_CHECKOUT_ERROR 2025-06-08 22:12:52: ERROR: checkinLicense: unable to release authentication handle 2025-06-08 22:12:52: INFO: shutdown: normal exit
At first I thought this was due to a version error with adlmapps, but that didn't fix it. It's on a clean install, one of the first things I've attempted to install on a fresh system. I know that it has a post script that creates a dummy webkit2gtk3 RPM package, but rpm-tools aren't a dependency. I installed this and reattempted to install, but that failed again.
Instead, I had to manually create the WebKitGTK dummy RPM and install it using a script I found. This allows it to launch and open up firefox to allow a login. I'm thinking that something in the build script is breaking that prevents the dummy RPM from being created.
One other thing of note, is that normally I use Vivaldi browser, and when that is set to default I have issues with it launching/connecting to the browser to sign in and launch.
Pinned Comments
meepzh commented on 2022-04-08 22:36 (UTC) (edited on 2025-05-10 21:06 (UTC) by meepzh)
Many thanks to ttc0419 for getting this set up and for writing these instructions originally. Many thanks to jimmy_christensenMSURY for fixing the licensing issues for Maya 2025+.
Installation Instructions:
To download the latest version of Maya, go to your Autodesk account Products and Services and save the Linux tgz file to any location of your choice. You will also need the 1.15 update to the Autodesk Identity Manager found under Product Updates.
Extract the tgz files to any location of your choice.
Maya is now split into several packages as it is for the official rpm installation. You will need the following files from the extracted tgz files to build some other packages as well:
Packages/adlmapps*.rpm
to build adlmappsPackages/adskidentitymanager*.rpm
to build adskidentitymanagerPackages/adsklicensing*.rpm
to build adsklicensingPackages/Maya*.rpm
to build this packagePackages/package.zip
to build maya-arnoldPackages/Bifrost*.rpm
to build maya-bifrostPackages/AdobeSubstance3DforMaya*.rpm
to build maya-substancePackages/MayaUSD*.rpm
to build maya-usd-bin, if you don't want to download directly from GitHubPackages/LookdevX.rpm
to build maya-lookdevxPackages 1 and 3 are required to use Maya and 5 to 9 are plugins that can be installed when needed.
You will need to move the rpm files to the directory containing the corresponding package's PKGBUILD file. Please refer to the AUR wiki for further installation details, since AUR helpers may or may not work with this package.
After installation, you may wish to enable the Autodesk Licensing service with
systemctl enable adsklicensing.service
. This service is started automatically one time when installing and removing this package.Note that the install file will automatically register and deregister Maya with the licensing service if you are using the adsklicensing package. You may need to restart the adsklicensing service and reinstall Maya if adsklicensing was upgraded and running at the same time.
Launch Maya and log into your Autodesk account or enter your product serial to check out a license. Note that Wayland is currently not supported by the licensing software.
Please note that the Maya executable is patched to launch with the
--single-process
flag to address launch issues with the Application Home. You may try to opt out of this patch if this does not present an issue for you.Troubleshooting:
If you are having the following font error,
Failed trying to load font : -*-helvetica-bold-r-normal-*-11-*-*-*-*-*-iso8859-1 //
, first try the Autodesk recommended commands with your normal permissions.(source)
If you are still seeing font errors, you can try one or more of the following:
xorg-mkfontscale
and runmkfontscale
in/usr/share/fonts
. Then re-run thexset
commands above.xset
commands with superuser permissions.en_GB ISO-8859-1
en_US ISO-8859-1
If you are having licensing errors, you can refer to this comment/forum post by mac666er recommending you to only use the en_US.UTF-8 locale.
If your launch process hangs at the OpenCL initialization, you may wish to check for OpenCL conflicts as mentioned in this comment by TheSunCat. You may also need to rename/delete the intel-openapi icd file in
/etc/OpenCL/vendors
as mentioned here.If you see a black screen, check that Wayland is disabled: https://forums.autodesk.com/t5/maya-forum/maya-2025-2026-on-linux/td-p/13617041
Cheers