Results 26 comments of Anard

Thanks, it goes forward now, but now fails on emerging dev-qt/dde-qt5platform-plugins-5.0.21 : https://dpaste.com/FFTA3HY92

Nice, but now bloqued on dde-base/startdde... 11 packages remaining to emerge ... https://dpaste.com/BCPXL3F22

:( Thx but it didn't fix this issue (it doesn't try to emerge jq...) Maybe I should first emerge --depclean ? After what I'd have to re-compile all packages :(...

OK dde file manager still fail to emerge log was too long to dPaste and I just found a fatal error ``` make[2]: Entering directory '/var/tmp/portage/dde-base/dde-file-manager-5.1.1.25-r1/work/dde-file-manager-5.1.1.25/dde-dock-plugins/disk-mount' x86_64-pc-linux-gnu-g++ -c -march=haswell -O2...

Oh OK. So here is the full [build.log](https://github.com/zhtengw/deepin-overlay/files/5610395/build.log) I'm sorry, but I wanted to test Deepin desktop beside of my current desktop (Xfce). But trying to emerge it have broken...

I confirm I still have no notification in taskbar when BiT takes a snapshot. Even launched by cron task, manually via GUI or manually via command line... https://imgur.com/u2w5ZU2.png

One thing more, it could be interesting too to have an access to BackInTime in systray even if it's not taking a snapshot. As do TimeMachine on macOS, allowing to...

Still no systray icon but icons in BiT window disappeared (replaced by text) with this `export QT_QPA_PLATFORMTHEME=qt5ct`

Here is the what I got when launching a snapshot from command line, but no systray icon at all : ``` $ backintime --profile-id 1 --debug backup-job DEBUG: [common/backintime.py:583 argParse]...

Oh OK, sry : Before installing qt5ct ``` $ python3 -c " from PyQt5.QtGui import QIcon; from PyQt5.QtWidgets import QSystemTrayIcon,QApplication,QStyleFactory; import os qapp = QApplication(['']); env_var = 'XDG_SESSION_TYPE'; print(f'Display Server={os.environ.get(env_var)}');...