提供: tty00
(→右クリックでファイルを開く) |
(→右クリックでファイルを開く) |
||
| 行2: | 行2: | ||
次のフォルダに".desktop"ファイルを作成する。 | 次のフォルダに".desktop"ファイルを作成する。 | ||
<pre>~/local/share/applications</pre> | <pre>~/local/share/applications</pre> | ||
| + | |||
| + | *".desktop" | ||
| + | <pre> | ||
| + | [Desktop Entry] | ||
| + | Encoding=UTF-8 | ||
| + | Name=Python IDLE(2.7) | ||
| + | Name[ja]=Python IDLE(2.7) | ||
| + | Comment=Python IDLE(2.7) | ||
| + | Comment[ja]=Python IDLE(2.7) | ||
| + | Exec=idle-python2.7 %u | ||
| + | Terminal=false | ||
| + | Type=Application | ||
| + | Icon=python | ||
| + | Categories=Application;Utility;TextEditor; | ||
| + | StartupNotify=true | ||
| + | MimeType=text/plain; | ||
| + | NoDisplay=true | ||
| + | Name[ja_JP]=idlePY2.desktop | ||
| + | </pre> | ||
[[Category:Linux]] | [[Category:Linux]] | ||
2014年6月1日 (日) 03:43時点における版
右クリックでファイルを開く
次のフォルダに".desktop"ファイルを作成する。
~/local/share/applications
- ".desktop"
[Desktop Entry] Encoding=UTF-8 Name=Python IDLE(2.7) Name[ja]=Python IDLE(2.7) Comment=Python IDLE(2.7) Comment[ja]=Python IDLE(2.7) Exec=idle-python2.7 %u Terminal=false Type=Application Icon=python Categories=Application;Utility;TextEditor; StartupNotify=true MimeType=text/plain; NoDisplay=true Name[ja_JP]=idlePY2.desktop