I had to install an .msi - I used wine (installed through synaptic) - It worked :-)
Check out: the wine FAQ page
This is a tutorial for HP-Compaq TC4400 Users on Ubuntu. Note, that I'm a total beginner with Linux, so this page will contain everything I did with my Notebook called Alice :-)
2008. szeptember 23.
Convertig Tiff to PDF
sudo apt-get install libtiff-tools
# tiff2pdf tiff_akármi_file.tiff -z -o pdf_akármi_file.pdf
# tiff2pdf tiff_akármi_file.tiff -z -o pdf_akármi_file.pdf
2008. szeptember 13.
[SOLVED] flash & amd64 with nspluginwrapper on gutsy
install flashplugin-nonfree and nspluginwrapper
download latest flash plugin and
# sudo cp libflashplayer.so /usr/lib/mozilla/plugins/libflashplayer.so
than
# sudo nspluginwrapper -i /usr/lib/mozilla/plugins/libflashplayer.so
restart firefox
voila.
idea comes from here.
Of course it does'nt work perfect: I can watch maybe 1 or 2 videos, and than it quits, and I have to restart firefox....
After all, this doesn't work. So what remains: 32bit firefox again.
installing nspluginwrapper 2.
during make I run into the following problem:
agi@Alice:~/programok/nspluginwrapper-1.0.0$ makeSo, what to do?
gcc -std=c99 -m32 -o npviewer.bin npviewer-npw-viewer.o npviewer-npw-rpc.o npviewer-rpc.o npviewer-debug.o npviewer-utils.o npviewer-npruntime.o npviewer-cxxabi-compat.o -m32 -Llsb-build-i386 -lgtk-x11-2.0 -lgdk-x11-2.0 -lgobject-2.0 -ldl -lglib-2.0 -lX11 -lXt -ldl -lpthread -lgthread-2.0 -Wl,--export-dynamic -Wl,--version-script,/home/agi/programok/nspluginwrapper-1.0.0/src/npw-viewer.map -lsupc++
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.1.3/libsupc++.a when searching for -lsupc++
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.1.3/libsupc++.a when searching for -lsupc++
/usr/bin/ld: cannot find -lsupc++
collect2: ld returned 1 exit status
make: *** [npviewer.bin] Error 1
2008. szeptember 12.
GNASH again
so again: feisty, than updated to gutsy.
installed firefox gnash, but youtube videos don't play. gnash 0.8.1
now trying out gnash 0.8.2
./configure:
- install synaptic packages: g++
- errors:
- errors:
installed firefox gnash, but youtube videos don't play. gnash 0.8.1
now trying out gnash 0.8.2
./configure:
- install synaptic packages: g++
- errors:
ERROR: No libxml2 development package installed!make
or .deb users: apt-get install libxml2-dev
ERROR: No KDE development package installed!
or .deb users: apt-get install kdelibs-dev
now ./configure again
ERROR: GST media handling requested but gstreamer-0.10+ not found
Install it from http://www.gstreamer.net
or .deb users: apt-get install libgstreamer0.10-dev
WARNING: CURL library not found.
or .deb users: apt-get install libcurl3-dev
ERROR: No AGG development package installed!
Install it from http://www.antigrain.com
or .deb users: apt-get install libagg-dev
ERROR: No BOOST development package installed!
Install it from http://www.boost.org
or .deb users: apt-get install libboost-dev libboost-thread-dev
now ./configure again
ERROR: No BOOST development package installed!
Install it from http://www.boost.org
or .deb users: apt-get install libboost-dev libboost-thread-dev
now ./configure again
ERROR: The BOOST date_time library is needed!
Install it from http://boost.org
or .deb users: apt-get install libboost-date-time-dev
now ./configure again
no errors remain
- errors:
make[2]: *** [libgnashbase_la-extension.lo] Error 1I don't know what to do with this.
make[2]: Leaving directory `gnash-0.8.2llibbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `gnash-0.8.2'
make: *** [all] Error 2
2008. szeptember 8.
...and gutsy again
So I updated again to Gutsy, and found out, that the cause of the xournal and X freezing and stopping to do anything is the modified LinuxWacom. As never before, after updated to Gutsy, and installed modified LinuxWacom again, the 3 onscreen button worked, and produced the same error as in feisty. So I installed the official LinuxWacom, now the 3 button doesn't work, but Xournal don't freeze.
2008. szeptember 7.
installing nspluginwrapper 1.
I reinstalled feisty, because during trying to install gnash I installed and uninstalled so many packages, I had to make it normal again.
so I downloaded nspluginwrapper 1.0.0 tar.gz, unpacked it, went to the directory, and
----------
I could install it, but it still doesn't work. I get these error messages:
so I downloaded nspluginwrapper 1.0.0 tar.gz, unpacked it, went to the directory, and
./configureduring make I got some errors, so I had to install following packages:
make
sudo make install
- libc6-dev-i386
- g++
- gcc
- xorg-dev
- libgtk2.0-dev
- libc6-dev
----------
I could install it, but it still doesn't work. I get these error messages:
*** NSPlugin Viewer *** preloader not found
nspluginwrapper: no appropriate viewer found for libflashplayer.so
2008. szeptember 6.
youtube & firefox & amd64
1. 32bit firefox --> works
2. gnash --> following the instructions: don't work.
3. nspluginwrapper --> don't work (ia32-libs newer version not available on feisty)
2. gnash --> following the instructions: don't work.
3. nspluginwrapper --> don't work (ia32-libs newer version not available on feisty)
installing GNASH
Trying to get firefox play flash files (youtube) I'm installing Gnash.
Earlier I tried installing 32bit firefox, and that's working.
Now I'm following these instructions.
./configure
There was a lot of missing packages, I finished with 2 warnings remaining, because I didn't find them in synaptic.
make
There was some problem with not finding G++. Following this and this, making a symbolic link solved this problem:
make is extremly slow, I hope it will work.
--> no luck:
collect2: ld returned 1 exit status
make[3]: *** [libgnashserver.la] Error 1
make[3]: Leaving directory `/home/agi/Desktop/gnash-0.8.3/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/agi/Desktop/gnash-0.8.3/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/agi/Desktop/gnash-0.8.3'
make: *** [all] Error 2
I don't know what to do...
Earlier I tried installing 32bit firefox, and that's working.
Now I'm following these instructions.
./configure
There was a lot of missing packages, I finished with 2 warnings remaining, because I didn't find them in synaptic.
make
There was some problem with not finding G++. Following this and this, making a symbolic link solved this problem:
sudo ln -s /usr/bin/g++-3.3 /usr/bin/g++
make is extremly slow, I hope it will work.
--> no luck:
collect2: ld returned 1 exit status
make[3]: *** [libgnashserver.la] Error 1
make[3]: Leaving directory `/home/agi/Desktop/gnash-0.8.3/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/agi/Desktop/gnash-0.8.3/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/agi/Desktop/gnash-0.8.3'
make: *** [all] Error 2
I don't know what to do...
Back to feisty
Somehow I found that Gutsy is a bit slow for me, and I reinstalled Feisty. I don't know why, but now my upper menu bar is english, but the submenus are hungarian, as they should be. And the second time I wanted to boot the new Feisty, it froze.
Another thing, that came up: partitioning the winchester: if not automated, you have to make 2 real and a logical partition.
device /dev/sda1 directory / type ex3 size 15000 MB
device /dev/sda2 directory /home type ex3 size 65000 MB
device /dev/sda5 directory type swap size 2500 MB (logical, at the end)
Another thing, that came up: partitioning the winchester: if not automated, you have to make 2 real and a logical partition.
device /dev/sda1 directory / type ex3 size 15000 MB
device /dev/sda2 directory /home type ex3 size 65000 MB
device /dev/sda5 directory type swap size 2500 MB (logical, at the end)
Feliratkozás:
Bejegyzések (Atom)