win7屏保文件.scr_如何将屏保添加到Ubuntu 12.04

win7屏保文件.scr

win7屏保文件.scr

image

Ubuntu 12.04 doesn’t ship with any screen savers, just a black screen that appears when your system is idle. If you’d rather have screensavers, you can swap gnome-screensaver for XScreenSaver.

Ubuntu 12.04没有附带任何屏幕保护程序,只是在系统空闲时出现黑屏。 如果您希望使用屏幕保护程序,则可以将gnome-screensaver替换为XScreenSaver。

Screensavers were actually removed back in Ubuntu 11.10. Ubuntu uses gnome-screensaver and inherited the change from upstream GNOME. The GNOME developers think a black screen that puts your monitor into lower-power mode is optimal.

屏幕保护程序实际上是在Ubuntu 11.10中删除的。 Ubuntu使用gnome-screensaver并从上游GNOME继承了更改。 GNOME开发人员认为,使显示器进入低功耗模式的黑屏是最佳选择。

安装XScreenSaver (Installing XScreenSaver)

First, fire up a terminal from Ubuntu’s Dash.

首先,从Ubuntu的Dash启动一个终端。

image

Next, run the following command to uninstall gnome-screensaver:

接下来,运行以下命令来卸载gnome-screensaver:

sudo apt-get remove gnome-screensaver

sudo apt-get删除gnome屏幕保护程序

Install XScreenSaver and some additional screensaver packages with the following command:

使用以下命令安装XScreenSaver和一些其他屏幕保护程序包:

sudo apt-get install xscreensaver xscreensaver-data-extra xscreensaver-gl-extra

须藤apt-get install xscreensaver xscreensaver-data-extra xscreensaver-gl-extra

image

配置屏幕保护程序 (Configuring Your Screensaver)

After installation, perform a search in the Dash for Screensaver. Launch the Screensaver utility and use it to configure XScreenSaver and select your screensaver settings.

安装后,在Dash中为Screensaver执行搜索。 启动Screensaver实用程序,并使用它来配置XScreenSaver并选择您的屏幕保护程序设置。

image

The Screensaver utility will prompt you to stop the gnome-screensaver process and launch the xscreensaver background process when you start it.

Screensaver实用程序将提示您停止gnome-screensaver进程,并在启动时启动xscreensaver后台进程。

By default, XScreenSaver will choose a random screensaver each time it starts. You can specify the screensavers it chooses from or enable “Only One Screensaver” mode to always use your favorite screensaver.

默认情况下,XScreenSaver每次启动时都会选择一个随机的屏幕保护程序。 您可以指定从中选择的屏幕保护程序,也可以启用“仅一个屏幕保护程序”模式以始终使用您喜欢的屏幕保护程序。

image

XScreenSaver doesn’t embrace gnome-screensaver’s minimalism — many XScreenSaver screensavers offer a large amount of options you can tweak by clicking the Settings button.

XScreenSaver不包含gnome-screensaver的极简主义-许多XScreenSaver屏保提供了大量选项,您可以通过单击Settings按钮来进行调整。

image

添加到启动 (Adding to Startup)

To actually use the screensavers, you’ll want XScreenSaver to start in the background each time you log in. If it doesn’t start, it can’t notice your system is idle and launch screensavers.

为了真正使用屏幕保护程序,您希望每次登录时XScreenSaver都在后台启动。如果它没有启动,则不会注意到您的系统处于空闲状态并启动屏幕保护程序。

Get started by launching the Startup Applications utility from the Dash.

通过从Dash启动启动应用程序实用程序来开始使用。

image

Add a startup program with the following command. The name and comment here can be anything you like.

使用以下命令添加启动程序。 这里的名称和评论可以是您喜欢的任何东西。

xscreensaver -nosplash

xscreensaver -nosplash

image

更换锁屏 (Replacing Lock Screen)

Unity calls gnome-screensaver when you click the Lock Screen option in the system menu or use the Ctrl+Alt+L keyboard shortcut. To lock your screen with XScreenSaver, you can create a custom keyboard shortcut that calls XScreenSaver instead.

当您单击系统菜单中的“锁定屏幕”选项或使用Ctrl + Alt + L键盘快捷键时,Unity会调用gnome-screensaver。 要使用XScreenSaver锁定屏幕,可以创建一个自定义的键盘快捷方式,该快捷方式调用XScreenSaver。

First, open the Keyboard utility from the Dash.

首先,从Dash打开键盘实用程序。

image

Click the Shortcuts tab, select the Custom shortcuts section, and click the + button. Specify the following command for your custom shortcut:

单击快捷方式选项卡,选择自定义快捷方式部分,然后单击+按钮。 为自定义快捷方式指定以下命令:

