I've updated the PKGBUILD to default to Gnome, so LXDE/XFCE/not-gnome-or-kde users should work now.
Please test and let me know if it still doesn't work.
Search Criteria
Package Details: backintime 1.5.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/backintime.git (read-only, click to copy) |
---|---|
Package Base: | backintime |
Description: | Simple backup system inspired from the Flyback Project and TimeVault. Qt5 GUI version. |
Upstream URL: | https://github.com/bit-team/backintime |
Licenses: | GPL |
Submitter: | None |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 300 |
Popularity: | 2.51 |
First Submitted: | 2009-01-09 20:46 (UTC) |
Last Updated: | 2024-12-27 21:31 (UTC) |
Dependencies (11)
- backintime-cliAUR (backintime-cli-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- python-dbus
- python-pyqt6
- sshfs
- xorg-xdpyinfo
- python (python37AUR, python311AUR, python310AUR) (make)
- cronie (cronie-selinuxAUR) (optional) – to trigger automated backups
- kompare (kompare-gitAUR) (optional) – diff/patch frontend
- meld (meld-gitAUR) (optional) – diff/patch frontend
- qt6-translations (optional) – translate BIT dialogs into native language
Required by (1)
- backintime-cli (optional)
Sources (3)
fukawi2 commented on 2010-08-30 01:35 (UTC)
graysky commented on 2010-08-30 00:50 (UTC)
Not very descriptive error I'm afraid...
$ makepkg -s
My box only has lxde on it so no kde/gnome stuff at all.
fukawi2 commented on 2010-08-06 08:32 (UTC)
Do you have 'gnome-session' or 'kdeinit4' binaries? What errors do you get?
graysky commented on 2010-08-06 08:03 (UTC)
+1 can't build with LXDE
<deleted-account> commented on 2010-06-16 20:05 (UTC)
Out of GNOME/KDE ambient, makepkg doesn't work.
Editing makepkg and leaving just GTK (GNOME) dependencies, it bulds, and run, but no interface works.
I'm on LXDE.
Aeon_Tux commented on 2010-05-07 15:50 (UTC)
If large Files (>3 GB) are backed up starting the Gnome GUI of backintime might result in an error.
This is a known bug: https://bugs.launchpad.net/backintime/+bug/409130 which can easily be fixed by changing "int" to "float" in /usr/share/backintime/gnome/app.py Line 212
211 # display name, relative path, icon_name, type (0 - directory, 1 - file), size (str), date, size (int)
212 self.store_folder_view = gtk.ListStore( str, str, str, int, str, str, float )
fukawi2 commented on 2010-04-27 03:54 (UTC)
That will happen if you have both Gnome and KDE on your system, as it installs a .desktop file for each GUI (gtk and qt). You can force it to only build a GUI for your preferred environment (and therefore only install that .desktop file) by removing one of the IF blocks above build(). Remove the appropriate kdeinit4 or gnome-session block.
joelsc commented on 2010-04-25 15:41 (UTC)
Minor problem: each backintime icon shows up twice in the gnome applications menu. As a result, I have 4 icons in Applications>System tools :
-2 Back in time icons
-2 Back in time (root) icons
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.