Package Details: crossover 25.0.0-1

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)

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 and lib32-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:

- rm -f /usr/local/share/icons/hicolor/*x*/apps/cxmenu-*.png
+ rm -f /usr/share/icons/hicolor/*x*/apps/cxmenu-*.png
+ rm -f /usr/share/icons/hicolor/*x*/mimetypes/cxoffice-*.png

There's also an empty directory left at /opt/cxoffice/support/desktopdata/cxoffice-0/cxmenu/Launchers/StartMenu. I suppose doing something like rm -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.