<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cgz</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cgz"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Cgz"/>
	<updated>2026-05-16T17:00:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.04_on_a_ThinkPad_X41&amp;diff=23111</id>
		<title>Installing Ubuntu 6.04 on a ThinkPad X41</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.04_on_a_ThinkPad_X41&amp;diff=23111"/>
		<updated>2006-07-10T15:09:04Z</updated>

		<summary type="html">&lt;p&gt;Cgz: Added IE6 via IEs4Linux&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
This is a draft on how to get Ubuntu 6.04 on the ThinkPad X41&lt;br /&gt;
&lt;br /&gt;
== easyubuntu ==&lt;br /&gt;
http://easyubuntu.freecontrib.org/get.html&lt;br /&gt;
== Penguin Liberation Front ==&lt;br /&gt;
deb http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free&lt;br /&gt;
&lt;br /&gt;
{{cmduser|apt-get install realplay}}&lt;br /&gt;
&lt;br /&gt;
== FreeNX ==&lt;br /&gt;
deb http://free.linux.hp.com/~brett/seveas/freenx dapper-seveas freenx&lt;br /&gt;
&lt;br /&gt;
http://www.ubuntuforums.org/showthread.php?t=156019&lt;br /&gt;
&lt;br /&gt;
The proxy package doesn't exist. It's not a problem. I choose to use the FreeNX key.&lt;br /&gt;
&lt;br /&gt;
== Swiss keyboard encoding ==&lt;br /&gt;
{{cmduser|setxkbmap ch}} (for Swiss German)&lt;br /&gt;
&lt;br /&gt;
{{cmduser|setxkbmap ch -variant fr}} (for Swiss French)&lt;br /&gt;
&lt;br /&gt;
== blogbridge ==&lt;br /&gt;
{{cmduser|sudo update-alternatives --config java}}&lt;br /&gt;
&lt;br /&gt;
sudo mv blogbridge-2.16.tgz /usr/share/&lt;br /&gt;
&lt;br /&gt;
sudo tar xvzf blogbridge-2.16.tgz&lt;br /&gt;
&lt;br /&gt;
mv blogbridge-2.16 blogbridge&lt;br /&gt;
== Enable TrackPoint middle-button scrolling ==&lt;br /&gt;
&lt;br /&gt;
To use the blue middle TrackPoint button as a scroll wheel (using the red TrackPoint itself to scroll up and down), do the following. In a terminal, enter these commands:&lt;br /&gt;
&lt;br /&gt;
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-original&lt;br /&gt;
&lt;br /&gt;
sudo gedit /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
In the editor, find the section headed Section â€œInputDeviceâ€ / Identifier â€œConfigured Mouseâ€ and the following lines &lt;br /&gt;
above the â€œEndSectionâ€ line:&lt;br /&gt;
&lt;br /&gt;
Option    &amp;quot;EmulateWheel&amp;quot;        &amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Option    &amp;quot;EmulateWheelButton&amp;quot;  &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file. Logout, restart X with Ctrl-Alt-Backspace, and log in again.&lt;br /&gt;
Source for this item: Many ThinkPad-related sites, confirmed by experiment.&lt;br /&gt;
&lt;br /&gt;
== WINE ==&lt;br /&gt;
&lt;br /&gt;
deb http://wine.budgetdedicated.com/apt dapper main&lt;br /&gt;
&lt;br /&gt;
{{cmduser|apt-get install wine}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|run winecfg}} --&amp;gt; Windows2000&lt;br /&gt;
&lt;br /&gt;
== Suspend to RAM ==&lt;br /&gt;
&lt;br /&gt;
BUG: https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/50031&lt;br /&gt;
&lt;br /&gt;
You need to install this update:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|wget http://ch.archive.ubuntu.com/ubuntu/pool/main/a/acpi-support/acpi-support_0.85_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|dpkg -i acpi-support_0.85_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
== SBB06 (Swiss Railway Timetable) ==&lt;br /&gt;
&lt;br /&gt;
setup.exe&lt;br /&gt;
&lt;br /&gt;
wine /home/cgaspoz/.wine/drive_c/Program\ Files/CFF.06/HAFASWIN.EXE&lt;br /&gt;
&lt;br /&gt;
cp SBB/BIN/sbb.ico /usr/share/pixmaps&lt;br /&gt;
&lt;br /&gt;
== EndNote ==&lt;br /&gt;
&lt;br /&gt;
wine /home/cgaspoz/.wine/drive_c/Program\ Files/EndNote\ 9/EndNote.exe&lt;br /&gt;
&lt;br /&gt;
gdiplus.dll not found? copy GDIPLUS.DLL from a Windows box to .wine/drive_c/windows/system32&lt;br /&gt;
&lt;br /&gt;
== Internet Explorer ==&lt;br /&gt;
{{cmduser|apt-get install cabextract}}&lt;br /&gt;
&lt;br /&gt;
Download and run ies4linux (http://www.tatanka.com.br/ies4linux/index-en.html)&lt;br /&gt;
&lt;br /&gt;
== Nice templates for Qt (Skype, Eric3, ...) ==&lt;br /&gt;
&lt;br /&gt;
http://www.ubuntuforums.org/showthread.php?t=76633&lt;br /&gt;
&lt;br /&gt;
[[Category:X41]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>Cgz</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.04_on_a_ThinkPad_X41&amp;diff=23033</id>
		<title>Installing Ubuntu 6.04 on a ThinkPad X41</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.04_on_a_ThinkPad_X41&amp;diff=23033"/>
		<updated>2006-07-02T08:36:37Z</updated>

		<summary type="html">&lt;p&gt;Cgz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
This is a draft on how to get Ubuntu 6.04 on the ThinkPad X41&lt;br /&gt;
&lt;br /&gt;
== easyubuntu ==&lt;br /&gt;
http://easyubuntu.freecontrib.org/get.html&lt;br /&gt;
== Penguin Liberation Front ==&lt;br /&gt;
deb http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free&lt;br /&gt;
&lt;br /&gt;
{{cmduser|apt-get install realplay}}&lt;br /&gt;
&lt;br /&gt;
== FreeNX ==&lt;br /&gt;
deb http://free.linux.hp.com/~brett/seveas/freenx dapper-seveas freenx&lt;br /&gt;
&lt;br /&gt;
http://www.ubuntuforums.org/showthread.php?t=156019&lt;br /&gt;
&lt;br /&gt;
The proxy package doesn't exist. It's not a problem. I choose to use the FreeNX key.&lt;br /&gt;
&lt;br /&gt;
== Swiss keyboard encoding ==&lt;br /&gt;
{{cmduser|setxkbmap ch}} (for Swiss German)&lt;br /&gt;
&lt;br /&gt;
{{cmduser|setxkbmap ch -variant fr}} (for Swiss French)&lt;br /&gt;
&lt;br /&gt;
== blogbridge ==&lt;br /&gt;
{{cmduser|sudo update-alternatives --config java}}&lt;br /&gt;
&lt;br /&gt;
sudo mv blogbridge-2.16.tgz /usr/share/&lt;br /&gt;
&lt;br /&gt;
sudo tar xvzf blogbridge-2.16.tgz&lt;br /&gt;
&lt;br /&gt;
mv blogbridge-2.16 blogbridge&lt;br /&gt;
== Enable TrackPoint middle-button scrolling ==&lt;br /&gt;
&lt;br /&gt;
To use the blue middle TrackPoint button as a scroll wheel (using the red TrackPoint itself to scroll up and down), do the following. In a terminal, enter these commands:&lt;br /&gt;
&lt;br /&gt;
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-original&lt;br /&gt;
&lt;br /&gt;
sudo gedit /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
In the editor, find the section headed Section â€œInputDeviceâ€ / Identifier â€œConfigured Mouseâ€ and the following lines &lt;br /&gt;
above the â€œEndSectionâ€ line:&lt;br /&gt;
&lt;br /&gt;
Option    &amp;quot;EmulateWheel&amp;quot;        &amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Option    &amp;quot;EmulateWheelButton&amp;quot;  &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file. Logout, restart X with Ctrl-Alt-Backspace, and log in again.&lt;br /&gt;
Source for this item: Many ThinkPad-related sites, confirmed by experiment.&lt;br /&gt;
&lt;br /&gt;
== WINE ==&lt;br /&gt;
&lt;br /&gt;
deb http://wine.budgetdedicated.com/apt dapper main&lt;br /&gt;
&lt;br /&gt;
{{cmduser|apt-get install wine}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|run winecfg}} --&amp;gt; Windows2000&lt;br /&gt;
&lt;br /&gt;
== Suspend to RAM ==&lt;br /&gt;
&lt;br /&gt;
BUG: https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/50031&lt;br /&gt;
&lt;br /&gt;
You need to install this update:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|wget http://ch.archive.ubuntu.com/ubuntu/pool/main/a/acpi-support/acpi-support_0.85_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|dpkg -i acpi-support_0.85_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
== SBB06 (Swiss Railway Timetable) ==&lt;br /&gt;
&lt;br /&gt;
setup.exe&lt;br /&gt;
&lt;br /&gt;
wine /home/cgaspoz/.wine/drive_c/Program\ Files/CFF.06/HAFASWIN.EXE&lt;br /&gt;
&lt;br /&gt;
cp SBB/BIN/sbb.ico /usr/share/pixmaps&lt;br /&gt;
&lt;br /&gt;
== EndNote ==&lt;br /&gt;
&lt;br /&gt;
wine /home/cgaspoz/.wine/drive_c/Program\ Files/EndNote\ 9/EndNote.exe&lt;br /&gt;
&lt;br /&gt;
gdiplus.dll not found? copy GDIPLUS.DLL from a Windows box to .wine/drive_c/windows/system32&lt;br /&gt;
&lt;br /&gt;
== Nice templates for Qt (Skype, Eric3, ...) ==&lt;br /&gt;
&lt;br /&gt;
http://www.ubuntuforums.org/showthread.php?t=76633&lt;br /&gt;
&lt;br /&gt;
[[Category:X41]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>Cgz</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X41&amp;diff=23032</id>
		<title>Installation instructions for the ThinkPad X41</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X41&amp;diff=23032"/>
		<updated>2006-07-02T08:15:40Z</updated>

		<summary type="html">&lt;p&gt;Cgz: Added Ubuntu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{X40}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
If you don't have a CD-ROM solution, please look at [[Installation on ThinkPads without CD-ROM drive]].&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
*{{Install|Debian||X41}}&lt;br /&gt;
*{{Install|OpenSUSE| 10.0|X41}}&lt;br /&gt;
*{{Install|Ubuntu| 6.04|X41}}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;/div&gt;</summary>
		<author><name>Cgz</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.04_on_a_ThinkPad_X41&amp;diff=23031</id>
		<title>Installing Ubuntu 6.04 on a ThinkPad X41</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.04_on_a_ThinkPad_X41&amp;diff=23031"/>
		<updated>2006-07-02T07:40:28Z</updated>

		<summary type="html">&lt;p&gt;Cgz: Added Category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a draft on how to get Ubuntu 6.04 on the ThinkPad X41&lt;br /&gt;
&lt;br /&gt;
== easyubuntu ==&lt;br /&gt;
http://easyubuntu.freecontrib.org/get.html&lt;br /&gt;
== Penguin Liberation Front ==&lt;br /&gt;
deb http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free&lt;br /&gt;
&lt;br /&gt;
apt-get install realplay&lt;br /&gt;
&lt;br /&gt;
== FreeNX ==&lt;br /&gt;
deb http://free.linux.hp.com/~brett/seveas/freenx dapper-seveas freenx&lt;br /&gt;
&lt;br /&gt;
http://www.ubuntuforums.org/showthread.php?t=156019&lt;br /&gt;
&lt;br /&gt;
The proxy package doesn't exist. It's not a problem. I choose to use the FreeNX key.&lt;br /&gt;
&lt;br /&gt;
== Swiss keyboard encoding ==&lt;br /&gt;
setxkbmap ch (for Swiss German)&lt;br /&gt;
&lt;br /&gt;
setxkbmap ch -variant fr (for Swiss French)&lt;br /&gt;
&lt;br /&gt;
== blogbridge ==&lt;br /&gt;
sudo update-alternatives --config java&lt;br /&gt;
&lt;br /&gt;
sudo mv blogbridge-2.16.tgz /usr/share/&lt;br /&gt;
&lt;br /&gt;
sudo tar xvzf blogbridge-2.16.tgz&lt;br /&gt;
&lt;br /&gt;
mv blogbridge-2.16 blogbridge&lt;br /&gt;
== Enable TrackPoint middle-button scrolling ==&lt;br /&gt;
&lt;br /&gt;
To use the blue middle TrackPoint button as a scroll wheel (using the red TrackPoint itself to scroll up and down), do the following. In a terminal, enter these commands:&lt;br /&gt;
&lt;br /&gt;
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-original&lt;br /&gt;
&lt;br /&gt;
sudo gedit /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
In the editor, find the section headed Section â€œInputDeviceâ€ / Identifier â€œConfigured Mouseâ€ and the following lines &lt;br /&gt;
above the â€œEndSectionâ€ line:&lt;br /&gt;
&lt;br /&gt;
Option    &amp;quot;EmulateWheel&amp;quot;        &amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Option    &amp;quot;EmulateWheelButton&amp;quot;  &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file. Logout, restart X with Ctrl-Alt-Backspace, and log in again.&lt;br /&gt;
Source for this item: Many ThinkPad-related sites, confirmed by experiment.&lt;br /&gt;
&lt;br /&gt;
== WINE ==&lt;br /&gt;
&lt;br /&gt;
deb http://wine.budgetdedicated.com/apt dapper main&lt;br /&gt;
&lt;br /&gt;
apt-get install wine&lt;br /&gt;
&lt;br /&gt;
run winecfg --&amp;gt; Windows2000&lt;br /&gt;
&lt;br /&gt;
== Suspend to RAM ==&lt;br /&gt;
&lt;br /&gt;
BUG: https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/50031&lt;br /&gt;
&lt;br /&gt;
You need to install this update:&lt;br /&gt;
&lt;br /&gt;
wget http://ch.archive.ubuntu.com/ubuntu/pool/main/a/acpi-support/acpi-support_0.85_i386.deb&lt;br /&gt;
&lt;br /&gt;
dpkg -i acpi-support_0.85_i386.deb&lt;br /&gt;
&lt;br /&gt;
== SBB06 (Swiss Railway Timetable) ==&lt;br /&gt;
&lt;br /&gt;
setup.exe&lt;br /&gt;
&lt;br /&gt;
wine /home/cgaspoz/.wine/drive_c/Program\ Files/CFF.06/HAFASWIN.EXE&lt;br /&gt;
&lt;br /&gt;
cp SBB/BIN/sbb.ico /usr/share/pixmaps&lt;br /&gt;
&lt;br /&gt;
== EndNote ==&lt;br /&gt;
&lt;br /&gt;
wine /home/cgaspoz/.wine/drive_c/Program\ Files/EndNote\ 9/EndNote.exe&lt;br /&gt;
&lt;br /&gt;
gdiplus.dll not found? copy GDIPLUS.DLL from a Windows box to .wine/drive_c/windows/system32&lt;br /&gt;
&lt;br /&gt;
== Nice templates for Qt (Skype, Eric3, ...) ==&lt;br /&gt;
&lt;br /&gt;
http://www.ubuntuforums.org/showthread.php?t=76633&lt;br /&gt;
&lt;br /&gt;
[[Category:X41]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>Cgz</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.04_on_a_ThinkPad_X41&amp;diff=23030</id>
		<title>Installing Ubuntu 6.04 on a ThinkPad X41</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.04_on_a_ThinkPad_X41&amp;diff=23030"/>
		<updated>2006-07-02T07:38:36Z</updated>

		<summary type="html">&lt;p&gt;Cgz: First relase&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a draft on how to get Ubuntu 6.04 on the ThinkPad X41&lt;br /&gt;
&lt;br /&gt;
== easyubuntu ==&lt;br /&gt;
http://easyubuntu.freecontrib.org/get.html&lt;br /&gt;
== Penguin Liberation Front ==&lt;br /&gt;
deb http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free&lt;br /&gt;
&lt;br /&gt;
deb-src http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free&lt;br /&gt;
&lt;br /&gt;
apt-get install realplay&lt;br /&gt;
&lt;br /&gt;
== FreeNX ==&lt;br /&gt;
deb http://free.linux.hp.com/~brett/seveas/freenx dapper-seveas freenx&lt;br /&gt;
&lt;br /&gt;
http://www.ubuntuforums.org/showthread.php?t=156019&lt;br /&gt;
&lt;br /&gt;
The proxy package doesn't exist. It's not a problem. I choose to use the FreeNX key.&lt;br /&gt;
&lt;br /&gt;
== Swiss keyboard encoding ==&lt;br /&gt;
setxkbmap ch (for Swiss German)&lt;br /&gt;
&lt;br /&gt;
setxkbmap ch -variant fr (for Swiss French)&lt;br /&gt;
&lt;br /&gt;
== blogbridge ==&lt;br /&gt;
sudo update-alternatives --config java&lt;br /&gt;
&lt;br /&gt;
sudo mv blogbridge-2.16.tgz /usr/share/&lt;br /&gt;
&lt;br /&gt;
sudo tar xvzf blogbridge-2.16.tgz&lt;br /&gt;
&lt;br /&gt;
mv blogbridge-2.16 blogbridge&lt;br /&gt;
== Enable TrackPoint middle-button scrolling ==&lt;br /&gt;
&lt;br /&gt;
To use the blue middle TrackPoint button as a scroll wheel (using the red TrackPoint itself to scroll up and down), do the following. In a terminal, enter these commands:&lt;br /&gt;
&lt;br /&gt;
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-original&lt;br /&gt;
&lt;br /&gt;
sudo gedit /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
In the editor, find the section headed Section â€œInputDeviceâ€ / Identifier â€œConfigured Mouseâ€ and the following lines &lt;br /&gt;
above the â€œEndSectionâ€ line:&lt;br /&gt;
&lt;br /&gt;
Option    &amp;quot;EmulateWheel&amp;quot;        &amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Option    &amp;quot;EmulateWheelButton&amp;quot;  &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file. Logout, restart X with Ctrl-Alt-Backspace, and log in again.&lt;br /&gt;
Source for this item: Many ThinkPad-related sites, confirmed by experiment.&lt;br /&gt;
&lt;br /&gt;
== WINE ==&lt;br /&gt;
&lt;br /&gt;
deb http://wine.budgetdedicated.com/apt dapper main&lt;br /&gt;
&lt;br /&gt;
apt-get install wine&lt;br /&gt;
&lt;br /&gt;
run winecfg --&amp;gt; Windows2000&lt;br /&gt;
&lt;br /&gt;
== Suspend to RAM ==&lt;br /&gt;
&lt;br /&gt;
BUG: https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/50031&lt;br /&gt;
&lt;br /&gt;
You need to install this update:&lt;br /&gt;
&lt;br /&gt;
wget http://ch.archive.ubuntu.com/ubuntu/pool/main/a/acpi-support/acpi-support_0.85_i386.deb&lt;br /&gt;
&lt;br /&gt;
dpkg -i acpi-support_0.85_i386.deb&lt;br /&gt;
&lt;br /&gt;
== SBB06 (Swiss Railway Timetable) ==&lt;br /&gt;
&lt;br /&gt;
setup.exe&lt;br /&gt;
&lt;br /&gt;
wine /home/cgaspoz/.wine/drive_c/Program\ Files/CFF.06/HAFASWIN.EXE&lt;br /&gt;
&lt;br /&gt;
cp SBB/BIN/sbb.ico /usr/share/pixmaps&lt;br /&gt;
&lt;br /&gt;
== EndNote ==&lt;br /&gt;
&lt;br /&gt;
wine /home/cgaspoz/.wine/drive_c/Program\ Files/EndNote\ 9/EndNote.exe&lt;br /&gt;
&lt;br /&gt;
gdiplus.dll not found? copy GDIPLUS.DLL from a Windows box to .wine/drive_c/windows/system32&lt;br /&gt;
&lt;br /&gt;
== Nice templates for Qt (Skype, Eric3, ...) ==&lt;br /&gt;
&lt;br /&gt;
http://www.ubuntuforums.org/showthread.php?t=76633&lt;/div&gt;</summary>
		<author><name>Cgz</name></author>
		
	</entry>
</feed>