backintime not opening in gnome ubuntu
when i use the menu i see it open for a second then it closes. when i use the command line i get
lance@bermudezl:~$ backintime-gnome
Back In Time
Version: 0.9.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-gnome --license' for details.
/usr/share/backintime/gnome/app.py:1051: Warning: g_set_prgname() called multiple times
gnome.program_init( 'backintime', cfg.VERSION, properties = gnome_props )
Traceback (most recent call last):
File "/usr/share/backintime/gnome/app.py", line 1056, in
main_window = MainWindow( cfg, app_instance )
File "/usr/share/backintime/gnome/app.py", line 281, in __init__
self.update_all( True )
File "/usr/share/backintime/gnome/app.py", line 388, in update_all
self.update_folder_view( 1, selected_file, show_snapshots )
File "/usr/share/backintime/gnome/app.py", line 1000, in update_folder_view
new_iter = self.store_folder_view.append( [ item[0], rel_path, item[3], item[5], item[1], item[2], item[4] ] )
TypeError: value is of wrong type for this column
lance@bermudezl:~$
how do i fix this? I completly uninstalled it and reinstalled the program
for some reason the program will work if i do the gnome root option for backintime but i want to use it without having to use root
Comments
-
You just might have to run backintime as root. I would assume that as it is restoring the computer to a previous state it will also have to access files that need root access. I have never used backintime on my Fedora install, so I'm just guessing. For example, when I run nvidia-settings from the menu, it won't save the xorg.conf file because it needs root access, I have to run it as root to do that. Why the developers of these apps don't take this into account puzzles me, unless there is some configuration setting that we are missing.
Maybe filing a bug report to the developer is in order.0 -
Hi,
I had the same problem. I took the config file - it is located in /home/<yourname>/.config/backintime - and removed all entries that started with gnome.<xxx>
my config looked like this
...
gnome.last_path=/
gnome.main_window.height=528
gnome.main_window.hpaned1=200
gnome.main_window.hpaned2=200
gnome.main_window.width=782
gnome.main_window.x=289
gnome.main_window.y=332
gnome.show_hidden_files=false
...
after removing the UI displayed well
cheers
kowost0 -
Same here using Debian 7 Jessie, GNOME 1.0.36, BackInTime 1.0.36. Another option to resolve this is to delete the "app.lock.pid" file.
Steps
- Using Nautilus, navigate to this folder
/home/<USERNAME>/.local/share/backintime - Backup this file
app.lock.pid - Delete this file
app.lock.pid - Using GNOME, try to open “BackInTime” again
- Done. Enjoy

The most likely cause of this challenge is that BackInTime was open, but somehow to computer was not shutdown cleanly. Such as during power outage or a crash. As a result BackInTime is still in a locked state. This lock state is set by the file "app.lock.pid". If this file contain a code. BackInTime will not open. Because it believes it's already open. But it's not. Thus you need to manually delete this file.
0 - Using Nautilus, navigate to this folder
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 12 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 34 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 2 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 772 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 470 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 101 Linux Security
- 79 Network Management
- 102 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 720 Software Development
- 1K Software
- 418 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)