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.28
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 .. 65 66 67 68 69 70

fukawi2 commented on 2010-08-30 01:35 (UTC)

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.

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