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 .. 47 48 49 50 51 52 53 54 55 56 57 .. 70 Next › Last »

fettouhi commented on 2013-10-01 20:34 (UTC)

Even with the patch added I'm getting the same error as before.

fukawi2 commented on 2013-10-01 09:23 (UTC)

Patch added in -2

graysky commented on 2013-09-28 14:30 (UTC)

Please include the patch to fix bug #1224620 upstream.[1] Here is a patched PKGBUILD and the requisite patch.[2] Thanks for maintaining! 1. https://bugs.launchpad.net/backintime/+bug/1224620 2. https://gist.github.com/graysky2/6742633

Germar commented on 2013-09-26 00:38 (UTC)

@Polly you're right. KDirModel.removeColumns() seems to have no affect. Even if I comment out line 273-274 (where unnecessary columns get hidden) removeColumns doesn't change the amount of columns. So I'll append the fix upstream. Thanks

Polly commented on 2013-09-25 09:01 (UTC)

If I understood correctly line 259 in app.py is part of the GUI, in particular controls parts of the list files view. Thus, this is just a graphical problem. I commented the line (as usual with # in front) and the GUI became available. There should be some columns more visible somewhere but since I just started using the application I have no idea. If this workaround leads to any problem I will post it here. Cheers guys.

agustin commented on 2013-09-11 14:24 (UTC)

Now, after updating kde4 and python2-sip I can confirm the same error reported by @fettouhi

Germar commented on 2013-09-10 22:38 (UTC)

@agustin take a look at https://bugs.launchpad.net/ubuntu/+source/python-kde4/+bug/1218473 It's a bug in python-kde4

fettouhi commented on 2013-09-10 18:04 (UTC)

After updating python2-sip and kde4 to 4.11.1 I get this error running backintime-kde4 [af@andre ~]$ backintime-kde4 Back In Time Version: 1.0.26 Back In Time comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; type `backintime-kde4 --license' for details. Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated. please move it to /home/af/.config/fontconfig/fonts.conf manually Traceback (most recent call last): File "/usr/share/backintime/kde4/app.py", line 1201, in <module> main_window = MainWindow( cfg, app_instance, kapp, kaboutdata ) File "/usr/share/backintime/kde4/app.py", line 259, in __init__ self.list_files_view_model.removeColumns( 3, 2 ) TypeError: KDirModel.removeColumns() is a private method

agustin commented on 2013-09-09 22:43 (UTC)

backintime-kde 1.0.26 also crashes under KDE, same error output. Any hint to solve it?

fukawi2 commented on 2013-09-09 01:51 (UTC)

Bump to 1.0.26