Search Criteria
Package Details: unityhub 3.11.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/unityhub.git (read-only, click to copy) |
---|---|
Package Base: | unityhub |
Description: | The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations. |
Upstream URL: | https://unity.com/ |
Keywords: | game unity3d |
Licenses: | custom |
Conflicts: | unityhub-beta |
Submitter: | spacepluk |
Maintainer: | nobbele (sinasio) |
Last Packager: | sinasio |
Votes: | 79 |
Popularity: | 0.78 |
First Submitted: | 2018-08-31 12:14 (UTC) |
Last Updated: | 2025-02-26 20:54 (UTC) |
Dependencies (11)
- at-spi2-core (at-spi2-core-gitAUR)
- cpio (cpio-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- libxss
- libxtst
- nss (nss-hgAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- libappindicator-gtk3 (optional) – The official deb says this an optional dependency
Required by (4)
- alcom (optional)
- digital-logic-sim-git (make)
- unity-editor-lts (optional)
- unity-editor-vrchat (optional)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 14 Next › Last »
Qwertystop commented on 2020-07-25 15:25 (UTC) (edited on 2020-07-25 15:26 (UTC) by Qwertystop)
m0cha commented on 2020-05-26 13:35 (UTC) (edited on 2020-05-26 13:37 (UTC) by m0cha)
You have to change
"${pkgdir}/opt/${pkgname}/unityhub-bin"
into"${pkgdir}/opt/${pkgname}/unityhub"
at line 53 in the PKGBUILD, otherwise you will get the error like "'unityhub/unityhub-bin': No such file or directory"shaybox commented on 2020-05-10 05:21 (UTC)
To solve the problem of the pinned comment, you have to skip verification, if the source isn't static you shouldn't be be verifying it per the pkgbuild guidelines.
Qjammer commented on 2020-04-17 08:21 (UTC) (edited on 2020-04-17 08:27 (UTC) by Qjammer)
The executable doesn't launch from the launcher because the launcher script (which can be found by running $which unityhub) is borked. In particular, the shebang is borked. It has a space between # and !, making it not run. Removing this space fixes it. This is why it launches properly from the console but it doesn't from a .desktop, running it on the console implicitly runs it in bash.
feuerpanda commented on 2020-04-04 00:36 (UTC)
For some reason, you can't execute unityhub out of an .desktop file.
HunabKu commented on 2020-03-14 13:01 (UTC) (edited on 2020-03-21 19:32 (UTC) by HunabKu)
Waiting spacepluk upgrade the package, i do it : https://mega.nz/#!iZ5UnCxY!OdlJQg-rsBpgyyiD8O_wFqZAa2J-j4Z82OMT8XA8GZ0
The fixes :
PACKAGING
correct the md5sum or SKIP it
touch the src/squashfs-root/eula.txt file
AFTER INSTALLATION
replace SCRIPT_DIR line in /usr/bin/unityhub by SCRIPT_DIR=/opt/unityhub
chmod /opt/unityhub/unityhub-bin
kaizen commented on 2020-03-09 11:27 (UTC)
New md5sum is d7cb21611e5f77fb6ebe03b01efd6ded Lines with eula needs to be removed in the pkgbuild
rosebeats commented on 2020-03-09 03:07 (UTC) (edited on 2020-03-09 03:08 (UTC) by rosebeats)
Following along with what Raymo said, I found that if I edit
/usr/bin/unityhub
and addedSCRIPT_DIR=/opt/unityhub
andcd $SCRIPT_DIR
, unityhub opens like normal.emmanuell2025 commented on 2020-03-09 02:28 (UTC) (edited on 2020-03-09 02:33 (UTC) by emmanuell2025)
After doing the steps shown below, I found that editing the desktop shortcut (I use KDE Plasma, so I used kmenuedit) from "unityhub" to "unityhub &" made the desktop shortcut work EDIT: Just discovered that the unityhub-bin process isn't being stopped when I close the unityhub window, not sure if it's a result of my change to the launch or a change with unitythub
Raymo111 commented on 2020-03-04 14:03 (UTC) (edited on 2020-03-04 15:39 (UTC) by Raymo111)
Lines containing
eula.txt
need to be removed, orpackage()
will throw an error (eula.txt not found
). Upon install,/usr/bin/unityhub
must be edited. Changeexec "/usr/bin/unityhub-bin"
on line 8 toexec "/opt/unityhub/unityhub-bin"
. Then runsudo chmod +x /opt/unityhub/unityhub-bin
. Even then, the .desktop file doesn't work, and you have to rununityhub
in a terminal.« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 14 Next › Last »