gpt4 book ai didi

python - .desktop 文件中的名称在 tkinter 中不起作用 - python

转载 作者:行者123 更新时间:2023-12-04 18:56:47 26 4
gpt4 key购买 nike

我在 中做了一个 python 应用程序tkinter .然后我做了 Debian 安装程序并将其安装在PC上。现在我想要我的应用程序名称 甘夏姆 在 TopBar 而不是 TK .这就是它现在在 TopBar 中的样子
enter image description here
我想在 TopBar 中自定义名称。 (不是 Tk)
假设我的应用名称是 Firefox Web Browser。我想要这样的东西:
enter image description here
根据this答案,我必须在应用程序的桌面条目中添加一行

Name=TITLE
我已经做到了。
ghanshyam.desktop
[Desktop Entry]
Version=1.0
Name=Ghanshyam
Comment=Comment in ghanshyam.desktop file
Exec=/usr/bin/ghanshyam/main
Icon=/usr/share/icons/ghanshyam/icon.png
Terminal=true
Type=Application
StartupNotify=true
Categories=Utility;Application;
上面显示的是我的桌面文件。你可以看到我已经写了 姓名 在我的桌面条目中。然而我的应用程序显示 TK 而不是 甘夏姆 .我该如何解决这个问题?
任何帮助都是可观的。提前致谢 :)

细节:
操作系统 :Ubuntu 20.04 | python : 3.8

最佳答案

我应该查看文档。好吧,将来对某人有用。
使用类名

root = Tk(className='Ghanshyam')
根据python Docs在 tkinter 上:

The Tk class is instantiated without arguments. This creates a toplevel widget of Tk which usually is the main window of an application. Each instance has its own associated Tcl interpreter.

关于python - .desktop 文件中的名称在 tkinter 中不起作用 - python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67825203/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com