-
Notifications
You must be signed in to change notification settings - Fork 220
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
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome #1429
Comments
I have added both warnings to the unit test exclusion list since the goal of the unit test is to test only BiT CLI (not the GUI parts which are related to Qt5 and are triggered if the e.g. the system tray plugin is installed). In the future a refactoring of BiT CLI und Qt (GUI) should be used to improve the unit test isolation to get rid of such side effects. Also note: A non-english system language may possibly lead to a failed unit test again if Qt5 uses it (not tested)... |
Also ignores the qt.qpa.plugin warning: qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
Great! First I was confused about the workflow and tried to find out where that commit belongs to. ;) Now I get it that you created an extra public upstream branch. IMHO can be merged into "dev".
To my knowledge because of that pythons unittests by default ignoring system language. So it is always English (or untranslated). |
yes, I didn't mention that I was using the Github UI directly to create and link the branch in this repo (and delete it again after merging).
I'd like to wait for feed-back from the ARCH community who reported this issue and merge then (via PR if possible) |
using git PKGBUILD backintime-git still fails on testing:
|
Yes, the PKGBUILD does not yet use my fix (commit f056d90) because it is not yet merged. I will merge it ASAP since the warning message to be ignored is the same... Update: Pull request created (see below) |
The fix is merged into the |
Tried to test it - but I still get the error. I changed to the latest dev version, installed Results are in the log with checks for the variables set and a cat of the file Build log
One of three(?) failing messages:
Should that work in the way I set up everything? |
@topas-rec THX for your details, I think I have found the problem and will fix the fix. Edit: The reason is that the additional output of Qt5 that shall be ignored, is prefixed with
backintime/common/test/test_backintime.py Lines 143 to 161 in 66d248f
|
I was able to build 1.4.1 without problems. |
The user @topas-rec reported in #1421 (comment) a failing unit test on ARCH Linux caused by this additional (not expected) warning in the actual output:
Furthermore this warning occurs if the optional package
qt5-wayland
is not installed:System info:
Details
See also
https://aur.archlinux.org/pkgbase/backintime#comment-911755
The text was updated successfully, but these errors were encountered: