openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #07449
[Bug 874906] Re: can't import files more than one time
Je confirme/ I confirm this issue.
state saved
project modified: Opened project
state saved
NEW SDL CONSUMER
on_frmMain_key_press_event
on_frmMain_key_press_event
on_frmMain_key_press_event
on_frmMain_key_press_event
on_mnuImportFiles_activate called with self.GtkImageMenuItem
project modified: Fichier ajouté
state saved
on_frmMain_key_press_event
on_frmMain_key_press_event
on_mnuImportFiles_activate called with self.GtkImageMenuItem
Autosaving...
project saved! - Mentalist
project modified: Fichier ajouté
state saved
on_frmMain_key_press_event
on_frmMain_key_press_event
on_mnuImportFiles_activate called with self.GtkImageMenuItem
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openshot/windows/MainGTK.py", line 1606, in on_mnuImportFiles_activate
self.import_files_dialog = AddFiles.frmAddFiles(form=self, project=self.project)
File "/usr/lib/pymodules/python2.7/openshot/windows/AddFiles.py", line 47, in __init__
self.frmAddFiles.set_current_folder(preferences.Settings.app_state["import_folder"])
TypeError: Gtk.FileChooser.set_current_folder() argument 1 must be string, not None
on_frmMain_key_press_event
on_frmMain_key_press_event
project modified: Fichier supprimé
state saved
project modified: Fichier supprimé
state saved
on_mnuQuit1_activate called with self.GtkImageMenuItem
on_frmMain_destroy
olivier@LaptopNavi:~$
A première vue, cela vient de notre façon d'importer un fichier (ou des fichiers). Il semblerait qu'il ne reconnait pas le titre du fichier importé.
Pour ma part, je dois dire que c'est la 1ere fois que j'importe un fichier de cette matière. Merci de m'avoir apris quelque chose.
At first look, it seems to come from our mean to import a file (or files). He does'nt look the title of the imported file.
For me, I must said that the first time that I import a file with this mean. Thx a lot for learning me something.
** Changed in: openshot (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to openshot in Ubuntu.
https://bugs.launchpad.net/bugs/874906
Title:
can't import files more than one time
Status in “openshot” package in Ubuntu:
Confirmed
Bug description:
Ubuntu 11.10
Launch openshot
In the "Project Files" tab
Do "Import Files", select one or more files, click "Add"
Then do it again.... the popup does'nt appear
in a terminal I have this trace :
project modified: Added file
state saved
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openshot/windows/MainGTK.py", line 4459, in on_mnuAddFile_activate
self.import_files_dialog = AddFiles.frmAddFiles(form=self.form, project=self.project)
File "/usr/lib/pymodules/python2.7/openshot/windows/AddFiles.py", line 47, in __init__
self.frmAddFiles.set_current_folder(preferences.Settings.app_state["import_folder"])
TypeError: Gtk.FileChooser.set_current_folder() argument 1 must be string, not None
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openshot/+bug/874906/+subscriptions
References