07-06-2021 06:59 AM - edited 07-06-2021 07:00 AM
Hey Aqua,
The first method works for me. Had a popular problem to verify the CE software.
You've found an amazing solution! Thank a lot.
Would be nice, if the NI developers, or whoever are responsible for Labview development, take a look on all the struggles the users have with the editions for non-rpm packages using Linux systems.
Now, I'm going to do something with that tiny fonts they implemented in the interface. Problem after a problem. Or get back to Matlab/Simulink.
P.S. Here, I cannot even verify again I'm not a robot, just to publish this answer to your comment after a small update. Comedy.
Best regards
07-06-2021 10:51 AM
Maybe you are a robot, but you just don't know it. 😉
07-06-2021 01:42 PM
Awsome @mukhaDin! glad the 1st method works, I only realized that the whole trouble of the 2nd method could've been spared, cause the program started but got stuck on authentication. good thing you checked it, may save time for the next poor fella to try it.
Indeed the website and the forum is awful, and to be honest the whole LabVIEW interface looks like it got stuck in the late 80's. Im not a LabVIEW fan, though I do try to improve at it as it is a useful tool sometime when direct machine communication is required. I'd like to hear your fix for the fonts if you get anywhere.
07-06-2021 09:23 PM
Hey Aqua,
Interface fonts problem was solved by navigating Tools > Options > Environment > (section called "Fonts"). Choose from a drop-down menu the Application, Dialog and System fonts, uncheck "Use default font", and click on the "Font style..." button, "Save".
Regards
09-03-2021 11:00 AM
I had issue with normal instalation and also with alien so...
This worked for me ..
Procedure:-
sudo apt install midorisudo update-alternatives --config x-www-browser (Changing default browser in GUI window in settings option does NOT work)sudo -ilabview64sudo labview64 NOTE:- You cannot run labview using the icon in application window as this method only authenticates the labview in sudo mode and not in normal mode.09-04-2021 12:35 PM
Hi lacika,
Thanks for the new solution discovery!
I'll try it, too, once I get my hands on it in the nearest future, and feedback the result here as well.
Best regards
12-14-2021 06:35 AM
Thank you mot7 !!
I followed your suggestions with some variations and I successfully activated LabView 2021 Community Edition.
In particular I did that:
1 Log in as root
2 Uninstall LabView
2 Root log out and log in with my account with standard user permissions
3 I have Firefox and Chrome installed
4 Install LabView with "sudo" etc. ....
5 Launch LabView with the link provided in the Menu of the Desktop Environment
6 Click on activate button
7 It will try to start the default browser that's in my case Firefox, in my case it doesn't start...
8 Open a terminal and kill the process kill -9 $(ps -x | grep firefox) and get the address (remove the last : from the address)
9 Kill Firefox with the resource manager and after that Chrome will open automatically
10 In Chrome enter your credentials for NI registration of the page self opened; keep the page opened
11 Open another tab in Chrome, enter website NI.com and perform the login to your account; keep the page opened
12 Open another tab in Chrome and past&go to the link got before @ point 8 --> wait a while and the page should become as point 10; enter again your credentials and keep the page opened
13 Wait some minutes, meantime you can surf the web with other pages opened in Chrome.
14 Close all the tabs in Chrome, one by one and finally close Chrome
15 The Labview activation window in background will catch the registration license and open finally LabView registered.
END
Maybe it works also with one browser only e.g. Chrome or Firefox ....
I think the key is the repetition of the login in another page.
Of course the version of LabView you are installing should be downloaded with the same account you are using for the registration.
Installed in the way above, when you want to use LabView, you don't need any administrative privilege to run it.
01-20-2022 06:56 AM
Thankyou aqua- for your post, I've been dealing with the issue to no avail and you put just the right word in.
I'm using opensuse 15.1
I did not have the file /usr/local/natinst/LabVIEW-2020-64/labviewprofull.
Instead of going through the process of repackaging the whole installation I installed manually the .rpm file "labview-2020-profull-exe-20.5.0.49152-0+f0.x86_64.rpm" after that labview started like a charm calling as you indicated.
10-03-2022 11:09 AM
Similar approach worked. LabVIEW 2021 ubuntu 20.04:
1. Installed sudo "etc." per instructions in the labview README
2. In terminal navigate to folder '/usr/local/natinst/LabVIEW-2021-64'
KEY PART (IN MY OPINION)
3. Run './labview' in command line - (do not use sudo in this step)
4. Click the 'Activate' button. Your default browser will open.
5. As pointed out above, open a terminal and kill the process kill -9 $(ps -x | grep chrome) [in my case it was chrome not firefox] and get the address (remove the last : from the address)
6. Exit the labview either using ^C in the terminal or exiting out the GUI
7. Run 'sudo ./labview' (note that now I use sudo).
8. Click the activate button (nothing will open up, that is fine).
9. Open a browser window (it doesn't matter which browser [ I used chrome again]) paste and go to the link obtained in step 5.
10. Use your credential to login. Now the LabVIEW should register your credentials and open the default home page.
Again, I think the key part is not using sudo to run LabVIEW when obtaining the link to the credential process and then using sudo to run LabVIEW when actually entering your credentials.
Hope this helps the next person, thank you to everyone who has posted their solutions so far.