KDE용 서비스 파일입니다.
아래 파일을 ~/.kde/share/kde4/services/ServieMenus 에 복사해서 사용 하시면 되고
파일 내용은 다음과 같습니다.
썬더버드에 첨부
[code:2knn3yka][Desktop Entry]
Type=Service
Version=2.7.2
Encoding=UTF-8
Icon=internet-mail
Actions=attachToThunderbird
ServiceTypes=KonqPopupMenu/Plugin,all/allfiles
X-KDE-Priority=TopLevel
X-KDE-Submenu=&썬더버드에 첨부
[Desktop Action attachToThunderbird]
Exec=thunderbird -compose "attachment=‘file:///$(echo %F | sed ‘s/\ \//,file:\/\//g’)’"
For Mandriva: Exec=thunderbird -compose "attachment=‘$(echo %F | sed ‘s/\ \//,\/\//g’)’"
Name=Attach to Thunderbird Mail
Icon=internet-mail[/code:2knn3yka]
경로복사(Klipper와 연동)
[code:2knn3yka][Desktop Entry]
Type=Service
Version=2.7.2
Encoding=UTF-8
Icon=klipper
Actions=CopywholePath
ServiceTypes=KonqPopupMenu/Plugin,inode/directory,all/allfiles
X-KDE-Priority=TopLevel
X-KDE-Submenu=&경로 복사
[Desktop Action CopywholePath]
Name=Copy Whole Path
Icon=klipper
Exec=qdbus org.kde.klipper /klipper setClipboardContents %U[/code:2knn3yka]
필요하신 분께서는 적당히 수정하여 사용하시기 바랍니다.