我运行python litebook.py后出现的
Tofloor
poster avatar
wang123wei
deepin
2014-01-19 22:20
Author
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkRange::activate-slider' of type `gboolean' from rc file value "((GString*) 0x950d920)" of type `GString'

到底什么意思,还有是不是每次运行都要输入python litebook.py,怎样在桌面生成一个图标省事
Reply Favorite View the author
All Replies
cxbii
deepin
2014-01-20 17:26
#1
http://wiki.linuxdeepin.com/index.php?t ... 7%E4%BB%B6

那别的desktop改一改,做个你要的desktop文件好了
Reply View the author
wang123wei
deepin
2014-01-21 01:19
#2
是随便在桌面上找一个图标吗
Reply View the author
electricface
deepin
2014-01-21 03:03
#3
一个desktop 配置文件,里面最重要的几个配置是这几个
[Desktop Entry]
Name=$name
Type=Application
Exec=$exec
Icon=$icon
Categories=$categories
Terminal=$term
Reply View the author