Control: tag -1 + moreinfo

Hi Frank,

Frank Brütting wrote:
> Package: dwallpaper-debian
> 
> I hope this is the right package…

Unfortunately not. There is no package named "dwallpaper-debian", not
even similar one.

> The wallpapers are actually pretty nice, but the color transition of
> the backgrounds sadly isn’t, because I can see steps of color,
> instead of a smooth gradient. Could you therefore please raise the
> color depth

Please figure out the path name to the affected file (example:
/usr/share/lxqt/themes/dark/wallpaper.png) and then run "dpkg -S" with
that path as parameter. Example:

$ dpkg -S /usr/share/lxqt/themes/dark/wallpaper.png
lxqt-common: /usr/share/lxqt/themes/dark/wallpaper.png

In that example "lxqt-common" would be the right package.

In case the "dpkg -S" command yields no result, symbolic links
may be parts of the path to the file as you found it. In that case
call "readlink -f" on that path first. Example:

$ dpkg -S 
/usr/share/desktop-base/active-theme/wallpaper/contents/images/1920x1080.svg
dpkg-query: no path found matching pattern 
/usr/share/desktop-base/active-theme/wallpaper/contents/images/1920x1080.svg
$ readlink -f 
/usr/share/desktop-base/active-theme/wallpaper/contents/images/1920x1080.svg
/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/1920x1080.svg
$ dpkg -S 
/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/1920x1080.svg
desktop-base: 
/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/1920x1080.svg

In that case "desktop-base" would be the correct package.

You don't need to file a new bug report for that, just tell us the
package and we'll reassign your bug report to the correct package.

                Regards, Axel
-- 
 ,''`.  |  Axel Beckert <a...@debian.org>, https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE

Reply via email to