[Bit-team] [Bug 521223] Re: Only bookmarks which point to existing folders should appear in shortcuts list

2010-02-12 Thread Dan
Patch applied. Thanks ** Changed in: backintime Status: New => Fix Committed -- Only bookmarks which point to existing folders should appear in shortcuts list https://bugs.launchpad.net/bugs/521223 You received this bug notification because you are a member of Back In Time Team, which is

[Bit-team] [Bug 521223] Re: Only bookmarks which point to existing folders should appear in shortcuts list

2010-02-12 Thread Jackflap
** Patch added: "fill_only_existing_bookmarks.patch" http://launchpadlibrarian.net/39130964/fill_only_existing_bookmarks.patch -- Only bookmarks which point to existing folders should appear in shortcuts list https://bugs.launchpad.net/bugs/521223 You received this bug notification because yo

[Bit-team] [Bug 521223] [NEW] Only bookmarks which point to existing folders should appear in shortcuts list

2010-02-12 Thread Jackflap
Public bug reported: The 'Bookmarks' section of the 'Shortcuts' list in BackInTime contains a list of system-wide bookmarks. When the directory that a Bookmark points to is deleted, it does not appear in the system-wide bookmarks any more. However, it still appears in the BackInTime bookmarks lis

[Bit-team] [Bug 521223] Re: Only bookmarks which point to existing folders should appear in shortcuts list

2010-02-12 Thread Jackflap
** Patch added: "fill_only_existing_bookmarks.patch" http://launchpadlibrarian.net/39130700/fill_only_existing_bookmarks.patch ** Patch removed: "fill_only_existing_bookmarks.patch" http://launchpadlibrarian.net/39130700/fill_only_existing_bookmarks.patch -- Only bookmarks which point to

[Bit-team] [Bug 409783] Re: crontab syntax invalid with some cron daemons

2010-02-12 Thread Michael Trunner
The latest dcron version can handle @something. With the usage of @someting some cron daemons can do the same thing as anacron. They check if the told cronjob was running in the given period or not and start it when necessary. This is a feature of the new dcron to. But he needs an ID= added als

[Bit-team] [Bug 507451] Re: [Enhancement] Bit doesn't allow to specify the hour programmed to do the daily backup.

2010-02-12 Thread Dan
** Changed in: backintime Status: In Progress => Fix Committed -- [Enhancement] Bit doesn't allow to specify the hour programmed to do the daily backup. https://bugs.launchpad.net/bugs/507451 You received this bug notification because you are a member of Back In Time Team, which is subscr

[Bit-team] [Bug 520956] Re: UnboundLocalError: local variable 'first_error' referenced before assignment

2010-02-12 Thread Michael Trunner
Hi, here is the output of the os.environ dict, when backintime is started per cron. {'USERNAME': 'root', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 'SHELL': '/bin/sh', 'LANGUAGE': '', 'SUDO_COMMAND': '/e tc/rc.d/crond start', 'SHLVL': '2', 'SUDO_UID': '1000', 'SUDO_GID': '100', 'PWD': '/home/trunn

[Bit-team] [Bug 520956] Re: UnboundLocalError: local variable 'first_error' referenced before assignment

2010-02-12 Thread Michael Trunner
I found the right message from backintime /var/backups/users/trunneml/backintime/zweistein/root/1 does not exist /var/backups/users/trunneml/ is my backup directory zweistein my hostname but why he is using root here? trunneml would be right! -- UnboundLocalError: local variable 'first_error'

[Bit-team] [Bug 520956] Re: UnboundLocalError: local variable 'first_error' referenced before assignment

2010-02-12 Thread Michael Trunner
After fixing the UnboundLocalError I get this Error: Traceback (most recent call last): File "/usr/share/backintime/kde4/kde4systrayicon.py", line 128, in update_info self.show_popup() File "/usr/share/backintime/kde4/kde4systrayicon.py", line 106, in show_popup self.popup = KPassivePo

[Bit-team] [Bug 520956] [NEW] UnboundLocalError: local variable 'first_error' referenced before assignment

2010-02-12 Thread Michael Trunner
Public bug reported: My cronjob throws this exception: Traceback (most recent call last): File "/usr/share/backintime/kde4/kde4systrayicon.py", line 126, in update_info if first_error: UnboundLocalError: local variable 'first_error' referenced before assignment The kde4 tray Icon give me t

[Bit-team] [Bug 520930] Re: IOerror under KDE4 with 0.9.26

2010-02-12 Thread Michael Trunner
** Attachment added: "Patch from gajim" http://launchpadlibrarian.net/39095708/ioerror.patch -- IOerror under KDE4 with 0.9.26 https://bugs.launchpad.net/bugs/520930 You received this bug notification because you are a member of Back In Time Team, which is subscribed to Back In Time. Status

[Bit-team] [Bug 520930] [NEW] IOerror under KDE4 with 0.9.26

2010-02-12 Thread Michael Trunner
Public bug reported: When backintime -b is stared per crond or in an consol(Strg+F1) while kde4 is running it crashes with an IOError Nr.4in snapshot.py line 912. Using a kde4-terminal window it is working normal. It seems to be an bug in combination with the kde-panel-plugin. Gajim had an simi