xscreensaver-command -lock

xscreensaver-command -lock

image

Click the word “disabled” after creating your custom shortcut and key in your desired keyboard shortcut when the words “new accelerator” appear – Ctrl+Alt+L is the default shortcut that locks your computer. If you use the default combination, you’ll be prompted to reassign it away from the default gnome-screensaver shortcut.

创建自定义快捷方式后,单击“禁用”,并在出现“新加速器”时键入所需的键盘快捷方式– Ctrl + Alt + L是锁定计算机的默认快捷方式。 如果使用默认组合,系统将提示您将其重新分配给默认的gnome-screensaver快捷方式。

image

Use the keyboard shortcut whenever you want to lock your system. Unfortunately, the Lock Screen option in Unity’s system menu doesn’t work with XScreenSaver.

每当您想锁定系统时,请使用键盘快捷键。 不幸的是,Unity系统菜单中的“锁定屏幕”选项不适用于XScreenSaver。

恢复您的更改 (Reverting Your Changes)

Reverting these changes is simple. Just run these commands to uninstall XScreenSaver and reinstall gnome-screensaver:

还原这些更改很简单。 只需运行以下命令来卸载XScreenSaver并重新安装gnome-screensaver:

sudo apt-get remove xscreensaver xscreensaver-data-extra xscreensaver-gl-extra sudo apt-get install gnome-screensaver

sudo apt-get删除xscreensaver xscreensaver-data-extra xscreensaver-gl-extra sudo apt-get安装gnome-screensaver

If you reassigned the Ctrl+Alt+L keyboard shortcut, go back into the Keyboard configuration window, delete your custom shortcut, and reassign Ctrl+Alt+L to the Lock screen option under System.

如果您重新分配了Ctrl + Alt + L键盘快捷键,请返回到“键盘配置”窗口,删除自定义快捷键,然后将Ctrl + Alt + L重新分配给“系统”下的“锁定”屏幕选项。

image


Ubuntu’s developers plan on writing a new screensaver system to replace gnome-screensaver and adding it to Ubuntu by default. In the future, installing XScreenSaver will not be necessary.

Ubuntu的开发人员计划编写一个新的屏幕保护程序系统以替换gnome-screensaver,并将其默认添加到Ubuntu。 将来将不再需要安装XScreenSaver。

翻译自: https://www.howtogeek.com/114027/how-to-add-screensavers-to-ubuntu-12.04/

win7屏保文件.scr

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279174.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

简单读写XML文件

IPAddress.xml 文件如下&#xff1a; <?xml version"1.0" encoding"utf-8"?><IP><IPAddress>192.168.0.120</IPAddress></IP> 在 Form 窗体(读取XML配置.Designer.cs)中有如下控件&#xff1a; 代码 privateSystem.Wind…

如何与Ubuntu One同步配置文件

Ubuntu One lets you easily synchronize files and folders, but it isn’t clear how to sync configuration files. Using Ubuntu One’s folder synchronization options or some symbolic links, you can synchronize configuration files across all your computers. Ubu…

智能家居设备_您的智能家居设备正在监视您吗?

智能家居设备In a world where we’re all paranoid about devices spying on us (and rightfully so), perhaps no other devices receive more scrutiny than smarthome products. But is that scrutiny warranted? 在一个我们都对监视设备的人都抱有偏执的世界(理应如此)&a…

Jenkins忘记admin密码处理方法

1、先找到enkins/config.xml文件&#xff0c;并备份。 此文件位于Jenkins系统设置的主目录&#xff0c;根据自己的配置情况而定。我的位置如下 /data/temp/jenkins/config.xml2、然后编辑config.xml删除<useSecurity>true</useSecurity>至</securityRealm>&a…

科研绘图工具软件_如何在Windows 10 Mail中使用绘图工具

科研绘图工具软件Microsoft recently released a new feature for the Windows 10 Mail app that lets you convey messages with drawings right inside the body of an email. This is a great way to quickly sketch things like graphs or tables to get your point across…

子元素相对于父元素垂直居中对齐

