Skip to content

Right Align Text No Longer shown in 0.7.9 #368

@Neurognostic

Description

@Neurognostic

Steps to Reproduce

Steps to reproduce the behavior:

  1. Delete or move config directory
  2. run 0.7.8
  3. set Overlay Location Right
  4. join a voice channel
  5. observe display name text
  6. killall discover_overlay processes
  7. run 0.7.9
  8. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions