You are not logged in.

#1 2011-12-26 23:50:07

solar impulse
Member
From: Out in space.
Registered: 2011-12-24
Posts: 22

How do I delete all traces of a package? [SOLVED]

I had installed yakuake, and in an effort to make the theme all-transparent (as in no visible borders, etc) I managed to change the theme to show only a small line at the bottom.

I realized that I had gotten rid of the button to open the settings for shortcuts, etc. I tried uninstalling with

pacman -Rns yakuake

but when I reinstall, all the previous settings are still there.

I searched around usr/share/apps/yakuake/skins/, but the theme that I installed is not saved there, it is saved somewhere else. How can I delete all data associated with yakuake so I can reinstall it and have the default settings?

Last edited by solar impulse (2011-12-27 00:35:05)


Arch | Xmonad

Offline

#2 2011-12-26 23:52:17

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: How do I delete all traces of a package? [SOLVED]

Look in your $HOME. ~/.yakuake, perhaps.

Offline

#3 2011-12-26 23:54:46

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: How do I delete all traces of a package? [SOLVED]

pacman -Ql yakuake

Will display all files in the package.  It is likely, however, that the file you are looking for is a user config file either a 'dot file' in ~ or in ~/.config somewhere.  The location should be listed in yakuake's man page.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#4 2011-12-27 00:10:35

solar impulse
Member
From: Out in space.
Registered: 2011-12-24
Posts: 22

Re: How do I delete all traces of a package? [SOLVED]

falconindy wrote:

Look in your $HOME. ~/.yakuake, perhaps.

I looked all through the list here:
http://www.archlinux.org/packages/extra … ake/files/
but there's not much else other than three default themes and some /locale stuff


Arch | Xmonad

Offline

#5 2011-12-27 00:14:25

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How do I delete all traces of a package? [SOLVED]

These files are removed with 'pacman -Rns yakuake'. Run updatedb and search for stuff with 'yakuake' in the name.

Offline

#6 2011-12-27 00:20:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: How do I delete all traces of a package? [SOLVED]

pacman -Rsn doesn't remove files from /home

I know because I removed an app yesterday and the dotfiles are still there...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2011-12-27 00:22:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How do I delete all traces of a package? [SOLVED]

jasonwryan wrote:

pacman -Rsn doesn't remove files from /home

I know because I removed an app yesterday and the dotfiles are still there...

Yup, but are these files listed in 'pacman -Ql foo'?

Offline

#8 2011-12-27 00:23:29

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,671

Re: How do I delete all traces of a package? [SOLVED]

The config is stored in the same place as all other kde apps

~/.kde4/share/config/yakuakerc

Edit: fixed typo

Last edited by skunktrader (2011-12-27 00:34:30)

Offline

#9 2011-12-27 00:27:04

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: How do I delete all traces of a package? [SOLVED]

karol wrote:
jasonwryan wrote:

pacman -Rsn doesn't remove files from /home

I know because I removed an app yesterday and the dotfiles are still there...

Yup, but are these files listed in 'pacman -Ql foo'?

No. Ridiculous. pacman will never install anything to /home.

Offline

#10 2011-12-27 00:27:13

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: How do I delete all traces of a package? [SOLVED]

karol wrote:
jasonwryan wrote:

pacman -Rsn doesn't remove files from /home

I know because I removed an app yesterday and the dotfiles are still there...

Yup, but are these files listed in 'pacman -Ql foo'?

Who knows/cares? The package is gone. smile

My point remains, pacman doesn't fiddle with /home...


# edit: beaten by the sinister looking cat.

Last edited by jasonwryan (2011-12-27 00:28:39)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#11 2011-12-27 00:34:40

solar impulse
Member
From: Out in space.
Registered: 2011-12-24
Posts: 22

Re: How do I delete all traces of a package? [SOLVED]

skunktrader wrote:

The config is stored in the same place as all other kde apps

~/.kde/share/config/yakuakerc

It worked! I deleted the directory and then reinstalled the package.


Thanks guys


Arch | Xmonad

Offline

Board footer

Powered by FluxBB