作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要在ubuntu上使用python登录系统时自动运行文件。谁能指导我如何在ubuntu上使用python创建自动运行文件。提前致谢。
最佳答案
首先回到家并按 ctrl+h 现在你可以看到隐藏文件夹,如果自动启动文件夹可用,则单击 .config 文件夹意味着只需创建具有桌面扩展名的文件,例如:auto.dsesktop。
在终端中输入以下命令
gedit .config/autostart/auto.desktop
[Desktop Entry]
Type=Application
Exec=python filename.py #this is execution part so u can modify whatever u needs
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name=<Name_to_be_displayed>
Comment=<optional comment>
关于python - 如何在 ubuntu 上使用 python 创建自动运行文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25762266/
我是一名优秀的程序员,十分优秀!