小编Eri*_*ikR的帖子

将文件粘贴到 Thunderbird 撰写窗口的命令行方法?

我正在尝试将 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。

linux clipboard thunderbird ubuntu

5
推荐指数
1
解决办法
880
查看次数

标签 统计

clipboard ×1

linux ×1

thunderbird ×1

ubuntu ×1