Steps to Reproduce
Steps to reproduce the behavior:
- Delete or move config directory
- run 0.7.8
- set Overlay Location Right
- join a voice channel
- observe display name text
- killall discover_overlay processes
- run 0.7.9
- observe display name text absence
Expected behavior
Display name text to be present when right aligned
Problematic behavior
Display name text not present when right aligned
Desktop (please complete the following information):
- Operating System / Distribution: Arch Linux
- Desktop Environment: x11/bspwm/picom
Installation Method
- local PKGBUILD / python-build / python-installer
PKGBUILD
pkgname=discover-overlay
_name=${pkgname#python-}
_pep625_name=${_name//-/_}
pkgver=0.7.9
pkgrel=1
pkgdesc='Yet another Discord overlay for Linux'
arch=('any')
url='https://github.com/trigg/Discover'
license=('GPL-3.0-only')
makedepends=(
'python-build'
'python-wheel'
'python-installer'
)
depends=(
'gtk3'
'libappindicator-gtk3'
'python-gobject'
'python-pyxdg'
'python-requests'
'python-websocket-client'
'python-cairo'
'python-pillow'
'python-xlib'
'python-setuptools'
'python-pulsectl-asyncio'
)
optdepends=('gtk-layer-shell: Wayland support')
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/$_name/${_pep625_name}-$pkgver.tar.gz")
sha512sums=('SKIP')
build() {
cd ${_pep625_name}-${pkgver}
python -m build --wheel --no-isolation
}
package() {
cd ${_pep625_name}-${pkgver}
python -m installer --destdir="${pkgdir}" dist/*.whl
install -D -m644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Discord client information
- Install method:
extra/discord
- Version:
stable 466366 (0fa152d) Host 0.0.114 x64
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
Display name text to be present when right aligned
Problematic behavior
Display name text not present when right aligned
Desktop (please complete the following information):
Installation Method
PKGBUILD
Discord client information
extra/discordstable 466366 (0fa152d) Host 0.0.114 x64