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.pswp.cn/news/279174.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/279174.shtml
英文地址,請注明出處:http://en.pswp.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…

java 輸入流關閉順序_Java IO流中先關閉輸出流還是先關閉輸入流?為什么?

java中需要手動釋放的資源bai常見的有以下兩個&#xff1a;流相du關資zhi源流相關資源一般遵循&#xff1a;1)先開后關dao&#xff0c;先開的輸入流&#xff0c;再開的輸出流&#xff0c;通過讀取輸入流寫入輸出流中&#xff0c;那么應該先關輸出流&#xff0c;再關輸入流&…

解析Linux操作系統文件目錄

隨著Linux的不斷發展&#xff0c;越來越多的人開始使用Linux&#xff0c;對于那些剛剛接觸的人來說&#xff0c;恐怕最先感到困惑的就是那些“不明不白”的目錄了。如果想熟練使用Linux&#xff0c;讓Linux聽命于自己&#xff0c;就必須掌握這些目錄&#xff0c;下面就以Xteam公…

智能家居設備_您的智能家居設備正在監視您嗎?

智能家居設備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…

java讀取excel某個單元格的值_java poi怎么獲取excel單元格的內容

展開全部package edu.sjtu.erplab.poi;import java.io.InputStream&chww.xqy.chain" target"_blank" class"link-baike">FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;impor…

科研繪圖工具軟件_如何在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;相對于瀏覽…

SQL Server編程(06)觸發器

SQL Server 通過觸發器用來保證業務邏輯和數據的完整性。在SQL Server中&#xff0c;觸發器是一種特殊類型的存儲過程&#xff0c;可在執行語言事件時自動觸發。SQL Server中觸發器包括三種&#xff1a;DML觸發器、DDL觸發器和登錄觸發器。 DML觸發器&#xff1a;執行DML語句觸…

網站運行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…