Thank you for reviewing! Leo Famulari writes: >> I couldn't get the test for xfconf run, so I disabled it. If someone(TM) wants >> to take a look... (I'm a bit exhausted) > > Okay. When your energy is renewed, can you send a message saying what > goes wrong and what you tried? With some energy regained, I found that only the last test is hanging, so I added a hack to disable only that one. >> Random Thoughts/Notes: >> Sooner or later we need the xfce-dev-tools packaged, because I tried building >> xfce4-xkb-plugin from upstream master and noticed it needs it. >> (Maybe the xfconf test is also supposed to run with it). > > Could it be that xfce-dev-tools is needed when building from VCS, but > not for "real" releases? Yes, could very well be the case. >> Also, I noticed that debian sid has added a new pkg xfce4-helper yesterday. Maybe >> something like this could be a good idea for us too... > > What would that xfce4-helper package do? I couldn't find the new package > on Debian's web site. > They extracted the .desktop files and a python script ("xfce4-compose-mail", see below) from the xfce4-settings package: https://packages.debian.org/sid/xfce4-helpers and after looking more closely, I don't think it's useful. Please find an updated version of the patch. Changes to the previous version: - Disable one test in xfconf, not all. - Removed hack to make xfce4-xkb-plugin compile, because upstream made a release, see https://issues.guix.gnu.org/45420 - Add python input to xfce4-settings to fix "xfce4-compose-mail" script.