You are not logged in.
All of a sudden, all my file associations are gone. For video files, documents, everything. I also cannot assign a default association. What do I do......
Mobo:Gigabyte Technology Co., Ltd. GA-P35-DS4 Rev. 2.0 // Processor:Intel(R) Core(TM)2 Quad CPU Q6600 @ 3 GHz
Memory:Crucial Ballistix PC2-8500 (DDR2-1066) 2046MB RAM
Video Card: MSI NVIDIA GeForce 8800 GTS 512 (G92) 730mhz Sound Card: ASUS Xonar Essence STX Headphones: Sennheiser HD555
Openbox & PyPanel
Offline
All of a sudden, all my file associations are gone. For video files, documents, everything. I also cannot assign a default association. What do I do......
either downgrade shared-mime-info, upgrade pcmanfm to 0.4.5 via abs, or wait for it to be updated
Last edited by pressh (2008-06-29 20:10:40)
Offline
Not only in PCManFM, many people with the same, see this: http://bbs.archlinux.org/viewtopic.php?id=50667
Good luck! o/
Offline
..., upgrade pcmanfm to 0.4.5 via abs, ...
Works fine here. Thanks.
Edited pkgbuild ->
# $Id: PKGBUILD,v 1.12 2008/06/20 07:00:14 pressh Exp $
# Maintainer: Alexander Fehr <pizzapunk gmail com>
pkgname=pcmanfm
pkgver=0.4.5
pkgrel=2
pkgdesc="Lightweight file manager which features tabbed browsing"
arch=('i686' 'x86_64')
url="http://pcmanfm.sourceforge.net/"
license=('GPL')
groups=('lxde')
depends=('gtk2' 'hal' 'fam' 'startup-notification'
'shared-mime-info' 'desktop-file-utils')
install=pcmanfm.install
source=(http://downloads.sourceforge.net/pcmanfm/pcmanfm-$pkgver.tar.gz)
md5sums=('90d899f038d15df35fc4be2a262b1769')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$pkgdir install || return 1
}
Last edited by muunleit (2008-06-29 22:10:14)
"The mind can make a heaven out of hell or a hell out of heaven" -- John Milton
Offline
Did Syu and got it fixed... its all updated
thanks
Last edited by ronandi (2008-07-05 02:48:26)
Mobo:Gigabyte Technology Co., Ltd. GA-P35-DS4 Rev. 2.0 // Processor:Intel(R) Core(TM)2 Quad CPU Q6600 @ 3 GHz
Memory:Crucial Ballistix PC2-8500 (DDR2-1066) 2046MB RAM
Video Card: MSI NVIDIA GeForce 8800 GTS 512 (G92) 730mhz Sound Card: ASUS Xonar Essence STX Headphones: Sennheiser HD555
Openbox & PyPanel
Offline