General :: Use A Webpage As Screensaver?

Mar 16, 2010

Is there an easy way to use a web page as a screen saver under Linux? preferably without allowing any interaction with whats presented.

I'd like idle admin desktops to show our network monitoring page.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Install WINE Screensaver In Gnome-screensaver Possible?

May 19, 2010

There's an OSS screensaver on windows that I love called PixelCity (links:blog post, github). it's pretty cool. and it runs fine on my Ubuntu (Karmic 9.10) with wine.Is there a way I can tell the gnome-screensaver about it so I can use it as one of my screensavers? I'm still fairly new to Gnome and the whole "screensavers as themes" thing is still confusing me.I've found my themesdir and tried to create a .desktop file for it, but obviously I've gotten something wrong as it just doesn't show when I open the screensaver prefs dialog, no error, no message, it's just not there.

Installing the xscreensaver packages added the extra screensavers I was missing, and I'm a pixelcity away from perfection..Of course the perfect solution would be if someone ported the screensaver natively to linux, which shouldn't be too hard as the source is open, it already runs on openGL and tries to confine most windows stuff to a single file. But I don't know C++ or 3D code or win/linux internals so I wouldn't know where to start..

View 6 Replies View Related

General :: Nic - Keeps Saying That Webpage Cannot Be Displayed

May 24, 2010

Im having issues to connecting to my network and it continues to not connect and keeps saying that webpage cannot be displayed....i have other computers here that connect just find....i was wondering is there a command like ipconfig or something

View 1 Replies View Related

General :: Software Rec - Monitoring Changes In A Webpage

Oct 14, 2010

I have some web pages that I need to frequently check. Is there any tool that will check for updates and send notifications by mail or RSS. These pages are not RSS supported.

I am looking for a Linux standalone application, browser extension, or a service that sends mails.

View 4 Replies View Related

General :: Download A Webpage Using Unix?

Aug 13, 2010

how to download a webpage using unix nd then parse throufh its content to extract particular portion (like header or title) ?

View 5 Replies View Related

General :: Webpage Charset - Turkish Chars Changes

Aug 11, 2011

I have webpage its charset is 8859-9 and it was prepared in windows with char encoding ascii. From ftp access, I am opening it via gedit in ubuntu then turkish chars changes like (turkish ı became ý). What can I do to avoid this kind of stupid things?

View 2 Replies View Related

General :: Apache Forcing A Webpage To Users?

Nov 3, 2010

I have set up a linux box running slackware 12.0, along with Apache 2.2.4, on my LAN I have a couple of computers. I want to force them to a webpage under document root, the webpage will be a agreement webpage. Is this possible to do with Apache? This will not be real domain, so my guess it that I would have to tell my DNS server to resolve the ip address to the hostname of my slackware box.

View 14 Replies View Related

General :: Auto Reload Webpage In Conky?

Nov 17, 2010

I have just install conky to my Linux Mint 9 system.I like to know if I can set up conky to auto reload a webpage.FYI, the webpage do not have rss feed therefore I cannot set conky to use rss.

View 10 Replies View Related

General :: Cannot Get Links To Work From Internal Webpage

Jun 6, 2011

I just setup my first Linux box using [URL] everything went along fine except now I have a problem that I cannot seem to solve. I've set up a webpage on the box for my company's intra-net for testing purposes but I cannot get the links to work. On the server itself all the links work but Firefox still ask me to authenticate with the Adobe Flashplayer (player10), but when I access the page from another computer I have the following issues:-

1. Even though hostname -f shows the a fully qualified domain name I have to use the IP Address eg. 192.168.100.100
2. I can access the page but the links leading to the other pages do not work I get "Webpage cannot be found or the HTTP 404 Not Found" Error Message
3. None of the embedded pictures show up I get the red X.

View 3 Replies View Related

General :: Uploading A Text Into A Webpage From Command Line

Apr 1, 2011

my webpage PHP below. I would like to enter "Hello, in the main inputbox field" below (You are editing: textfile.txt) and click "SAVE" directly from command line.

Sort of : wput_php "hello, in the main inputbox field" click save, and here is it. the text would be uploaded.

PHP Code:

[Code]....

View 2 Replies View Related

General :: Blocking Specific Webpage Not The Whole Domain For All DNS Client?

Jan 3, 2011

company has asked to block some pages on google.co.in. i can not block the entire domain.is there any way to block specific webpage like

View 2 Replies View Related

General :: GNOME Screensaver Widgets

