Package Base Details: backintime

Git Clone URL: https://aur.archlinux.org/backintime.git (read-only, click to copy)
Submitter: None
Maintainer: graysky
Last Packager: graysky
Votes: 298
Popularity: 0.29
First Submitted: 2009-01-09 20:46 (UTC)
Last Updated: 2024-02-03 12:23 (UTC)

Pinned Comments

graysky commented on 2023-10-07 12:15 (UTC)

Using an AUR helper such as yay to build packages including backintime is HIGHLY discouraged. The recommended build method is to use a clean chroot. See: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

I wrote a script that automates much of that called clean-chroot-manager offered here in the AUR.

Please stop posting build failures because you insist on building with yay or other AUR helpers.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 70 Next › Last »

dev_aryoda commented on 2023-04-18 08:24 (UTC) (edited on 2023-04-18 08:27 (UTC) by dev_aryoda)

This application failed to start because no Qt platform plugin could be initialized.

There is a related bug report (at the bottom of this already closed old issue) with the same symptoms.

I (as one of the BiT developers) are working on a fix...

Solution is to setup qt theming to work under gnome

To be totally sure about your steps: All you did to make it work was

  • to install qgnomeplatform-qt5[-git]

  • and (?) set the env var: QT_QPA_PLATFORMTHEME=gnome

Or are there further steps required?

BTW: A permanent qt5 dependency is unwanted if the user just wants to install BiT CLI (without the Qt5 GUI) so I think we must at least fix the unit test to work without Qt5 interference (better test isolation or ignore the unexpected warning).

killajoe commented on 2023-04-17 08:48 (UTC) (edited on 2023-04-17 08:59 (UTC) by killajoe)

here it is again failing caused by check errors ..

======================================================================
FAIL: test_local_snapshot_is_successful (test.test_backintime.TestBackInTime)
end to end test - from BIT initialization through snapshot
----------------------------------------------------------------------
**
This application failed to start because no Qt platform plugin could be initialized.
**

also installing qt5-wayland is not changing this issue.. only when try to build under GNOME no problem in other Desktop Environments. Solution is to setup qt theming to work under gnome like: https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications#QGnomePlatform

galacta_dm commented on 2023-02-28 14:13 (UTC)

@scaramanga Thank you. I had the same problem but I could fix it in that way.

katt commented on 2023-02-23 17:11 (UTC)

Ah I see what the problem was now, previously this package downloaded a specific commit as the same filename, which was in my sources folder, removing that makes everything work again.

scaramanga commented on 2023-02-22 18:37 (UTC)

I'm running Xorg and faced the same validation issue. Deleting the backintime-cache of my AUR helper (in my case ~/.cache/paru/clone/backintime) fixed it.

ahughes03 commented on 2023-02-21 16:45 (UTC)

@katt - TLDR: Install qt5-wayland if you're running a Wayland system and see if that helps.

I was having build issues as well- I'm running Sway/Wayland. After running /usr/bin/backintime-qt --debug I found qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in "" as an error in my console output. I installed qt5-wayland based on this google result.

This allowed for a successful 1.3.3 install.

katt commented on 2023-02-17 16:21 (UTC) (edited on 2023-02-18 12:53 (UTC) by katt)

Checksum appear to be wrong..

==> Making package: backintime 1.3.3-3 (Fri Feb 17 17:20:12 2023)
==> Retrieving sources...
  -> Found backintime-1.3.3.tar.gz
==> Validating source files with b2sums...
    backintime-1.3.3.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.

Even fixing that, it fails right away at

==> Starting build()...
/startdir/PKGBUILD: line 17: cd: backintime-1.3.3/common: No such file or directory
==> ERROR: A failure occurred in build().

Rhinoceros commented on 2023-02-09 09:21 (UTC)

@dev_aryoda Aha. Glad we sorted that out!

dev_aryoda commented on 2023-02-09 08:13 (UTC) (edited on 2023-02-12 14:17 (UTC) by dev_aryoda)

@Rhinoceros THX a lot for your support! "1" as return code of xdpyinfo explains perfectly why the unit test does not trigger the system tray icon plugin and therefore succeeds.

Rhinoceros commented on 2023-02-08 04:17 (UTC)

@dev_aryoda

e.g. if xdpyinfo > /dev/null && echo $? returns a value <> 0 the systray icon is not shown (and the unit test cannot fail therefore)

Yeah okay. It returns 1.

Yep, I don't think there are any icon themes installed.

$ find /usr/share/icons -type f
/usr/share/icons/Adwaita/icon-theme.cache
/usr/share/icons/locolor/16x16/apps/gvim.png
/usr/share/icons/locolor/32x32/apps/gvim.png
/usr/share/icons/hicolor/index.theme
/usr/share/icons/hicolor/64x64/apps/qvidcap.png
/usr/share/icons/hicolor/64x64/apps/qv4l2.png
/usr/share/icons/hicolor/16x16/apps/qvidcap.png
/usr/share/icons/hicolor/16x16/apps/qv4l2.png
/usr/share/icons/hicolor/24x24/apps/qvidcap.png
/usr/share/icons/hicolor/24x24/apps/qv4l2.png
/usr/share/icons/hicolor/scalable/apps/htop.svg
/usr/share/icons/hicolor/scalable/apps/qv4l2.svg
/usr/share/icons/hicolor/scalable/apps/qvidcap.svg
/usr/share/icons/hicolor/48x48/apps/gvim.png
/usr/share/icons/hicolor/icon-theme.cache
/usr/share/icons/hicolor/32x32/apps/qvidcap.png
/usr/share/icons/hicolor/32x32/apps/qv4l2.png
/usr/share/icons/default/index.theme