Deepin Movie Not Working.
Tofloor
poster avatar
ibrahim_
deepin
2017-06-29 05:13
Author
Hi;
I am using Deepin 15.4. When I entered deepin-movie command to terminal, I get this error:
  1. username@username-PC:~$ deepin-movie
  2. Traceback (most recent call last):
  3.   File "/usr/bin/deepin-movie", line 70, in
  4.     from controllers.menu_controller import MenuController
  5.   File "/usr/share/deepin-movie/controllers/menu_controller.py", line 58, in
  6.     ("_sound_increase", _("Volume Up"), (), (), config.hotkeysFrameSoundIncreaseVolume),
  7. AttributeError: 'Config' object has no attribute 'hotkeysFrameSoundIncreaseVolume'
Copy the Code
How can I use Deepin Movie? Thanks.

+ note: When I wrote new thread to this forum, I click Shift + 2 and the character is not single quote ('), the character is at (@). Why? (My keyboard is Turkish Q Keyboard).

Reply Favorite View the author
All Replies
michaeljayt
deepin
2017-06-29 17:19
#1
try to execute the following command in terminal:
rm -rf ~/.config/deepin-movie/
Reply View the author
jingle
deepin
2017-06-29 17:20
#2
Reply View the author
134******40
deepin
2017-06-29 19:46
#3
本帖最后由 jdocker 于 2017-6-29 11:55 编辑

就是触发了某个热键,而这个热键在程序中定义了,但是config中却没有找到这个定义的字段,所以报错了,尽管软件要重写了,这个错误是不是也修复一下呢刚刚跟踪代码,可能是Python版本对json格式的对象的识别不同导致的。
Reply View the author