Eri*_*ikR 5 linux clipboard thunderbird ubuntu
我正在尝试将 3K 文件粘贴到 Thunderbird 的“写入”窗口(即用于撰写新消息)。
这(有时)有效:
date | xclip
# then use middle button to paste
Run Code Online (Sandbox Code Playgroud)
这不起作用:
cat /tmp/out.txt | xclip
xclip -o | wc # just to make sure it got there - reports: 70 309 3233
# press middle mouse in Thunderbird's "Write" window - nothing is pasted
Run Code Online (Sandbox Code Playgroud)
但这有效:
cat /tmp/out.txt | xclip
# open gedit, paste into gedit, then select-all and copy
# paste into Thunderbird
Run Code Online (Sandbox Code Playgroud)
Thunderbird 通过 X 剪贴板接受的内容是否有限制?
是否有另一种方法可以将文件内容插入 Thuderbird 撰写窗口?
我正在使用 Ubuntu 10.10。
使用 compose 命令行怎么样?
thunderbird -compose "to='recipient@domain.com',subject='Test',body='`cat /tmp/out/txt`' "
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
880 次 |
| 最近记录: |