quickshotdevs team mailing list archive
-
quickshotdevs team
-
Mailing list archive
-
Message #00053
[Bug 552544] Re: Error on creating new user with Ubuntu Live CD
ok i can reproduce this, it occurs on our cd too it must be fixed before
release.
Enabling password-entry button
Enabling password-entry button
Beginning user-creation
Adding user `quickshot' to group `admin' ...
Adding user quickshot to group admin
Done.
Downloading Quickshot and configuring user
sh: bzr: not found
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/dist-packages/quickshot/ProgressDialog.py", line 21, in run
self.func(*self.args)
File "/usr/bin/quickshot", line 283, in _function
copy2("data/media/logo.png", "/home/quickshot/.face")
File "/usr/lib/python2.6/shutil.py", line 99, in copy2
copyfile(src, dst)
File "/usr/lib/python2.6/shutil.py", line 52, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: 'data/media/logo.png'
Setting up on-login launch
Traceback (most recent call last):
File "/usr/bin/quickshot", line 224, in on_okbutton_clicked
elf.usersetup.label.set_label('\n'.join((
NameError: global name 'elf' is not defined
--
Error on creating new user with Ubuntu Live CD
https://bugs.launchpad.net/bugs/552544
You received this bug notification because you are a member of Quickshot
Developers, which is the registrant for Quickshot.
Status in Quickshot - Capturing translated screenshots: New
Bug description:
Steps to reproduce:
1. Take a bog standard Ubuntu Live CD and boot into it (either on CD or pen drive, I used pen drive).
2. Enable universe repositories and install Quickshot 0.08.
3. Quickshot attempts to set up a new user, gives an error.
4. New user is *actually* created, and you can log into the new user by logging out of the Live CD user.
What should happen:
1. Take a bog standard Ubuntu Live CD and boot into it (either on CD or pen drive, I used pen drive).
2. Enable universe repositories and install Quickshot 0.08.
3. Quickshot sets up a new user as usual.
4. New user is created, and you can log into the new user by logging out of the Live CD user.
References