---------------------我的archlinux问题集及解决

其他Linux/Unix/BSD/OSX等发行版讨论
回复
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#77

帖子 spectater » 2010-01-23 22:08

pps可看了, aur上的git版本有问题,要换成非git版本

代码: 全选

yaourt -S totem-pps libppswrapper plugins-pps 
libpps需要破解:

libpps原版下载地址
http://dl-sh-ocn-4.pchome.net/0r/lu/rel ... ubuntu.tgz
libpps破解下载:
download/file.php?id=92976

安装libpps原版后,解压破解包,破解方法为:

代码: 全选

tar xpvf pps.tar.gz
cd pps
sudo cp libppsapi.so.0.1.779 /usr/lib
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#78

帖子 spectater » 2010-02-09 14:42

spectater 写了:pps可看了, aur上的git版本有问题,要换成非git版本

代码: 全选

yaourt -S totem-pps libppswrapper plugins-pps 
libpps需要破解:

libpps原版下载地址
http://dl-sh-ocn-4.pchome.net/0r/lu/rel ... ubuntu.tgz
libpps破解下载:
download/file.php?id=92976

安装libpps原版后,解压破解包,破解方法为:

代码: 全选

tar xpvf pps.tar.gz
cd pps
sudo cp libppsapi.so.0.1.779 /usr/lib

又有杯具发生, pps不能用了

安装

gst版的pps 和libpps_0.1.940 搞定

代码: 全选

yaourt -S totem-pps-git  gst-plugins-pps-git   libppswrapper-git   libppswrapper-git
libpps_0.1.940 下载ubuntu ppa源中的解开即可

dpkg可从aur中安装

代码: 全选

sudo dpkg -X libpps_0.1.940-0.1_i386.deb /
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#79

帖子 spectater » 2010-02-09 14:56

又有杯具,只要运行vbox,arch就会死机。

正在升级中。
头像
karllv
帖子: 632
注册时间: 2008-12-04 17:23

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#80

帖子 karllv » 2010-02-09 16:04

spectater 写了:又有杯具,只要运行vbox,arch就会死机。

正在升级中。
vbox不是要添加用户组吗?
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#81

帖子 spectater » 2010-02-09 19:48

spectater 写了:又有杯具,只要运行vbox,arch就会死机。

正在升级中。
升级后重装virtualbox 后ok

代码: 全选

yaourt -S virtualbox_bin
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#82

帖子 spectater » 2010-02-19 11:15

arch又有杯具发生,升级不成

代码: 全选

错误:无法准备事务处理 (无法满足依赖关系)
:: kdelibs: 要求 phonon
解决:

代码: 全选

sudo pacman -Sy --asdeps qt
sudo pacman -Su
http://bbs.archlinux.org/viewtopic.php?id=90629
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#83

帖子 spectater » 2010-02-21 18:46

arch 升级后,又有杯具发生,qt程序,比方说skype, 中文全部不显示了
The usage of bitmap fonts like terminus will be broken when using the
proprietary nvidia driver.
上次由 spectater 在 2010-02-21 18:56,总共编辑 1 次。
头像
qkbeyond
帖子: 1486
注册时间: 2010-01-03 12:38
来自: 你他妈找死啊
联系:

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#84

帖子 qkbeyond » 2010-02-21 18:49

感谢 leeaman
  • 我希望我的心上人也能理解这一点,这一切的开始并不是为了什么价值、责任、过去或是未来,这一切甚至不是为了现在,这一切只是源于passion。
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#86

帖子 spectater » 2010-02-21 20:18

spectater 写了:arch 升级后,又有杯具发生,qt程序,比方说skype, 中文全部不显示了
The usage of bitmap fonts like terminus will be broken when using the
proprietary nvidia driver.

没找到解决办法,临时解决方法:

运行skype, 这时的字体肯定不正常,不用管它



再运行一下

代码: 全选

 qtconfig 
qtconfig中改一下字体大小,保存退出即可

实际上保存不了。临时解决skype之类的qt程序无法显示中文的问题

升级后,skpye有这问题,但opera却没有问题。
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的arch问题集及解决,时刻更新中................................感谢 leeaman

#87

帖子 spectater » 2010-02-21 20:58

升级后,skype中文显示的问题,

折腾了几下,好久没用过opera , 今天运行opera提示没有 libpng12

代码: 全选

yaourt -S  libpng12
这样处理后运行正常,但opera还是像原来一样,画面看上去很惨淡。画面惨淡是我近两年都没用opera的原因,我用firefox, 一直没功夫折腾opera,莫名其妙居然一直都保留了opera


然后我在源中找了一下,安装了opera-snapshot,系统自动删除了那个什么 qt4中国版的opera (opera-china-qt4 aur中的东东) 这样处理后,几年都没正常过的opera 居然就正常了。

然后安装了源中静态版的skype, 它自动删除了非静态版的skype

代码: 全选

sudo pacman -S skype-staticqt 
补充一下,都是arch法国源中的东西

