LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] More on Opposite of CAT >>

[ILUG] More on Opposite of CAT >>

Mark Finlay sisob at eircom.net
Mon Jun 10 23:11:57 IST 2002


Home grown solutions are the best, here's what I did:

#!/usr/bin/perl

#---------------------------------------------------------------------------------------
# Find out which numerical id's the 2 items have been given by gnome
#---------------------------------------------------------------------------------------
$i = 0;
open(SVERSION, $ENV{'HOME'} . "/.gnome/session-manual") or die "Cannot
open ~/.sversionrc";

while ($line = <SVERSION>)
{

if ($line =~ /^(.+?),.+?ooqstart.+?$/)
    {
        #print "ooqstart found in item " . $1 . "\n"; #for debugging
	$i = $i + 1;
	$remove[$i] = $1;

   }

}
close (SVERSION);

#---------------------------------------------------------------------------------------
# remove matching patterns of correct numerical id
#---------------------------------------------------------------------------------------

open(SVERSION, $ENV{'HOME'} . "/.gnome/session-manual") or die "Cannot
open ~/.sversionrc";

while ($line = <SVERSION>)
{
    if ($line !~ /^$remove[1].+?$/ && $line !~ /^$remove[2].+?$/)
    {
	print $line;
    }
}
close (SVERSION);


________________

It's called with the following

#!/bin/bash
/usr/share/evolvedoo/quninstall.pl > ~/.gnome/session-temp
cp -f ~/.gnome/session-temp ~/.gnome/session-manual
rm -f ~/.gnome/session-temp


:) sucess - it's bullet-proof

-- 
Mark Finlay
"sisob's linux eXPerience"
http://sisob.dyndns.org
Registered Linux User: #243436





More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell