Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
[已解决]安装screenlets后每次“win+d”显示桌面,那些widget就不显示了
Experiences and Insight
656
views ·
0
replies ·
To
floor
Go
leafonsword
deepin
2015-03-28 19:00
Author
如题,怎么样才能"win+d"后也显示screenlets部件,而不是只有一个光秃秃的背景图片?
------------------------------------------------------------------------------------
将“/usr/lib/pymodules/python2.7/screenlets/__init__.py”的大概964行
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_UTILITY)
Copy the Code
注释掉,然后屈晓注释大概966行的
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)
Copy the Code
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
the Network section no longer appears
Error during system installation
Deepin IDE?
Music player with sample rate and bit depth
Popular Events
More
------------------------------------------------------------------------------------
将“/usr/lib/pymodules/python2.7/screenlets/__init__.py”的大概964行