← Back to team overview

quickshotdevs team mailing list archive

Re: [Question #105213]: How to safely remove Quickshot?

 

Question #105213 on Quickshot changed:
https://answers.launchpad.net/quickshot/+question/105213

Karol Horowski gave more information on the question:
Sorry, I should use Launchpad not Gmail contact ;)

Here is crash report:

** (quickshot:3610): WARNING **: Trying to register gtype
'WnckWindowState' as flags when in fact it is of type 'GEnum'

** (quickshot:3610): WARNING **: Trying to register gtype
'WnckWindowActions' as flags when in fact it is of type 'GEnum'

** (quickshot:3610): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
http://stellvia.uguu.ca/~flan/screencaps/
WARNING: you should run this program as super-user.
WARNING: you should run this program as super-user.
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/home/yondo/Projekty/quickshot/quickshot/ProgressDialog.py", line 21, in run
    self.func(*self.args)
  File "bin/quickshot", line 328, in _update
    self.screenshots = quickshot.lib.get_screencap_status(options.server,{"language": language})
  File "/home/yondo/Projekty/quickshot/quickshot/lib/__init__.py", line 130, in get_screencap_status
    (manifest, gathered, final) = server.query_server(server_root, meta)
AttributeError: 'module' object has no attribute 'query_server'

Traceback (most recent call last):
  File "bin/quickshot", line 344, in on_screenshotinfo_show
    self.screenshotinfo_update()
  File "bin/quickshot", line 334, in screenshotinfo_update
    for x in sorted(self.screenshots[1]):
AttributeError: 'QuickshotWindow' object has no attribute 'screenshots'
Traceback (most recent call last):
  File "bin/quickshot", line 370, in on_capture_do
    name = self.screenshotstore.get_value(self.screenshottreeview.get_selection().get_selected()[1], 0)
TypeError: iter must be a GtkTreeIter
^CTraceback (most recent call last):
  File "/usr/share/quickly/templates/ubuntu-project/run.py", line 53, in <module>
    subprocess.call(command_line)
  File "/usr/lib/python2.6/subprocess.py", line 470, in call
Traceback (most recent call last):
  File "/usr/bin/quickly", line 239, in <module>
Traceback (most recent call last):
  File "bin/quickshot", line 434, in <module>
    exit(main())
  File "/usr/bin/quickly", line 227, in main
    gtk.main()
    return(command.launch(os.getcwd(), opt_command[1:], opt_template))
KeyboardInterrupt
  File "/usr/lib/python2.6/dist-packages/quickly/commands.py", line 307, in launch
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.6/subprocess.py", line 1157, in wait
    pid, sts = os.waitpid(self.pid, 0)
KeyboardInterrupt
    return_code = subprocess.call([self.command] + command_args, cwd=project_path)
  File "/usr/lib/python2.6/subprocess.py", line 470, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.6/subprocess.py", line 1157, in wait
    pid, sts = os.waitpid(self.pid, 0)
KeyboardInterrupt

-- 
You received this question notification because you are a member of
Quickshot Developers, which is an answer contact for Quickshot.