this post was submitted on 29 Apr 2025
12 points (92.9% liked)

Linux

53664 readers
1353 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I switched to a Linux Mint/Win11 dual boot system over the weekend and installed Unity from Flathub. Running Unity Hub is fine but when I try to login, it hangs with no errors. I can log into the asset store just fine, so nothing wrong with the credentials. I'd like to know what terminal commands I could use to see what it's actually doing and figure out why it hangs.

I really don't want to continue using it in Windows and only keep it to run work programs, and really need to use Unity for University.

Edit: Troubleshooted via the terminal, then uninstalled the .Deb package that I downloaded from the Unity website and then followed another tutorial from another part of their website with terminal commands. Managed to log in and run my projects.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 day ago (2 children)

My lazy hack for debugging any program is running the main executable from the command line. That usually streams the logs into the terminal and helps me debug from there.

[–] [email protected] 3 points 23 hours ago (1 children)

My lazy hack

If it looks stupid but works, then it's not stupid

[–] [email protected] 2 points 23 hours ago

No one said it was stupid

[–] [email protected] 3 points 1 day ago

Noted. Will try that! Thanks