Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old August 27th, 2007   #1
Magneticgravity
Gee! These Aren't Roasted!
 
Join Date: Aug 2007
Location: UK
Beans: 182
Ubuntu 7.04 Feisty Fawn
Installing SimDock

I download the .deb verison of SimDock.

It launches installer when i double click and i get this:
Attached Thumbnails
Click image for larger version

Name:	Screenshot.png
Views:	2558
Size:	134.4 KB
ID:	41834  
Magneticgravity is offline   Reply With Quote
Old August 27th, 2007   #2
Magneticgravity
Gee! These Aren't Roasted!
 
Join Date: Aug 2007
Location: UK
Beans: 182
Ubuntu 7.04 Feisty Fawn
Re: Installing SimDock

Anyone?
Magneticgravity is offline   Reply With Quote
Old September 1st, 2007   #3
saipu
First Cup of Ubuntu
 
Join Date: Oct 2006
My beans are hidden!
Re: Installing SimDock

I also facing the same problem before.
So what i do was download the rpm package and the convert it to deb package using alien. Or you may try to download another deb package from getdeb (www.getdeb.net)
saipu is offline   Reply With Quote
Old September 3rd, 2007   #4
Orbital75
Has an Ubuntu Drip
 
Orbital75's Avatar
 
Join Date: Sep 2006
Location: Planet Earth
My beans are hidden!
Ubuntu 7.10 Gutsy Gibbon
Re: Installing SimDock

You don't have to compile Simdock....
I just use Apt-get and it even put an icon on my Applications menu.
The icon looks like a Horse Magnet.
Orbital75 is offline   Reply With Quote
Old September 8th, 2007   #5
ressac
5 Cups of Ubuntu
 
ressac's Avatar
 
Join Date: Sep 2007
Beans: 16
Re: Installing SimDock

i download from getdeb.net and its work
ressac is offline   Reply With Quote
Old September 8th, 2007   #6
slimdog360
Fresh Brewed Ubuntu
 
slimdog360's Avatar
 
Join Date: Apr 2006
Location: in the dark
Beans: 1,513
Re: Installing SimDock

the getdeb way or aptget way will probably work but for future reference I can give you a hint. The permission problem means that this particular deb file is protected and I would guess only root would be able to install it. There is a number of ways around this.

Code:
sudo dpkg -i name_of_file.deb
will install the deb file for you using root privileges.

Code:
sudo chmod -R 777 name_of_file.deb
will change the privileges to let anyone use it. Which will let you run it the way you tried originally.

You can apply these methods to anything in linux.
__________________
Imagination is more important than knowledge

Last edited by slimdog360; September 8th, 2007 at 07:52 AM..
slimdog360 is offline   Reply With Quote
Old October 1st, 2007   #7
Nessa
Quad Shot of Ubuntu
 
Nessa's Avatar
 
Join Date: Jun 2007
Location: Durian Central
Beans: 500
Ubuntu 8.10 Intrepid Ibex
Re: Installing SimDock

The code doesn't work...
__________________
[AMD AthlonX2 4000,Emaxx MCP61S-AVL,2GB Geil,7300GT 512MB,160GB]
[AMD Sempron 2200+,Asrock K7VM3,1GB PQI,FX5200,80GB+160GB IDE]
[Sony Vaio VGN-CR35G,Core2 T8100 2.10GHz,2GB RAM,200GB]
^Apr'07 7.04|Jan'08 7.10|May'08 8.04|Jun'08 Mint5|Oct'08 8.10^
Nessa is offline   Reply With Quote
Old November 3rd, 2007   #8
brunoscunha
Just Give Me the Beans!
 
brunoscunha's Avatar
 
Join Date: Sep 2007
Location: Portugal - Lisbon
Beans: 73
Ubuntu 9.10 Karmic Koala
Send a message via AIM to brunoscunha Send a message via MSN to brunoscunha
Re: Installing SimDock

Same problem here
__________________
Free your Mind, Free your Soul. Use Open Source

http://hosting06.imagecross.com/imag...06/8448usa.gif
brunoscunha is offline   Reply With Quote
Old November 4th, 2007   #9
oasick
5 Cups of Ubuntu
 
Join Date: Nov 2006
Location: Spain
Beans: 30
Ubuntu Jaunty Jackalope (testing)
Post Re: Installing SimDock

Hi everybody !!! I compiled wxwidgets_2.8.5 and simdock-1.2 for Ubuntu Gutsy

You can download the files here:

wxwidgets_2.8.5
simdock-1.2

First you most install wxwidgets_2.8.5.deb

If you have any problem with background (sometimes appears a message at start session) you most do 2 things:

1. Scale the wallpaper image to your screen resolution. For example, if your screen resolution in 1024x768 your wallpaper image most have the same resolution.

2. To start simdock you most indicate where is your wallpaper image like this:

simdock /here/is/my/wallpaper/thisis.jpg

Don't forget that simdock is a very earlier application... but this version works very fine in my ubuntu gutsy

I hope that this halp you. Reggards and.. Good save Ubuntu
oasick is offline   Reply With Quote
Old November 6th, 2007   #10
benjaminmorris
First Cup of Ubuntu
 
Join Date: Feb 2007
Beans: 11
Lightbulb Re: Installing SimDock

I tried to install the packages you posted for download (thanks, by the way) but I get an error that a dependency is not satisfiable: libpango1.0-0

Any ideas where to get it?

EDIT: Actually, upon further research I found I already had it installed, but still unable to install wxwidgets or simdock. Any ideas?
EDIT AGAIN: For anybody else having the same problem, here's how I fixed it:

1. Add one of the repositories here: http://packages.debian.org/sid/libpango1.0-0/i386/download to your /etc/apt/sources.list by adding the appropriate line to end, i.e.

Code:
deb http://http.us.debian.org/debian sid main
2. Run Synaptic Package Manager, ignoring errors about GPG and such. Search for libpango.

3. Mark libpango for update. Synaptic will automatically mark all necessary dependencies for update as well. Apply changes

4. Now you should be able to install wxwidgets, and then simdock.

I got it installed, but decided it wasn't for me just yet. It still lacks a lot of customization options, and it just doesn't seem to behave quite right.

Oh, and one other thing: when you add that repository from debian.org, you'll probably get a notification that there are a bunch of updates available. Update at your own risk. I'm pretty new at linux and troubleshooting, so I may or may not be able to answer questions or help you solve problems, but I'll do my best.

Last edited by benjaminmorris; November 6th, 2007 at 11:10 PM.. Reason: Solution found
benjaminmorris is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:08 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry