You are not logged in.

#1 2006-07-30 03:26:29

mallow005
Member
Registered: 2006-07-11
Posts: 20

Change icons in pcmanfm [Solved]

Hello everyone,

I installed pcmanfm but I'm trying to get rid of the gnome default icons. If I go into preferences, it only sees "gnome" for icons. If I change it in my gtkrc-2.0 (gtk-icon-theme-name="Tango") it has no effect after restarting. Does anyone know what I have to do to change icons in it?

Offline

#2 2006-07-30 05:35:54

syd
Member
From: Auckland, NZ
Registered: 2006-01-22
Posts: 155

Re: Change icons in pcmanfm [Solved]

It uses gnome-icon-themes so you should be able to change it some how. I just tryed changing my ~/.gtkrc-2.0 and that didnt work.

Offline

#3 2006-07-30 07:18:13

ingvildr
Member
From: Brighton, England
Registered: 2005-04-19
Posts: 203

Re: Change icons in pcmanfm [Solved]

i had the same problem with 0.2.4 so either go back to 0.2.3 or use the new beta.

Offline

#4 2006-07-30 09:35:24

syd
Member
From: Auckland, NZ
Registered: 2006-01-22
Posts: 155

Re: Change icons in pcmanfm [Solved]

The beta works.
pkgname=pcmanfm
pkgver=0.3.0
pkgrel=beta
pkgdesc="An extremely fast and lightweight file manager which features tabbed browsing and user-friendly interface"
url="http://pcmanfm.sourceforge.net/"
depends=('gtk2' 'cairo' 'shared-mime-info' 'fam' 'gnome-icon-theme')
makedepends=('pkgconfig')
license="GPL"
source=(http://heanet.dl.sourceforge.net/pcmanfm/${pkgname}-${pkgver}-beta.tar.gz)

build() {
    cd $startdir/src/${pkgname}-$pkgver-$pkgrel
    sh configure --prefix=/usr   
    make || return 1
    make DESTDIR=$startdir/pkg install
}

Offline

#5 2006-07-30 18:52:15

detto
Member
Registered: 2006-01-23
Posts: 510

Re: Change icons in pcmanfm [Solved]

well, a simple method would be to close pcmanfm, then open your .pcmanfm/main file and edit the thing from gnome to Tango. simple as that roll

Offline

#6 2006-07-30 19:37:28

mallow005
Member
Registered: 2006-07-11
Posts: 20

Re: Change icons in pcmanfm [Solved]

Can you tell me the line to put in there? I tried that before but all I see is this:

[General]
showSidePane=1
[Window]
width=640
height=480
splitterPos=211

Offline

#7 2006-07-30 20:51:48

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Change icons in pcmanfm [Solved]

[General]
iconTheme=Tango
terminal=aterm
[Window]
width=724
height=413
splitterPos=160

HTH


Mr Green

Offline

#8 2006-07-31 00:49:51

mallow005
Member
Registered: 2006-07-11
Posts: 20

Re: Change icons in pcmanfm [Solved]

I tried editing main to set the iconTheme to Tango and it did not work. I installed the beta 3.0 and it still doesn't work. I tried through preferences and through the main file. If I change it manually in the main file, in the preferences dialogue it comes up as blank and only "gnome" is an option.

I have Tango icons and tango icons extras installed and verified in my /usr/share/icons.

Offline

#9 2006-07-31 06:37:29

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: Change icons in pcmanfm [Solved]

I stick any icons I download in .icons in my /home/<user> dir.

easy to try 'em out first that way....


Mr Green

Offline

#10 2006-07-31 10:58:25

syd
Member
From: Auckland, NZ
Registered: 2006-01-22
Posts: 155

Re: Change icons in pcmanfm [Solved]

If you change the icons through ~/.gtkrc-2.0 with version 0.3-beta it works fine. Just copy your icons into ~/.icons

Offline

#11 2006-07-31 11:35:50

detto
Member
Registered: 2006-01-23
Posts: 510

Re: Change icons in pcmanfm [Solved]

mallow, makr definitely sure pcmanfm isnt running BEFORE/WHEN u open your .pcmanfm/main file. roll  wink

Offline

#12 2006-07-31 17:27:48

mallow005
Member
Registered: 2006-07-11
Posts: 20

Re: Change icons in pcmanfm [Solved]

Yes, I know. It doesn't work if I change the main file and the option doesn't show under preferences.

Changing .gtkrc-2.0 works now. Solved!

Offline

Board footer

Powered by FluxBB