Linux 中 C 语言的消息框

发布于 2024-10-17 17:45:34 字数 74 浏览 5 评论 0原文

我想在 Linux 中用 C 执行程序后显示“成功”弹出消息。

它应该在 KDE 和 GNOME 上运行。我该怎么做?

I want to display a "SUCCESSFUL" pop-up message after executing my program in C in Linux.

It should run on both KDE and GNOME. How can I do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

煮茶煮酒煮时光 2024-10-24 17:45:35

您正在寻找桌面通知。我相信 KDE 和 GNOME 都支持它们。这是一个(基于 Gtk+),您可以在程序结束时使用它。

You are looking for desktop notifications. I believe both KDE and GNOME support them. Here is a (Gtk+-based) library you can use for your program's end.

掩饰不了的爱 2024-10-24 17:45:35

Zenity (GNOME) 和 kdialog (KDE) 在很多方面都很相似。两者都会让您弹出 GUI 通知。如果你只想发送一些东西到 gnome 的通知区域,notify-send 就可以了。我相信 kdialog 将允许您在 KDE 中执行类似的操作。我不知道这两个用户界面之间有什么通用工具。

Zenity (GNOME) and kdialog (KDE) are similar in a lot of respects. Both will let you pop up a GUI notification. If you just want to send something to the notification area in gnome notify-send does the trick. I believe that kdialog will allow you to do something similar in KDE. I don't know of a common tool between the two UIs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文