IT/Software/System Config/ScreenSaver: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "=== There are many way to do this === === Xscreensaver === works natively in Kubuntu ==== webpage as screensaver ==== Setup from [https://github.com/lmartinking/webscreensav...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== There are many way to do this ===
[[File:Xscreensaver config.png|thumb]]


=== Xscreensaver ===
===There are many way to do this===
 
===Xscreensaver===
works natively in Kubuntu
works natively in Kubuntu


==== webpage as screensaver ====
====webpage as screensaver====
Setup from [https://github.com/lmartinking/webscreensaver here].
Setup from [https://github.com/lmartinking/webscreensaver here].


Line 12: Line 14:
<br />
<br />


== Install (XScreensaver) ==
=====Install (XScreensaver)=====
Copy <code>webscreensaver</code> into <code>/usr/lib/xscreensaver</code> and then edit <code>~/.xscreensaver</code>:
Copy <code>webscreensaver</code> into <code>/usr/lib/xscreensaver</code> and then edit <code>~/.xscreensaver</code>:
     <code>programs:
     <code>programs:
Line 19: Line 21:
     <code>-url <url_to_the_page_you_want></code>
     <code>-url <url_to_the_page_you_want></code>
Otherwise it will choose a random one.
Otherwise it will choose a random one.
<br />
 
====Run xscreensaver and configure as wanted.====
You will need to add xscreensaver to the startup.
 
Settings>>Startup and Shutdown>>Autostart
 
Add the program xscreensaver
 
NOW go to properties for that entry and change the command to:
 
<code>xscreensaver -no-splash</code>

Latest revision as of 11:11, 5 January 2022

There are many way to do this

Xscreensaver

works natively in Kubuntu

webpage as screensaver

Setup from here.

Install xscreensaver and webkit2. All other dependencies should come in.

Copy the python program into user/lib/xscreensaver/

Install (XScreensaver)

Copy webscreensaver into /usr/lib/xscreensaver and then edit ~/.xscreensaver:

    programs:
                  webscreensaver                  \n\

If you wish to set the url:

    -url <url_to_the_page_you_want>

Otherwise it will choose a random one.

Run xscreensaver and configure as wanted.

You will need to add xscreensaver to the startup.

Settings>>Startup and Shutdown>>Autostart

Add the program xscreensaver

NOW go to properties for that entry and change the command to:

xscreensaver -no-splash