gpt4 book ai didi

ubuntu - 注销然后登录时自动运行脚本不起作用

转载 作者:行者123 更新时间:2023-12-04 18:34:24 27 4
gpt4 key购买 nike

使用 cx_Freeze 将我的 Python 脚本卡住为可执行文件后,可执行文件名为 BingNiceWallpapers。
我希望它在登录时自动运行,所以写这个名为 BingNiceWallpapers.desktop 的脚本把它放在 ~/.config/autorun

[Desktop Entry]
Type=Application
Exec=/home/i/图片/build/exe.linux-i686-3.4/BingNiceWallpapers
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[zh_CN]=BingNiceWallpapers
Name=BingNiceWallpapers
Comment[zh_CN]=
Comment=
X-GNOME-Autostart-Delay=0

问题是在开机或重启电脑时,登录时程序会自动运行,但是当注销然后使用相同的帐户登录时,程序不会自动运行,那么如何解决这个问题?

我在 linuxmint-17.1-cinnamon-32bit 上测试过

最佳答案

我尝试在 上做同样的事情linuxmint-17.1-cinnamon-32bit .我制作了可执行文件并将其放入 ~/bin文件夹。然后我通过 GUI 将我的应用程序添加到启动中(我只在对话框中指定了 名称 命令 )。并检查应用程序在注销然后登录后是否运行:它运行。

所以配置文件myapp.desktop如下所示:

[Desktop Entry]
Type=Application
Exec=/home/me/bin/myapp
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=MyApp
Name=MyApp
Comment[en_US]=
Comment=
X-GNOME-Autostart-Delay=0

它位于 ~/.config/autostart文件夹(但不在 autorun 中)。

关于ubuntu - 注销然后登录时自动运行脚本不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28935727/

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