Big question. I'm interested in using bottles and attempting this package with Adobe Creative Cloud.
Does it work? Anyone else used Adobe CC successfully with bottles?
Git Clone URL: | https://aur.archlinux.org/bottles.git (read-only, click to copy) |
---|---|
Package Base: | bottles |
Description: | Easily manage wine and proton prefix |
Upstream URL: | https://github.com/bottlesdevs/Bottles |
Keywords: | Bottles gaming Wine Wineprefixes |
Licenses: | GPL-3.0-only |
Submitter: | ragouel |
Maintainer: | lotation (brombinmirko, francescomasala) |
Last Packager: | lotation |
Votes: | 150 |
Popularity: | 5.97 |
First Submitted: | 2020-11-28 22:52 (UTC) |
Last Updated: | 2024-11-08 16:10 (UTC) |
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 22 Next › Last »
Big question. I'm interested in using bottles and attempting this package with Adobe Creative Cloud.
Does it work? Anyone else used Adobe CC successfully with bottles?
For some time now I'm having trouble with this PKGBUILD:
[47/50] Generating bottles/frontend/ui/blueprints with a custom command
usage: blueprint-compiler [-h] [--version] command ...
positional arguments:
command
compile Compile blueprint files
batch-compile
Compile many blueprint files at once
port Interactive porting tool
lsp Run the language server (for internal use by IDEs)
help Show this message
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
[48/50] Generating bottles/frontend/ui/bottles_gresource with a custom command
FAILED: bottles/frontend/ui/bottles.gresource
/usr/bin/glib-compile-resources ../bottles/frontend/ui/bottles.gresource.xml --sourcedir bottles/frontend/ui --sourcedir ../bottles/frontend/ui --internal --generate --target bottles/frontend/ui/bottles.gresource --dependency-file bottles/frontend/ui/bottles.gresource.d
../bottles/frontend/ui/bottles.gresource.xml: Failed to locate “window.ui” in any source directory.
[50/50] Generating data/com.usebottles.bottles.metainfo.xml with a custom command
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
-> error making: bottles
Full log on the pastebin: https://pastebin.com/1EyzzDu9
Build fails with
FAILED: bottles/frontend/ui/bottles.gresource
/usr/bin/glib-compile-resources ../bottles/frontend/ui/bottles.gresource.xml --sourcedir bottles/frontend/ui --sourcedir ../bottles/frontend/ui --internal --generate --target bottles/frontend/ui/bottles.gresource --dependency-file bottles/frontend/ui/bottles.gresource.d
../bottles/frontend/ui/bottles.gresource.xml: Failed to locate “window.ui” in any source directory.
[50/50] Generating data/com.usebottles.bottles.desktop with a custom command
ninja: build stopped: subcommand failed.
@FabioLolix i just did that thank you for your help! ^^
@Hiru you have the multilib repository disabled, in /etc/pacman.conf
uncomment
[multilib]
Include = /etc/pacman.d/mirrorlist
then updated pacman db and you can install
@FabioLolix just tried that, same deal. Output:
$ sudo pacman -Syy && sudo pacman -S lib32-gnutls
:: Synchronizing package databases...
core 153.5 KiB 203 KiB/s 00:01 [###################################################] 100%
extra 1743.8 KiB 1534 KiB/s 00:01 [###################################################] 100%
community 7.2 MiB 2.13 MiB/s 00:03 [###################################################] 100%
error: target not found: lib32-gnutls
@edit: Turns out i had to enable multilib on my system, sorry for bothering '^^. for reference, just had to uncomment 2 lines in /etc/pacman.conf
[multilib]
Include = /etc/pacman.d/mirrorlist
@Hiru the package still exist in the official repo https://archlinux.org/packages/multilib/x86_64/lib32-gnutls/
sudo pacman -Syy && sudo pacman -S lib32-gnutls
hello, i'm trying to install bottles with yay but i'm getting an error:
-> Could not find all required packages:
lib32-gnutls (Wanted by: bottles)
even running pacman -Ss gnutls doesn't show the "lib32-gnutls" package.
I'm having issue downloading Bottles runtime: Failed checksum.
(INFO) Renaming [runtime.tar.gz] to [runtime.tar.gz].
(ERROR) Downloaded file [runtime.tar.gz] looks corrupted.
(ERROR) Source cksum: [1747a350e92bd1e82d4d4e8ae617deeb] downloaded: [c68c5c8df840a5c70bcfec32514e3af0]
(ERROR) Removing corrupted file [runtime.tar.gz].
(ERROR) Extraction failed! Archive ends earlier than expected.
(WARNING) No runtime found.
Workaround: Manually download it from https://github.com/bottlesdevs/runtime and extract into $XDG_DATA_HOME/bottles/runtimes
.
Pinned Comments
brombinmirko commented on 2022-09-15 20:54 (UTC) (edited on 2022-09-15 20:54 (UTC) by brombinmirko)
=====================
READ HERE FIRST
=====================
This package is not officially supported by the Bottles Developers. Even though some of those developers are package maintainers, support is offered by the package authors who will make sure it is handled in the best possible way. They will diagnose the issues and report the issues to the development team if they are not related to the package.