提供: tty00
(ページの作成:「== 右クリックでファイルを開く == フォルダに".desktop"ファイルを作成する。 <pre>~/local/share/applications</pre> Category:Linux」) |
(→右クリックでファイルを開く) |
||
| (同じ利用者による、間の2版が非表示) | |||
| 行1: | 行1: | ||
== 右クリックでファイルを開く == | == 右クリックでファイルを開く == | ||
| − | + | 次のフォルダに".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:46時点における最新版
右クリックでファイルを開く
次のフォルダに".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