这样处理后,skype中文显示就正常了

至于升级后非静态版skype中文显示不正常的真正原因,不清楚,网上这方面的讨论很少,似乎出问题的也很少,估计会不了了之。
dinnerlove
帖子: 2
注册时间: 2010-01-22 0:28

Re: 我的archlinux问题集及解决

#88

帖子 dinnerlove » 2010-04-21 14:19

:em20 好复杂阿。。。
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的archlinux问题集及解决

#89

帖子 spectater » 2010-04-21 22:18

前天升级后,发现cairo-dock用不了, 编译也不能通过

今天 -Syu, 只升级了gtkglext-1.2.0-5 这个包,cairo-dock可以编译通过,也可以用了。

但这次升级,geidt又出问题,双击内容为空的文本文件,gedit一定会崩溃。
头像
spectater
帖子: 665
注册时间: 2008-02-03 18:53

Re: 我的archlinux问题集及解决

#90

帖子 spectater » 2010-04-21 22:50

我的aur好久没升级了今天顺便把aur中的软件包全部进行了升级

代码: 全选

yaourt -Sybu --aur

代码: 全选


acroread-chs: up to date
aircrack-ng: not found on AUR
airsnort: not found on AUR
amsn: not found on AUR
amule-dlp: up to date
amule-gnome-support: up to date
aqpm: 1.3.3.2-1 => 1.3.3.4-1
arch-backup: not found on AUR
archlinux-themes-gdm: not found on AUR
aurup: up to date
avant-window-navigator: not found on AUR
bcm43xx-fwcutter: not found on AUR
beautiful-soup: not found on AUR
blueman: not found on AUR
bluemote: 2.0-5 => 2.0-6
bwidget: not found on AUR
byzanz: up to date (0.1.1-2 flagged as out of date)
cairo-dock: up to date
cairo-dock-plug-ins: up to date
cairo-dock-themes: up to date
ccsm: not found on AUR
chmsee: 1.0.7-1 => 1.1.0-2
chromium-browser-bin:  (local=39712-1 aur=LATEST-18)
chromium-codecs-ffmpeg-nonfree-bin: 37593-1 => 44840-1
compiz-bcop: not found on AUR
compiz-core: not found on AUR
compiz-decorator-gtk: not found on AUR
compiz-fusion-plugins-extra: not found on AUR
compiz-fusion-plugins-main: not found on AUR
compiz-manager: not found on AUR
compizconfig-backend-gconf: not found on AUR
compizconfig-backend-kconfig: not found on AUR
compizconfig-python: not found on AUR
confuse: not found on AUR
cpu-g: up to date
csup: not found on AUR
ddcxinfo-arch: up to date
debian-gdm-themes: up to date
docutils: not found on AUR
dpkg: 1.14.25-3 => 1.14.28-3
dropbox: 0.7.2-1 => 0.7.110-2
dsniff: not found on AUR
dynamite: not found on AUR
eel: not found on AUR
emerald: not found on AUR
emerald-themes: not found on AUR
emesene: not found on AUR
espeak: not found on AUR
fedora-icon-theme: 1.0.0-4 => 1.0.0-6
fusion-icon: not found on AUR
gcc-gcj: 4.3.3-1 => 4.4.3-2
gcc34: up to date
gecko-mediaplayer: not found on AUR
gjdoc: up to date
glitz: not found on AUR
gmlive: 0.22.2-1 => 0.22.2-3
gnochm: not found on AUR
gnome-commander: not found on AUR
gnome-compiz-manager: up to date
gnome-mplayer: not found on AUR
gnome-system-tools: not found on AUR
gnome-theme-ubuntu-sunrise: 2.1.2-1 => 2.2.3-1
gnomebaker: up to date
gps: 1.1.0-1 => 1.1.0-2
griffith: not found on AUR
gsmartcontrol: not found on AUR
gssdp: 0.7.0-1 => 0.7.2-1
gst-plugins-pps-git:  (local=20100416-1 aur=20100407-1)
gst-plugins-sopcast-git: 20090923-1 => 20090928-1
gtk-aurora-engine: not found on AUR
gtk-bluecurve-engine: up to date
gtk-elegant-aurora-theme: up to date
gtk-engine-murrine: not found on AUR
gtk-engine-pixbuf: up to date
gtk-murrine-arch-theme: up to date
gtk-rezlooks-engine: not found on AUR
gtk-theme-osx-tiger: up to date
gtk-theme-overglossed: up to date
gtk-theme-shiki-colors: 4.5-1 => 4.6-1
gtk2-theme-neutronium: up to date
gtk2-theme-slickness: up to date
gupnp: 0.13.1-2 => 0.13.3-1
gupnp-igd: 0.1.3-2 => 0.1.6-3
h264enc: 8.9.8-1 => 9.1.9-1
hardinfo: not found on AUR
html2text: not found on AUR
human-icon-theme: not found on AUR
human-theme: not found on AUR
hwd: up to date
hwinfo: 16.10-1 => 17.0-5
ipw3945-ucode: not found on AUR
ipw3945d: not found on AUR
jre: not found on AUR
judy: not found on AUR
kchmviewer: not found on AUR
libasyncns: not found on AUR
libatasmart-git:  (local=20091023-1 aur=20090712-1)
libcaptury: not found on AUR
libcompizconfig: not found on AUR
libdesktop-agnostic: not found on AUR
libdownload: not found on AUR
libgda3: not found on AUR
libgdamm: not found on AUR
libjpeg6: up to date
liblbxutil: not found on AUR
liblunar: 2.2.4-1 => 2.2.4-2
liblunar-gtk: up to date
libnewt: not found on AUR
liboobs: not found on AUR
libpng12: 1.2.40-1 => 1.2.43-1
libpps: 0.1.826-2 => 0.1.940-1
libppswrapper-git: 20100416-1 => 20100417-1
libtorrent: not found on AUR
libtracker: not found on AUR
libupnp: not found on AUR
libx86emu: 1.1-10 => 1.1-21
lshw: not found on AUR
lunar-applet: 2.0-1 => 2.0-3
macchanger: not found on AUR
miredo: not found on AUR
mplayer-coreavc-svn:  (local=29716-1 aur=29660-10)
nautilus-dropbox: 0.6.1-2 => 0.6.2-2
nautilus-open-terminal: not found on AUR
newsbeuter: not found on AUR
nrg2iso: not found on AUR
ntfs-config: 0.5.5-4 => 1.0.1-4
obextool: not found on AUR
openoffice-zh_cn: not found on AUR
openswan: 2.4.14-1 => 2.6.25-1
opera-snapshot: not found on AUR
orange: not found on AUR
pacman-static: up to date (3.2.2-1 flagged as out of date)
partimage: not found on AUR
pcmanx-gtk2: up to date
pdfedit: not found on AUR
perl-module-build: 0.34-1 => 0.3607-1
perl-sgmls: not found on AUR
po4a: 0.36.5-2 => 0.39-1
portaudio: not found on AUR
protobuf: not found on AUR
protobuf-python: not found on AUR
python-pychm: not found on AUR
python-pycurl: not found on AUR
python-reportlab: not found on AUR
python-sqlalchemy: not found on AUR
realplayer-nightly-bin: 11.1.1.2233-1 => 11.1.1.2536-1
reciteword: up to date
redhat-artwork: up to date
rtkit: not found on AUR
rtorrent: not found on AUR
scim-bridge: up to date
skype-staticqt: not found on AUR
smbnetfs: not found on AUR
sopcast: not found on AUR
spoonwep2: up to date
spoonwpa: not found on AUR
stfl: not found on AUR
synce-libsynce: not found on AUR
system-tools-backends: not found on AUR
tablelist: not found on AUR
tangerine-icon-theme: not found on AUR
thunderbird-i18n: not found on AUR
tilda: not found on AUR
tls: not found on AUR
toolame: not found on AUR
totem-pps-git:  (local=20100416-1 aur=20100407-1)
totem-sopcast-git: 20090923-1 => 20091103-1
ttf-hannom-usong: up to date
tupac: up to date
typespeed: not found on AUR
ubuntu-gdm-themes: up to date
ubuntuone-storage-protocol: 0.95.0-1 => 1.1.0-1
ultimate-gnome-icon-theme: up to date
unshield: not found on AUR
virtualbox-additions: not found on AUR
virtualbox_bin: up to date
wine-chs:  (local=1.1.29-1 aur=1.1.13-1)
wine-doors: 0.1.3rc1-1 => 0.1.3-2
wine_gecko: up to date
winetricks: 20091213-2 => 20100317-2
wlan-ng26-utils: not found on AUR
wqy-bitmapfont: not found on AUR
wqy-microhei: 0.2.0NB20091021-1 => 0.2.0_beta-2
wqy-zenhei: not found on AUR
xalan-c: not found on AUR
xcursor-archcursorblue: up to date
xcursor-bluecurve: not found on AUR
xcursor-human: up to date
xerces-c: not found on AUR
xmlrpc-c: not found on AUR
xorg-xsm: not found on AUR
yajl: not found on AUR
zhcon: up to date
zhcon-debian: up to date

今天我的aur升级list:

代码: 全选

aqpm bluemote chmsee chromium-codecs-ffmpeg-nonfree-bin dpkg dropbox fedora-icon-theme gcc-gcj gmlive gnome-theme-ubuntu-sunrise gps gssdp gst-plugins-sopcast-git gtk-theme-shiki-colors gupnp gupnp-igd h264enc hwinfo liblunar libpng12 libpps libppswrapper-git libx86emu lunar-applet nautilus-dropbox ntfs-config openswan perl-module-build po4a realplayer-nightly-bin totem-sopcast-git ubuntuone-storage-protocol wine-doors winetricks wqy-microhei
就算很久不升级aur,其实问题也不大,有用的就是那些。
回复