Package Details: bottles 2:51.15-1

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: 146
Popularity: 6.17
First Submitted: 2020-11-28 22:52 (UTC)
Last Updated: 2024-10-17 15:08 (UTC)

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.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 21 Next › Last »

RubenKelevra commented on 2022-10-16 14:33 (UTC)

+1

Celsiuss commented on 2022-10-16 14:18 (UTC)

Please add epoch=1, it was removed and now versioning is broke.

tiziodcaio commented on 2022-09-30 18:07 (UTC)

Thanks... And sorry for being rude...

brombinmirko commented on 2022-09-28 18:30 (UTC) (edited on 2022-09-28 18:31 (UTC) by brombinmirko)

tiziodcaio 2022.9.28 it's not even 24h out. Can you give us time to update? ..

tiziodcaio commented on 2022-09-28 18:18 (UTC) (edited on 2022-09-28 18:18 (UTC) by tiziodcaio)

# Maintaner: Francesco Masala <mail@francescomasala.me>
# Contributor: Francesco Masala <mail@francescomasala.me>

pkgname=bottles
pkgver=2022.9.28.1
pkgrel=1
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
depends=(
  'cabextract'
  'dconf'
  'fvs'
  'gtk4'
  'gtksourceview5'
  'hicolor-icon-theme'
  'icoextract'
  'imagemagick'
  'lib32-gnutls'
  'libadwaita'
  'libhandy'
  'libportal-gtk4'
  'p7zip'
  'patool'
  'python'
  'python-gobject'
  'python-markdown'
  'python-orjson'
  'python-pillow'
  'python-requests'
  'python-steamgriddb'
  'python-yaml'
  'webkit2gtk'
  'xorg-xdpyinfo')
optdepends=(
  'gamemode'
  'gvfs' 
  'lib32-vkd3d' 
  'lib32-vulkan-icd-loader' 
  'vkd3d' 
  'wine'
  'vulkan-icd-loader')
makedepends=('meson' 'ninja' 'blueprint-compiler')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
sha256sums=('SKIP')

build() {
  if [[ -d Bottles ]]; then 
        rm -rf Bottles
  fi;
  mv Bottles*/ Bottles/
  cd "Bottles"
  meson --prefix='/usr' build
  ninja -C build
}

package() {
  cd "Bottles"
  DESTDIR="${pkgdir}" ninja -C build install
}

For who was wondering how hard is update a package

1nikolas commented on 2022-09-27 12:14 (UTC) (edited on 2022-09-27 12:15 (UTC) by 1nikolas)

@Siklos thanks I managed to set the gtk4 theme to Adwaita but it still looks weird (or does it?) https://i.ibb.co/n1GyknL/2022-09-27-15-13.png

Certainly different from the screenshots on the website

Siklos commented on 2022-09-26 13:40 (UTC) (edited on 2022-09-26 13:41 (UTC) by Siklos)

@1nikolas From your screenshot, we can see that you are using a custom gtk theme in gtk4 (possibly materia-theme from what it looks like). It is most likely that this theme does not fully support libadwaita components.

Please try to change the theme of your gtk4 applications by trying and testing each of the following instructions:

  • rename/move/delete the content of $XDG_CONFIG_HOME/gtk-4.0/gtk.css

  • modify the gtk-theme-name variable of $XDG_CONFIG_HOME/gtk-4.0/settings.ini to Adwaita

  • use gsettings to change the desktop theme: gsettings set org.gnome.desktop.interface gtk-theme Adwaita

1nikolas commented on 2022-09-20 17:47 (UTC)

@RubenKelevra this wasn't a problem on the months old version this package had, it started happening on later versions. I have KDE on Xorg with Nvidia drivers and a 2560x1080 monitor (I don't think it matters). I think this has to do with libadwaita since that is the major thing that got updated since. Changing the theme GTK to the KDE default doesn't help.

RubenKelevra commented on 2022-09-19 12:24 (UTC)

@1nikolas thanks for the report. I've tested the initial version under KDE and Gnome and haven't had any problems like this.

Can you share your display settings? Meaning resolution, graphic driver, scaling factor and if you use Xorg or Wayland?

Thanks!