[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sheflug] Windowmaker Menu Problem
Hi
Got a problem with generating menus in my /~home directory. If I
login as root I find that all of my applications are there on the
drop down menu but as a user I have no access to the Windowmaker menu
for launching applications.
Using Debian Woody on a laptop.
How can I tell Windowmaker to re-generate my applications menu on my
desktop as a user ?
--
Thanks
Richard
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.
#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
while (<>){
$_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
print unless /^Delivered-To:/i ;
}