Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Re: Yet Another Cleaner - v3 (yacleaner-0.3) UPDATED AGAIN!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
deadeyes
Tux's lil' helper
Tux's lil' helper


Joined: 25 May 2007
Posts: 83

PostPosted: Thu Aug 30, 2007 9:13 pm    Post subject: Reply with quote

same here:)
Back to top
View user's profile Send private message
Sno
n00b
n00b


Joined: 07 Mar 2005
Posts: 29

PostPosted: Tue Sep 18, 2007 2:59 am    Post subject: Reply with quote

yacleaner-0.5 With GladRags update

http://phpfi.com/263499?download
Back to top
View user's profile Send private message
GladRags
n00b
n00b


Joined: 11 Jul 2006
Posts: 15

PostPosted: Thu Apr 29, 2010 2:51 pm    Post subject: One more update Reply with quote

Some packages do not create a SRC_URI file in /var/db and hence their files are not picked correctly. Here is another update to fix this.
Code:

i_dist() {
  set_ifs
  echo $dbpkg_files | \
  while read db
  do
    for N_portage_dirs in ${!portage_dirs[@]}
    do
      for file in `cat ${portage_dirs[$N_portage_dirs]}/${db/-[0-9]*/}/Manifest 2>/dev/null | grep DIST | awk ' BEGIN { ORS=" "  } { print $2 } '`
      do
        if [ -e ${portage_db}/${db}/SRC_URI ]
        then
            grep $file ${portage_db}/${db}/SRC_URI >/dev/null 2>&1
            if [ $? -eq 0 ]; then
                echo $db ${portage_db}/${db}/SRC_URI $file
            fi
        else
#           Some packages do not create SRC_URI
            if [ -e ${portage_db}/${db}/environment.bz2 ]
            then
                bunzip2 <${portage_db}/${db}/environment.bz2 | grep $file >/dev/null 2>&1
                if [ $? -eq 0 ]; then
                    echo $db ${portage_db}/${db}/environment.bz2 $file
                fi
            fi
        fi
      done
    done
  done | \
  awk '{print $3}'
  reset_ifs
}
Back to top
View user's profile Send private message
loftwyr
l33t
l33t


Joined: 29 Dec 2004
Posts: 970
Location: 43°38'23.62"N 79°27'8.60"W

PostPosted: Thu Apr 29, 2010 3:09 pm    Post subject: Reply with quote

You maybe a little late with that update as all the links on the first page are dead.

Are you taking over maintenance? If so, where can we get the full package?
_________________
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Back to top
View user's profile Send private message
GladRags
n00b
n00b


Joined: 11 Jul 2006
Posts: 15

PostPosted: Fri Apr 30, 2010 12:29 am    Post subject: Reply with quote

loftwyr wrote:
You maybe a little late with that update as all the links on the first page are dead.

Are you taking over maintenance? If so, where can we get the full package?


I am sorry to find that out. I haven't been maintaining this, I use it to clean files and I worked on it initially when I found it wasn't working and now again when I found out that it was deleting x11-driver files every time I ran it.

Anyways, here is a link to the current version that I have. http://www.mediafire.com/file/mymxzilkmjj/gentoo-yacleaner-0.6beta.sh
Back to top
View user's profile Send private message
el_Salmon
Guru
Guru


Joined: 15 Dec 2003
Posts: 339
Location: Around 2.4GHz

PostPosted: Sun May 02, 2010 4:44 pm    Post subject: Reply with quote

GladRags wrote:
loftwyr wrote:
You maybe a little late with that update as all the links on the first page are dead.

Are you taking over maintenance? If so, where can we get the full package?


I am sorry to find that out. I haven't been maintaining this, I use it to clean files and I worked on it initially when I found it wasn't working and now again when I found out that it was deleting x11-driver files every time I ran it.

Anyways, here is a link to the current version that I have. http://www.mediafire.com/file/mymxzilkmjj/gentoo-yacleaner-0.6beta.sh


It would be a great idea to upload your version to Github. It's very easy to use.
_________________
Linux Proud User: HP Pavilion 15-an002ns laptop (KDE Neon), Xiaomi Mi Air 12 (KDE Neon), Raspberry Pi 3 (Nextcloudpi), Docooler MS9 Pro (LibreElec)
Back to top
View user's profile Send private message
helenetoile
n00b
n00b


Joined: 21 Oct 2013
Posts: 1

PostPosted: Mon Oct 21, 2013 3:52 am    Post subject: Yac Reply with quote

YAC (yet another cleaner) has changed the way my browsers work. They will no longer save sessions. Nor can I modify the homepage, which has been locked to google -- even though I have manually unlocked it in YAC.

In addition, it neither tells you exactly what it is deleting from sensitive places on your computer; what exactly it classifies as "junks" (browsing history!!, to name one); nor does it back up what it has deleted in case you decide you need it.

I have just uninstalled -- and I am sorry I used this software to begin with.

How do I make certain that all components have been uninstalled?
How do I get my browsers to work normally again?
How do I find out what other necessary information it has deleted from my system?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6
Page 6 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot 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