jingle
deepin
2017-09-27 20:44 你说的那个目录就有啊 安装了
Copy the Code
- jingle@jingle:/usr/share/applications$ cat sublime-text-dev.desktop
- [Desktop Entry]
- Version=1.0
- Type=Application
- Name=Sublime Text 3 Dev
- Name[zh_CN]=Sublime Text 3 开发版
- Name[zh_TW]=Sublime Text 3 開發版
- GenericName=Text Editor
- GenericName[zh_CN]=文本编辑器
- GenericName[zh_TW]=文字編輯器
- Comment=Sophisticated text editor for code, HTML and prose
- Comment[zh_CN]=高端精致的文本(代码、HTML、散文)编辑器
- Comment[zh_TW]=高端精緻的文字(程式碼、HTML、散文)編輯器
- Keywords=Text;Editor;
- Keywords[zh_CN]=文本;编辑器;Text;Editor;
- Keywords[zh_TW]=文字;編輯器;Text;Editor;
- Exec=sublime-text-dev %F
- Terminal=false
- MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
- Icon=sublime-text-dev
- Categories=Development;TextEditor;GTK;
- StartupNotify=true
- Actions=Window;Document;
- [Desktop Action Window]
- Name=New Window
- Exec=sublime-text-dev -n
- [Desktop Action Document]
- Name=New File
- Exec=sublime-text-dev --command new_file
Reply Like 0 View the author


中文
丢人了丢人了 哈哈

那么现在问题来了,我去/usr/share里找里边并没有applications,然后我瞎逛看到了local里的share里有applications但是就有一个QQ。
所以我特别想知道,deepin的启动器的原理是什么,以及那些快捷方式到底存在什么地方,怎么改他们的配置。