Search Criteria
Package Details: crossover 25.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/crossover.git (read-only, click to copy) |
---|---|
Package Base: | crossover |
Description: | Run Windows Programs on Linux |
Upstream URL: | https://www.codeweavers.com/crossover |
Licenses: | custom:CrossOver Linux License Grant |
Submitter: | ying |
Maintainer: | roadrunner |
Last Packager: | roadrunner |
Votes: | 226 |
Popularity: | 0.056655 |
First Submitted: | 2012-03-14 16:03 (UTC) |
Last Updated: | 2025-03-12 07:14 (UTC) |
Dependencies (77)
- desktop-file-utils (desktop-file-utils-gitAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- glu (glu-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- lib32-freetype2
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR)
- lib32-glu
- lib32-lcms2
- lib32-libgl (lib32-nvidia-340xx-utilsAUR, lib32-amdgpu-pro-oglp-legacyAUR, lib32-amdgpu-pro-oglpAUR, lib32-libglvnd)
- lib32-libice
- lib32-libpng
- lib32-libsm
- lib32-libx11
- lib32-libxcursor
- lib32-libxext
- lib32-libxi
- lib32-libxrandr
- lib32-zlib
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- Show 57 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 31 Next › Last »
Grumpyoldgamer commented on 2025-05-09 17:18 (UTC)
@yochananmarqos cxfixes contains fixes for all of the distros for all of the possibilities, required, recommended, and suggested. 24 dependencies are required, so, if anything, this pkgbuild lists too many. 60 are 'recommended', and 27 'suggested'. One could argue that since recommended and suggested are needed for full functionality, they are all required, but by the same token, you can run /opt/cxoffice/bin/cxfix to have crossover run the installer for anything missing as well (which brings me back to 24 dependencies, not the 77 that are listed). Do we know if there are packaging guidelines that govern whether dependencies not strictly necessary should be included?
yochananmarqos commented on 2025-03-11 22:22 (UTC)
@roadrunner: It seems there may be missing optional dependencies. See
/opt/cxoffice/share/crossover/data/cxfixes.xml
.In general, packagers should work with upstream, otherwise we get a mess like what you see in that file.
tpy0 commented on 2025-02-27 13:43 (UTC)
If you are trying to register your copy and are having issues like the following under wayland:
Authorization required, but no authorization protocol specified cxregister:error: Verify $DISPLAY: it is not set, invalid or you are not allowed to access it
assuming your uid is 1000 like mine, (use the 'id' command to find your UID number)
run: $ sudo -HE DISPLAY=:0 XDG_RUNTIME_DIR=/run/user/1000 /opt/cxoffice/bin/cxregister
This allowed me to register finally, codeweaver's forums were very unhelpful.
roadrunner commented on 2025-02-09 08:14 (UTC)
Removed gstreamer0.10 from optdepends.
Thanks MarsSeed for your input.
MarsSeed commented on 2025-02-06 08:59 (UTC)
Please kindly remove all
gstreamer0.10
andlib32-gstreamer0.10
optdepends: Crossover can no longer use them (since at least 2023 AFAIR).roadrunner commented on 2024-09-23 17:34 (UTC)
The outdated flag has been removed without an update: Crossover 24.0.5 has only been published for mac. Version 24.0.4 is as of writing this the current version of crossover on linux. Feel free to flag the package as outdated once this situation changes.
roadrunner commented on 2024-02-03 17:50 (UTC)
Major rework of crossover.install based on install/remove scripts from the debian crossover package. This should solve the issues with left over files under /usr/share.
The uninstallation leaves a few files (e.g. your license) under /opt/cxoffice.
Thanks xiota and kidonng for your input.
kidonng commented on 2024-02-02 11:44 (UTC) (edited on 2024-02-02 16:03 (UTC) by kidonng)
The icons are not correctly removed upon uninstalling.
pre_remove()
should be updated like this:There's also an empty directory left at
/opt/cxoffice/support/desktopdata/cxoffice-0/cxmenu/Launchers/StartMenu
. I suppose doing something likerm -r /opt/cxoffice/support/desktopdata
would be enough.A minor note, maybe update the URL to https://www.codeweavers.com/crossover.
xiota commented on 2023-09-20 06:59 (UTC) (edited on 2023-11-05 09:58 (UTC) by xiota)
Please remove
replaces
directive, in accordance with AUR submission guidelines.roadrunner commented on 2023-08-18 13:15 (UTC)
Updated to crossover 23.0.0.
Removed lib32-gsm as suggested by @MarsSeeds. Thanks for the input.
1 2 3 4 5 6 .. 31 Next › Last »