Apr 10, 2010

Is there a way to add widgets to a Gnome screensaver? I think this can be done with KDE 4, but I've never liked KDE very much. I'm a programmer and comfortable with writing code if needed.

I'd like to be able to:

See the weather and forecast
Control Rhythmbox
Use a flash card widget for reviewing musical concepts

The reason I want these on the screensaver is that I have login restrictions. I would like to be able to do a very limited subset of activities without having to log in.

View 1 Replies View Related

General :: Disable Screensaver In Fluxbox?

Mar 12, 2011

In ~/.xinitrc I have option:xset -dpmsI also read this page about screensavers and found that I didn't install any of those programs for blanking the screen.But after some idle time Fluxbox turns on the blank screen. Why? How to disable it?

View 2 Replies View Related

General :: Enable Screensaver Deamon?

Mar 10, 2010

how to enable screensaver deamon if I do not have root password (not admin)??

View 1 Replies View Related

General :: Wget Webpage Using Post Method With Multiple Forms

Feb 19, 2011

I would like to download a webpage using WGET which needs a form submission (POST method) in order to appear. I can do that with this command.

wget --post-data="computer=hosts&style=list" http://www.example.com

The problem is there is more than one form on the requested page and I dont know how to tell WGET which one should it POST the data to.

View 3 Replies View Related

General :: Inactive Window Font Size & Webpage Fonts

Mar 2, 2010

1.) Where can I find the setting to change the size and color of the font used for inactive windows?

2.) Where can I change the size of fonts used in webpages? For example, look at the size of the font I see here at this website.

View 1 Replies View Related

General :: Disable The Screensaver And Lock Screen In 11.04?

Sep 7, 2011

It's very disturbing when making a Kiosk application, every time the lock screen and screensaver shows up, also many popup + battery or updates shows up. Where and how can I completely disable the lock screen, screen saver and alerts via a configuration file or from the terminal? I have the tried following but nothing works: failed

vim /etc/default/acpi-support
;LOCK_SCREEN=true
failed
$ gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/suspend false
$ gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/blank_screen false
$ gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/hibernate false

[Code]...

View 1 Replies View Related

General :: Can Bash Check If Screensaver Is Running

Nov 13, 2010

I have a bash script that messages the user periodically. Is there any way in the script to check if the screensaver is running, so the script doesn't spam messages while the user is away? The xscreensaver process is always running in the background, I've noticed.

View 5 Replies View Related

General :: Screensaver Causes Computer To Freeze In Fedora 12

Apr 3, 2010

It's happened twice. I've come back to my computer after a couple of hours and the screen is black, but it responds to nothing, so I just power it off.

View 1 Replies View Related

General :: Is It Safe To Lock The Screen With The Gnome-screensaver?

Mar 8, 2011

USB driver bug exposed as "Linux plug&pwn" or this link.Two choices [GNOME, Fedora 14]:

1 - use the gnome-screensaver

2 - use the "switch user" function [gnome menu -> log out -> switch user]

So the question is: which one is the safer method to lock the screen, if a user leaves the pc? Is it true, that using the [2] method is safer?Why do i think this? - The gnome-screensaver is just a "process", it could be killed. But if you use the log out/switch user function, it's "something else". Using the "switch user" function, could there be a problem like with the gnome-screensaver? Could someone "kill a process" and presto...the lock is removed?Could the GDM [??] "login windows process" [e.g.: a picture of it] get killed and the "lock" gets owned?

p.s.: if the [2] method is safer, then how can i put an icon on the GNOME panel, to launch the "switch user" action by 1 click?

View 1 Replies View Related

General :: Video Prevent Screensaver When Flash Is Running

Apr 6, 2011

I apologize if this is the wrong place to ask, or if this has been asked before, but it has been bugging me for some time and I have not had any luck with it. I imagine that my problem is not unique to my circumstances, but here goes.I am running Arch Linux, and quite frequently watch videos, particularly flash, in fullscreen. However, eventually, the screensaver appears, and starts dimming the screen. I have the screensaver set to run whenever the computer is 'idle'. Does anyone know a way to either.Stop the screensaver from appearing when in a flash video or watching other video?Stop the screensaver from appearing when a flash video or normal video is full-screened? Heck, even..Let the screensaver know that my machine is not idle when watching flash.

View 1 Replies View Related

General :: Use A Screensaver Or Some Other Animated File To Be Set As The Desktop Wallpaper

Apr 26, 2011

