Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Need App to display changing message on user's desktop

 
   Linux (Home) -> Genreal Discussions RSS
Next:  [News] [Rival] ODF Wins in Norway  
Author Message
semi-ambivalent

External


Since: Oct 23, 2009
Posts: 1



(Msg. 1) Posted: Fri Oct 23, 2009 12:54 pm
Post subject: Need App to display changing message on user's desktop
Archived from groups: comp>os>linux>misc (more info?)

I've been trying to find an app that will run on a user's desktop and
display the contents of a text file that lives on a server. These
users are LTSP client machines running a fluxbox GUI desktop. Message
display in a movable window would be great but might be able to use a
crawler, or ticker tape type of app. This would run on an Ubuntu
(Jaunty) server.

Thanks!,

sa
Back to top
Login to vote
Robert Heller

External


Since: Jan 06, 2005
Posts: 160



(Msg. 2) Posted: Fri Oct 23, 2009 3:47 pm
Post subject: Re: Need App to display changing message on user's desktop [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

At Fri, 23 Oct 2009 12:54:35 -0700 (PDT) semi-ambivalent <thefronny RemoveThis @gmail.com> wrote:

>
> I've been trying to find an app that will run on a user's desktop and
> display the contents of a text file that lives on a server. These
> users are LTSP client machines running a fluxbox GUI desktop. Message
> display in a movable window would be great but might be able to use a
> crawler, or ticker tape type of app. This would run on an Ubuntu
> (Jaunty) server.
>
> Thanks!,

------Begin simple application---------
#!/usr/bin/wish

# Set the filename here:
global file
set file "/usr/local/etc/messagefile"

message .message
pack .message -fill both -expand yes

proc GetMessage {} {
global file

if {![catch {open $file r} fp]} {
.message configure -text [read $fp]
close $fp
}
after 20000 GetMessage
}

after 20000 GetMessage
------End simple application---------

You'll need tcl and tk installed. This application rereads the message
file every 20 seconds (20000 miliseconds).

Assumes the LTSP client machines are running apps on the server itself
(this is the usual arrangement).

>
> sa
>

--
Robert Heller -- 978-544-6933
Deepwoods Software -- Download the Model Railroad System
http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
heller RemoveThis @deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
Back to top
Login to vote
John Hasler

External


Since: Sep 17, 2009
Posts: 8



(Msg. 3) Posted: Fri Oct 23, 2009 4:15 pm
Post subject: Re: Need App to display changing message on user's desktop [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

emi-ambivalent wrote:
> I've been trying to find an app that will run on a user's desktop and
> display the contents of a text file that lives on a server.

"tail -f 2>/dev/null" in an xterm.
--
John Hasler
jhasler.RemoveThis@newsguy.com
Dancing Horse Hill
Elmwood, WI USA
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Changing what my desktop shows - Hi everyone, I just want to know this out of intrest. How do i make my desktop show my home folder and not ~/Desktop folder? Can anyone help me? Thanks in advance

Advice as to which distro for both Desktop and Servers for.. - I am a relative newbie to Linux, but a long time user of windows I started with release 1.03. I also have nearly 40yrs in IT (programmer, architect and DBA). I have several machines typically 512 Mb memory, AMD Athlon XP processor and nVidia Graphics...

DISPLAY=:0.0 works but DISPLAY=hostname:0.0 does not - I am running Linux (RHEL 4); if I run "xhost +", then "DISPLAY=:0.0", I can bring up an X application (e.g. "xterm"). However, if set DISPLAY=myhostname:0.0, I cannot. I have tried editing /etc/hosts so myhostname is an ali...

F7 Gnome desktop "Desktop" directory? - On my Fedora7 system using the Gnome desktop, I committed the rather dramatic mistake of removing the empty directory "Desktop" from my home directory, thus causing every single file and directory from my home directory to appear as icons on my...

changing dir - Hi, i am trying to do this. cd0 is the shell script i want and whrn it type cd0 abc from a terminal it should go to /A0/B0/abc/C0. Rgds, Sreenath.
       Linux (Home) -> Genreal Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact