Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これが私の問題です:私はskypeを私のgnomeデスクトップ環境とよりインタラクティブにしようとしています。だから私はPerlを使ってそれをしたいと思っています。libnotifyを使用して、テキストボックス(入力または入力できるフィールド)を表示する方法はありますか?
Gnome は、スクリプトからダイアログを作成するためのzenityを提供します。
zenity --entry --text "foo" --entry-text "bar"
KDE はkdialogを提供します。古い Gnome はgdialogを提供していました。xdialogもあります。