记个笔记 1. 元素相对于浏览器居中 <style>.window-center {/* 将position设置为fixed&#xff0c;使元素相对于浏览器窗口定位 */position: fixed;/* 将margin设置为auto&#xff0c;使浏览器自动推算元素外边距 */margin: auto;/* 将上下左右边距&#xff08;相对于浏览…

网站运行java_定制化Azure站点Java运行环境(5)

Java 8下PermGen及参数设置在上一章节中&#xff0c;我们定制化使用了Java 8环境&#xff0c;使用我们的测试页面打印出了JVM基本参数&#xff0c;但如果我们自己观察&#xff0c;会发现在MXBeans中&#xff0c;没有出现PermGen的使用数据&#xff0c;初始大小等信息&#xff0…

三阶魔方魔方公式_观看此魔方的自我解决

三阶魔方魔方公式Finally: a Rubik’s cube that can solve itself. A maker named Human Controller built it in Japan, and you can see it in action right now. 最后&#xff1a;一个可以解决自身问题的魔方。 一家名为Human Controller的制造商在日本制造了它&#xff0…

pc样式在ie8中的bug

2019独角兽企业重金招聘Python工程师标准>>> pc样式在ie8中的bug 1,box-sizing:border-box: 在ie中,此属性的使用有限制: (在IE8中&#xff0c;min-width属性适用于content-box即使box-sizing设置为border-box。 Chrome select在使用时从元素中选择选项时遇到问…

下载: 虾米音乐_您所说的内容:如何组织凌乱的音乐收藏

下载: 虾米音乐Earlier this week we asked you to share your tips, tricks, and tools, for managing a messy music collection. Now we’re back to share so great reader tips; read on to find ways to tame your mountain of music. 本周早些时候&#xff0c;我们要求您…

Django form表单

Django form表单 目录 普通方式手写注册功能 views.pylogin.html使用form组件实现注册功能 views.pylogin2.html常用字段与插件 initialerror_messagespasswordradioSelect单选Select多选Select单选checkbox多选checkboxDjango Form所有内置字段校验补充进阶 应用Bootstrap样式…

java 多线程 优先级_java多线程之线程的优先级

在操作系统中&#xff0c;线程可以划分优先级&#xff0c;优先级较高的线程得到CPU资源较多&#xff0c;也就是CPU优先执行优先级较高的线程对象中的任务(其实并不是这样)。在java中&#xff0c;线程的优先级用setPriority()方法就行&#xff0c;线程的优先级分为1-10这10个等级…

PyQt5应用与实践

2015-01-16 19:00 by 吴秦, 69476 阅读, 5 评论, 收藏, 编辑 一个典型的GUI应用程序可以抽象为&#xff1a;主界面&#xff08;菜单栏、工具栏、状态栏、内容区域&#xff09;&#xff0c;二级界面&#xff08;模态、非模态&#xff09;&#xff0c;信息提示&#xff08;Toolti…

plex实现流媒体服务器_Plex继续远离服务器,提供网络节目

plex实现流媒体服务器() Plex now offers a “Web Shows” feature in certain versions of their interface, providing access to shows from brands like TWiT, GQ, and Popular Science. Plex现在在其界面的某些版本中提供了“网络节目”功能&#xff0c;可以访问TWiT&…

MIME协议(三) -- MIME邮件的组织结构

一封MIME邮件可以由多个不同类型的MIME消息组合而成&#xff0c;一个MIME消息表示邮件中的一个基本MIME资源或若干基本MIME消息的组合体。每个MIME消息的数据格式与RFC822数据格式相似&#xff0c;也包括头和体两部分&#xff0c;分别称为MIME消息头和MIME消息体&#xff0c;它…

discord linux_最好的Discord机器人来启动服务器

discord linuxDiscord has an extensive API and good support for bots on their platform. Because of this, there are tons of bots to go around. However, many of them just copy one another’s functionality. We’ve picked out the ones that do it right, and comp…

2019年4月第四周_2012年4月最佳怪胎文章

2019年4月第四周This past month we covered topics such as how to use a 64-bit web browser on Windows, the best tips and tweaks for getting the most out of Firefox, how to check out library books on your Kindle for free, and more. Join us as we look back at …

物体成瘾性_科技成瘾使我们不那么快乐。 那是一个市场机会。

物体成瘾性Compulsively checking social networks makes us less happy. I think we all understand this intuitively, the same way we understand that working out more and eating better is a good idea. 强迫检查社交网络使我们不那么开心。 我认为我们所有人都可以凭直…

装饰设计模式和例题

文件复制程序&#xff1a; 将一个文件复制一份出来&#xff0c;实现方法很简单&#xff0c;使用FileInputStream读取文件内容&#xff0c;然后使用FileOutputStream写入另一个文件&#xff0c;利用read方法的返回值作为while循环的条件&#xff0c;进行一边读一边写。 代码示例…

mysql操作手册我_MySQL使用指南一

我将MySQL常用指令整理出来分享给大家。1. 列出所有数据库mysql> show databases;2. 创建数据库mysql> create databases MyStorage;3. 打开数据库mysql> use MyStorage;4. 创建表mysql> create table Storage-> (-> id int,-> name varchar(50),-> pr…