Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slideshow not applied to dark mode GNOME 42 #92

Open
Masqueey opened this issue May 17, 2022 · 4 comments · May be fixed by #100
Open

Slideshow not applied to dark mode GNOME 42 #92

Masqueey opened this issue May 17, 2022 · 4 comments · May be fixed by #100

Comments

@Masqueey
Copy link

Basically as the title says. It used to work fine, until i updated to GNOME 42. Now when I use the editor to apply the background, it is only applied to the "light" theme, whereas the dark theme will keep a different background that I can't set with the editor. Could you make the editor so it can apply the background to both or either theme?

@alansenairj
Copy link

same problem using gnome 43

@alansenairj
Copy link

I solved the problem using dconf as other guys said.
Same place for both. It was simple and effective.
image

@alansenairj
Copy link

image

@Kimiblock
Copy link

Arch users can test pull request #100 with the PKGBUILD below:

pkgname='dynamic-wallpaper-editor-git'
_pkgname='dynamic-wallpaper-editor'
pkgver=r288.4b00503
pkgrel=1
pkgdesc="A little utility for creation or edition of GNOME desktop's XML wallpapers"
arch=('x86_64')
url="https://github.com/maoschanz/${_pkgname}"
license=('GPL3')
depends=('python' 'hicolor-icon-theme' 'dconf')
makedepends=('git' 'meson' 'itstool')
provides=("${_pkgname%-git}")
conflicts=("${_pkgname%-git}")
source=(git+https://github.com/Kimiblock/dynamic-wallpaper-editor.git)
sha256sums=("SKIP")

pkgver() {
  cd ${_pkgname}
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build () {
  arch-meson "${_pkgname}" build
  ninja -C build
}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants