Created
March 30, 2017 02:10
-
-
Save astronasutarou/098f50953db1698f2e4683bfeda0da84 to your computer and use it in GitHub Desktop.
create /usr/share/applications/mozc-dictionary-tool.desktop to add a shortcut to mozc-dictionary tool (LinuxMint 18.1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Mozc Dictionary Tool | |
ENcoding=UTF-8 | |
Exec=/usr/lib/mozc/mozc_tool --mode=dictionary_tool | |
Icon=/usr/share/icons/mozc/ime_product_icon_opensource-32.png | |
Type=Application | |
Terminal=false | |
Comment=Launch Mozc Dictionary Tool | |
StartupNotify=true | |
Categories=Settings; | |
X-Desktop-File-Install-Version=0.22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment