Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Re: Yet Another Cleaner - v3 (yacleaner-0.3) UPDATED AGAIN!

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
132 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
Author
Message
deadeyes
Tux's lil' helper
Tux's lil' helper
Posts: 83
Joined: Fri May 25, 2007 6:59 pm

  • Quote

Post by deadeyes » Thu Aug 30, 2007 9:13 pm

same here:)
Top
Sno
n00b
n00b
Posts: 29
Joined: Mon Mar 07, 2005 11:39 am

  • Quote

Post by Sno » Tue Sep 18, 2007 2:59 am

yacleaner-0.5 With GladRags update

http://phpfi.com/263499?download
Top
GladRags
n00b
n00b
Posts: 15
Joined: Tue Jul 11, 2006 6:57 pm

One more update

  • Quote

Post by GladRags » Thu Apr 29, 2010 2:51 pm

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: Select all

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
}
Top
loftwyr
l33t
l33t
User avatar
Posts: 970
Joined: Wed Dec 29, 2004 2:51 am
Location: 43°38'23.62"N 79°27'8.60"W

  • Quote

Post by loftwyr » Thu Apr 29, 2010 3:09 pm

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.
Top
GladRags
n00b
n00b
Posts: 15
Joined: Tue Jul 11, 2006 6:57 pm

  • Quote

Post by GladRags » Fri Apr 30, 2010 12:29 am

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/mymxzilkm ... 0.6beta.sh
Top
el_Salmon
Guru
Guru
User avatar
Posts: 339
Joined: Mon Dec 15, 2003 10:49 pm
Location: Around 2.4GHz
Contact:
Contact el_Salmon
Website

  • Quote

Post by el_Salmon » Sun May 02, 2010 4:44 pm

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/mymxzilkm ... 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)
Top
helenetoile
n00b
n00b
Posts: 1
Joined: Mon Oct 21, 2013 3:38 am

Yac

  • Quote

Post by helenetoile » Mon Oct 21, 2013 3:52 am

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?
Top
Post Reply

132 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic