blob: 7b08bfc239bd3000de04f98bb1bd525c2748e636 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[Desktop Entry]
Comment=WeChat
Comment[zh_CN]=微信
Exec=env _portableConfig=com.qq.weixin PORTABLE_CONF=com.qq.weixin /usr/bin/portable -- %u
Icon=wechat
Name=WeChat
Name[zh_CN]=微信
Categories=Utility;Network;InstantMessaging;Chat;
Terminal=false
Type=Application
Keywords=wechat;weixin;we;w;
Keywords[zh_CN]=微;微信;wechat;weixin;we;w;
X-GNOME-SingleWindow=true
SingleMainWindow=true
Actions=opendir;share;quit;
StartupWMClass=wechat
StartupNotify=false
[Desktop Action opendir]
Name=Open WeChat Home
Name[zh_CN]=打开数据目录
Exec=env _portableConfig=com.qq.weixin PORTABLE_CONF=com.qq.weixin /usr/bin/portable --actions opendir
Icon=go-home-symbolic
[Desktop Action share]
Name=Share files with WeChat
Name[zh_CN]=向微信传输文件
Exec=env _portableConfig=com.qq.weixin PORTABLE_CONF=com.qq.weixin /usr/bin/portable --actions share-files
Icon=insert-image-symbolic
[Desktop Action quit]
Name=Quit WeChat
Name[zh_CN]=退出微信
Exec=env _portableConfig=com.qq.weixin PORTABLE_CONF=com.qq.weixin /usr/bin/portable --actions quit
Icon=system-log-out-symbolic
|