, 06 2010 . 12:39
()
+
KMetabar - Konqueror, . .
, 25 2010 . 13:52
()
+
, 06 2010 . 13:55
()
+
Hans-Peter Jansen , - Flash :
, 15 2010 . 16:17
()
+
, 3 Q3- AutoQ3D-CE, Malcolm Lewis:
, 05 2010 . 12:06
()
+
, KDE3 OpenSUSE 11.2, 11.3 Factory, , KDE:KDE3 yast2-control-center-qt3 - Yast, Qt3. , - Qt4. , , OpenSUSE 11.1.
, 29 2010 . 02:43
()
+
Auteria - MMORPG. Lineage 2, : . , , , , . , . . "" - , . , , . , , . .
adventure: , , , - . , , , .. .
:
http://www.auteria.com/


, 14 2010 . 02:30
()
+
3, 11.0.
, kdebase3-ksysguardd. , 4, , , 3 4 .
, 4, Qt4, 3.
, 06 2010 . 13:21
()
+
America's Army - , :-) , . Counter Strike Call of Duty, . , " ", - . :-) 3.0 Windows, 2.5, Linux . >10 . , - "".
:
- . ,
-
- ,
- VIP escape: ( - ) . , , .
Linux, .. :
http://download2us.softpedia.com/dl...ps250-linux.run
Punk Buster ( )
http://www.evenbalance.com/index.php?page=dl-aa.php (
http://www.evenbalance.com/downloads/aao/pbsec.htm) ~/.armyops250/System/pb/htm
, 14 2010 . 13:53
()
+
, 28 2010 . 09:57
()
+
OpenSUSE . OpenSUSE, , , 3. , , OpenSUSE 2! 2 OpenSUSE 11.2. , . 2 3 4.
1. , 2 OBS:
http://software.opensuse.org/ymp/ho....1/kdebase2.ymp
2. /usr/lib/kde2/bin/startkde :
code:
PATH=/usr/lib/kde2/bin:$PATH
setxkbmap -rules evdev -model pc105 -layout "us,ru" -variant "-winkeys" -option "grp:lwin_toggle,grp_led:scroll"
, 2 3
Win.
2 . /usr/share/xsessions kde2.desktop :
code:
[Desktop Entry]
Encoding=UTF-8
Type=XSession
Exec=/usr/lib/kde2/bin/startkde
TryExec=/usr/lib/kde2/bin/startkde
Name=KDE2
Comment=The KDE2 Desktop Environment.
3. 2, :
ftp://ftp.funet.fi/pub/mirrors/arch...71.0.noarch.rpm , ru /usr/lib/kde2/share/locale .
4. , 2. 2 .
5. .
6. . iso10646-1 ( , UTF-8):
, 2:
, 2 , , . .
?
- , 2 FreeDesktop, 2 : /usr/lib/kde2/share/applnk /usr/share/applications :
code:
cd /usr/lib/kde2/share/applnk
sudo ln -s /usr/share/applications
, :
- 2, , . , 2 3, "KDE Classic", 2 3 .
- - 2 Seamonkey Modern - 2.
, 26 2010 . 15:53
()
+
. CLIPS . , OpenSUSE, OBS, Packman. 20- , , . , , OpenSUSE . Education:
,
, 25 2010 . 09:31
()
+
Linux Windows , exe-.
Linux . , exe Windows - ? , Gnome OpenSUSE 11.2
, icoutils. , , :
http://software.opensuse.org/ymp/wi....2/icoutils.ymp
/usr/bin wineicon.sh :
code:
#!/bin/sh
f=`mktemp`
if wrestool "$1" -x -t14 > $f && [ -s $f ]; then
id=`icotool -l $f | awk '{
ci=int(substr($2,index($2,"=")+1));
cw=int(substr($3,index($3,"=")+1));
cb=int(substr($5,index($5,"=")+1));
if (cw > w || (cw == w && cb > b)) {
b = cb;
w = cw;
i = ci;
}
}
END {
print i;
}'`
icotool -x --index=$id $f -o "$2"
convert -resize 48x48 "$2" "$2"
fi
rm $f
Gnome:
code:
gconftool-2 --type string --set /desktop/gnome/thumbnailers/application@x-msdownload/command "wineicon.sh %i %o"
gconftool-2 --type bool --set /desktop/gnome/thumbnailers/application@x-msdownload/enable true
- - exe :
, , exe-.
, exe , :
code:
gconftool-2 --type bool --set /desktop/gnome/thumbnailers/application@x-msdownload/enable false