I was wondering if it was possible to use a screensaver or some other animated file to be set as the Desktop wallpaper.

View 2 Replies View Related

General :: How To Disable People From Changing Screensaver Time

Oct 25, 2010

Running RHEL5 and because of the environment that we are in we have to disable the users being able to change the screen saver. I have tried using the gconf-editor to see if I can disable it but don't know if that is the correct way of doing it. I also looked in /etc/xdg/menus and really don't want to miss with that.

View 2 Replies View Related

General :: Setting System Defaults Screensaver Gnome?

Feb 15, 2010

what file do you set the defaults in? I want to set all my users to use a blank screensaver and a time out of 20min. password required. Have been looking all over the place for a valid config file I can edit and the syntax for it. I should also mention I want these to be default for all user that CANNOT be changed except by root. Red Hat running gnome in my case.

View 11 Replies View Related

General :: Create An External SSL Wrapper/tunnel Page For An Insecure Webpage Behind A Firewall?

Mar 14, 2011

I have an security cam with a built-in webpage inside my home network. That camera is using basic HTTP authentication instead of SSL. I want to be able to access the camera's webpage from outside my network, but I don't want to open an unencrypted video stream to the outside world. Right now, I'm doing some cumbersome ssh tunneling where I bounce off an ssh server like: ssh -N -L 9090:[URl]..and then I connect to my web page like: http://localhost:9090

But this is a pain. Now, gentle reader, I beseech you to tell me how I can use linux (Ubuntu) to get a fully encrypted SSL connection to my internal web page without the hassle of creating an ssh tunnel each time. I believe I can use stunnel, but I'm not sure of the command.

View 1 Replies View Related

General :: Error In Squid Proxy Access - Internet Explorer Cannot Display The Webpage

May 31, 2011

I am using Squid Server from last 5years. There is a site "http://www.firstflight.net", which was accessible before few days but now I am unable to access this site. If I use IE8 then getting below error:

"Internet Explorer cannot display the webpage"

Or using Google chrome getting error:

"This webpage is not available The webpage at http://www.firstflight.net/ might be temporarily down or it may have moved permanently to a new web address. Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error."

But other sites are working fine..

View 3 Replies View Related

General :: Wake From Screensaver Directly To The Login Screen In Ubuntu?

Mar 16, 2010

I've got Ubuntu 9.10 with a user account for my wife, and one for myself. "Wake-from-screensaver" should result in "choose user" without having to enter any password. I know how to do that in Windows, but I'm not good with Linux (yet). get past the login screen without passwords (after booting, and after choosing "switch user"), but once the screensaver kicks in and I wake it up again, the system does not present the "choose user" screen. Instead, it either turns off the screensaver and presents the desktop of the most recent user, or (if the screensaver is set to lock the screen) prompt for the user's password (which can be handily surpassed by clicking the "switch user" button and choosing the same user again). So, the login ("choose user") screen has been dealt with. How do I make the (any) screensaver return to the login screen at wake, rather than to the current user's desktop? Windows can do this, I'm sure Linux can too - but how?

View 2 Replies View Related

General :: KDE Panel/system Tray Applet To Disable Screensaver?

Apr 18, 2010

I've just returned to KDE after a long absence, and am wondering if there is a panel, system tray, or similar applet to disable/enable the screensaver. I know I can go into system settings, but what I'm after is something that's one click. It's for when I'm watching stuff like iplayer.

View 3 Replies View Related

General :: Webmin Error: Unable To Open A Webpage Even Though Virtual Server In Apache Is Added

Aug 2, 2010

I tried creating a virtual server in apache and it got created successfully. (I also added a zone in dns for that domain successfully) However, when I try opening that domain in my browser, I see a popup window which asks me what to do with "default" which is a php file type.

I dont see the index.php which should actually open. What do I do to make the php files display correctly?

View 2 Replies View Related

General :: Automatically Set Screensaver Activation Back At 30 Minutes Each Time The Normal Screen Is Reactivated?

Mar 16, 2011

I'm running Fedora 14 and set the screensaver (in System>Preferences on the Gnome GUI) to activate after the computer is idle for 30 minutes. After the screensaver is activated, and a press a key or the mouse, the screen is back to normal -- no problem.After the screensaver has been activated once, however, it comes back on very quickly -- usually in 2 or 3 minutes if the computer is idle. The only way I have found to correct this (and set activation back at 30 minutes again) is to log out and back in again.How can I correct this, and automatically set screensaver activation back at 30 minutes each time the normal screen is reactivated?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved