linux mint启动慢_如何使程序在Linux Mint 12中自动启动
linux mint启动慢
In Windows we have the Startup folder where we can easily place a shortcut to a program that we want to launch automatically. In Linux Mint there is a way easier way to manage startup applications–here’s how to do it.
在Windows中,我们有一个Startup文件夹,可以在其中轻松放置要自动启动的程序的快捷方式。 在Linux Mint中,有一种更简便的方法来管理启动应用程序-这是方法。
Note: Since this is just for demonstration purposes I will be setting VLC Media Player to start automatically. However, this will work with any application.
注意:由于这只是出于演示目的,因此我将VLC Media Player设置为自动启动。 但是,这将适用于任何应用程序。
The first thing you are going to want to do is click on the Applications menu, then select Other and launch “Startup Applications”
您要做的第一件事是单击“应用程序”菜单,然后选择“其他”并启动“启动应用程序”
You will now be able to see the applications that are set to startup
现在,您将能够看到设置为启动的应用程序
Go ahead and click on the Add button
继续并单击添加按钮
Give your startup item a name, I will just call mine VLC
给您的启动项目起个名字,我会打电话给我的VLC
Now click on the browse button and navigate to where your application is installed. For most applications this is at:
现在,单击浏览按钮并导航到应用程序的安装位置。 对于大多数应用程序,它位于:
File System > usr > bin
文件系统> usr> bin
Now select your application and click on the open button
现在选择您的应用程序,然后单击打开按钮
Now click on the add button
现在点击添加按钮
Your application is now set to startup automatically
您的应用程序现在设置为自动启动
专家提示 (Pro Tip)
If you have been using Linux Mint for a while you might notice that the Startup Applications Preferences has far fewer entries than before. This is because most of them are hidden by default, to get them back launch Terminal and run the following command:
如果您使用Linux Mint已有一段时间,您可能会注意到Startup Applications Preferences的条目比以前少得多。 这是因为默认情况下它们大多数都是隐藏的,要使它们返回启动终端并运行以下命令:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
Now you will be able to see all the applications and services that are set to automatically start
现在,您将能够看到所有设置为自动启动的应用程序和服务
翻译自: https://www.howtogeek.com/103640/how-to-make-programs-start-automatically-in-linux-mint-12/
linux mint启动慢