Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-06-2007, 06:55 AM
|
#1
|
|
Member
Registered: Aug 2003
Location: Terneuzen Netherlands
Distribution: Slack current
Posts: 129
Rep:
|
picasa does not start
Installed picasa.bin on Slack-11.0.
~/picasa/bin/picasa does not work.
ps gives:
Code:
3306 99.0 0.3 1586364 3592 ? R 13:15 25:42 ~/picasa/wine/bin/../lib/../bin/wine-preloa
CPU usage 99%
Anybody got picasa working on Slack?
On Ubuntu picasa works.
|
|
|
|
01-06-2007, 08:16 AM
|
#2
|
|
Member
Registered: Jul 2006
Location: Tübingen, Germany
Distribution: Slackware64-13.37
Posts: 726
Rep:
|
Quote:
|
Originally Posted by micder
Installed picasa.bin on Slack-11.0.
~/picasa/bin/picasa does not work.
ps gives:
Code:
3306 99.0 0.3 1586364 3592 ? R 13:15 25:42 ~/picasa/wine/bin/../lib/../bin/wine-preloa
CPU usage 99%
Anybody got picasa working on Slack?
On Ubuntu picasa works.
|
You need to have wine installed to get picasa working. After installing wine, go to www.slackbuilds.org and use the slackbuild script provided there to build your picasa package.
I did so and it works fine on my machine.
Good luck!
|
|
|
|
01-06-2007, 10:45 AM
|
#3
|
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,858
|
not really, since the picasa has bundled Wine into the package itself (use the .bin format).
Try to execute the picasa installer (in .bin format) as ordinary users and save it in /opt (it will make a directory there)
|
|
|
|
01-06-2007, 10:51 AM
|
#4
|
|
Member
Registered: Jul 2006
Location: Tübingen, Germany
Distribution: Slackware64-13.37
Posts: 726
Rep:
|
Quote:
|
Originally Posted by willysr
not really, since the picasa has bundled Wine into the package itself (use the .bin format).
Try to execute the picasa installer (in .bin format) as ordinary users and save it in /opt (it will make a directory there)
|
Run the Slackbuild script from slackbuilds.org and everything will be all right.
|
|
|
|
01-06-2007, 11:13 AM
|
#5
|
|
Member
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware 13.37
Posts: 572
Rep:
|
I installed it as 'su root' using the installer from google. It runs fine on my machine.
You should be able to start it from the 'Graphics' menu of your desktop, or just with 'picasa' in a console - you shouldn't need a path.
Perhaps something went wrong with your install of picasa
PS: Thanks for the pointer to the slackbuild script, tranmi1980. I'll try it. Much neater than using bin installers 
Last edited by Eternal_Newbie; 01-06-2007 at 11:24 AM.
|
|
|
|
01-06-2007, 11:50 AM
|
#6
|
|
Member
Registered: Aug 2003
Location: Terneuzen Netherlands
Distribution: Slack current
Posts: 129
Original Poster
Rep:
|
Well as already said, wine is not needed, since picasa has it builtin.
Anyhow I Slackbuild picasa, it installed fine, but does not start as user.
Strangely it starts as root.
Removed the SlackBuild pkg and installed the bin-pkg.
This only starts as root not user.
As user it hangs on wine-preload 
|
|
|
|
01-06-2007, 03:25 PM
|
#7
|
|
Member
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware 13.37
Posts: 572
Rep:
|
Hmm, I uninstalled the bin package built the slackbuild and installed that.
It starts and runs. The first run gave a whole bunch of wine error messages, which is normal for wine on my system. The later runs didn't though, I think it was recreating the ~/.picasa/ wine directories or something.
I notice it installs to /opt/picasa-2.2.2820/ but the bin install went in /opt/picasa. Maybe this has something to do with your problem?
How well does the standard wine run on your system?
|
|
|
|
01-07-2007, 07:15 AM
|
#8
|
|
Member
Registered: Aug 2003
Location: Terneuzen Netherlands
Distribution: Slack current
Posts: 129
Original Poster
Rep:
|
Quote:
|
Hmm, I uninstalled the bin package built the slackbuild and installed that.
|
Did that again.
It installed fine, all in /opt/picasa-2.2.2820.
Can start picasa as root, not as user.
Other Wine aplications work without any problem.
cheers
|
|
|
|
01-07-2007, 09:40 AM
|
#9
|
|
Member
Registered: Aug 2003
Location: Terneuzen Netherlands
Distribution: Slack current
Posts: 129
Original Poster
Rep:
|
Well, I said other applications in Wine work well.
OOPS, that is on another drive with Slack-11.0 and 2.6 kernel.
Installed picasa on that drive with succes.
Did that after noticing following on the drive with a 2.4 kernel:
Code:
bash$ wine /home/giel/.wine/dosdevices/c:\\Program\ Files\vertaal\vertaal.exe &
[1] 6697
bash$wine: glibc >= 2.3 without NPTL or TLS is not a supported combination.
It will most likely crash. Please upgrade to a glibc with NPTL support.
Anyhow, thank you all for your reactions.
|
|
|
|
01-07-2007, 12:26 PM
|
#10
|
|
Member
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware 13.37
Posts: 572
Rep:
|
That is very strange, although I'm running a 2.6 kernel now, Picasa ran fine when i used a 2.4 kernel. Maybe Google updated the version of wine in Picasa?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:48 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|