Branch push 1.1 backintime/1.1/gnome/*.desktop

Asked by Removed by request

Hi,

I'm trying to push (and request a merge) for backintime/1.1/gnome/backintime-gnome-root.desktop and backintime-gnome.desktop and I get:
$ bzr commit -m "Adding Gnome descriptions for the languages I know."
Committing to: /home/fab-user/Documents/Source/backintime/1.1/
modified gnome/backintime-gnome-root.desktop
modified gnome/backintime-gnome.desktop
Committed revision 995.
$ bzr push lp:backintime/1.1
bzr: ERROR: Cannot lock LockDir(chroot-94251152:///%2Bbranch/backintime/1.1/.bzr/branch/lock): Transport operation not possible: readonly transport

It's not even code, just a text file:
[Desktop Entry]
Version=1.1
Name=Back In Time
Name[af]=Terug in die Tyd
Name[de]=Zurück in der Zeit
Name[en_GB]=Back In Time
Name[fr]=Retour dans le Temps
Name[it]=Indietro nel Tempo
Name[nl]=Terug in de Tijd
Name[ru]=Назад во Времени
Exec=backintime-gnome
Icon=gtk-save
Terminal=false
X-MultipleArgs=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;System;
Comment=Simple backup system
Comment[af]=Eenvoudige stelsel vir backups
Comment[de]=Einfaches System für Backups
Comment[en_GB]=Simple backup system
Comment[fr]=Système simple de sauvegarde
Comment[it]=Sistema semplice per i backup
Comment[nl]=Eenvoudig systeem voor back-ups
Comment[ru]=Простая система для резервного копирования
Comment[sl]=Enostaven sistem ustvarjanja varnostnih kopij

(The Slovenian was already in there; other languages added by me)

Question information

Language:
English Edit question
Status:
Solved
For:
Back In Time Edit question
Assignee:
No assignee Edit question
Solved by:
Germar
Solved:
Last query:
Last reply:
Revision history for this message
Best Germar (germar) said :
#1

You'd need to push it to your own branch as you don't have write permission to lp:backintime/1.1
bzr push lp:~fabrizio-marana/backintime/1.1

BUT the Gnome GUI (and so the desktop file) is deprecated in 1.1 series. I'll delete both folders 'gnome' and 'notify' as soon as the version is close to finish. That version comes with only one Qt4 GUI. This should make future development lot easier because we don't have to do things twice anymore. I only kept those folders to minimise merge conflicts while merging from 1.0 series.

So you could make this changes in qt4/*.desktop files. Though I'm not sure if it would be a good idea to translate the name.

Revision history for this message
Removed by request (removed4606406) said :
#2

Thanks Germar, that solved my question.