I have the same problem as @aag at https://aur.archlinux.org/packages/bottles#comment-895476
Search Criteria
Package Details: bottles 2:51.21-2
Package Actions
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: | 156 |
Popularity: | 2.80 |
First Submitted: | 2020-11-28 22:52 (UTC) |
Last Updated: | 2025-03-31 08:34 (UTC) |
Dependencies (37)
- cabextract
- dconf
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icoextractAUR
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libportal-gtk4
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip)
- patoolAUR (patool-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-fvsAUR
- python-gobject
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-pathvalidateAUR
- python-pycurl
- python-requests
- Show 17 more dependencies...
Required by (2)
- arch-gaming-meta (optional)
- cartridges-git (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 27 Next › Last »
frankenstein20 commented on 2023-01-28 20:38 (UTC)
FabioLolix commented on 2023-01-15 14:06 (UTC)
Packaging tips for maintainers: you can't remove epoch= once it has been introduced; especially for popular pkgbuilds, you need to set epoch=2 and not removing it in the future
torbennehmer commented on 2023-01-11 19:52 (UTC) (edited on 2023-01-14 15:37 (UTC) by torbennehmer)
If your Bottles installation hangs while starting, you might have a corrupt library. The easiest way to solve this is to delete ~/.local/share/bottles/library.yml, which records which bottles are shown in the library. Maybe it is also sufficent to look which single entry in the file offends bottles, though I found it easier to just drop everything and add the few entries manually again.
Reference: https://github.com/bottlesdevs/Bottles/issues/2354
randomxusr commented on 2022-12-31 05:56 (UTC)
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?
aag commented on 2022-12-28 15:52 (UTC)
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
mindbound commented on 2022-12-15 09:22 (UTC)
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.
Hiru commented on 2022-12-11 23:29 (UTC)
@FabioLolix i just did that thank you for your help! ^^
FabioLolix commented on 2022-12-11 23:27 (UTC)
@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
Hiru commented on 2022-12-11 23:24 (UTC) (edited on 2022-12-11 23:28 (UTC) by Hiru)
@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
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.