 |
forums.xandros.com Xandros User Forums
|
| View previous topic :: View next topic |
| Author |
Message |
iotc247 Xplorer
Joined: 11 Mar 2004 Posts: 35 Location: Florida
|
Posted: Sun Apr 04, 2004 11:38 am Post subject: Installl programs and no icon apperas in launch |
|
|
| When i install some programs i dont get an icon in the launch menu anywhere.. |
|
| Back to top |
|
 |
Ko Bros Xendrosian

Joined: 28 Mar 2003 Posts: 1357
|
Posted: Sun Apr 04, 2004 11:56 am Post subject: Re: Installl programs and no icon apperas in launch |
|
|
| iotc247 wrote: | | When i install some programs i dont get an icon in the launch menu anywhere.. |
Right-Click on Launch to start the Menu Editor.
Go to the Applications or Apps menu where your Application is (if it is there...) and select the Top-Right Icon in that window. It loads the "Select Icon Editor" and you can choose from System Icons and Other Icons. Don't forget to press Apply afterwards...
That's it. Now you should have your Icon...
Regards, Ko _________________ Registered Linux User #312596
Former XandrOS User
...feeling better now ? |
|
| Back to top |
|
 |
cseg Xandrosian

Joined: 17 Nov 2002 Posts: 240
|
Posted: Sun Apr 04, 2004 8:29 pm Post subject: Re: Installl programs and no icon apperas in launch |
|
|
| iotc247 wrote: | | When i install some programs i dont get an icon in the launch menu anywhere.. |
To see what files are included in a particular package, open up a console window and type:You are probably looking for a binary executable, in which case you can shorten down the list by instead typing:dpkg -L <package-name> | grep /bin/ Based on the output of this command, you should be able to identify the executable file which launches your application. Once you know this, you can follow the steps listed in a previous message on how to create an icon for this application.
Well, since I went this far, here is the command to list all executable files in a package, independent of whether they are binary or scripted:dpkg -L <package-name> | xargs file | grep -i executable | cut -f1 -d: |
|
| Back to top |
|
 |
Nguyen Xplorer
Joined: 02 Apr 2004 Posts: 28
|
Posted: Mon Apr 05, 2004 8:24 am Post subject: |
|
|
| When iotc247 said he/she didn't get an icon, I think he/she meant that the programs didn't show up at all in the Launch menu. I have the same problem. I installed FireFox, Word, and Excel. None of them shows up in Launch. |
|
| Back to top |
|
 |
GregA Xandrosian

Joined: 29 Sep 2003 Posts: 223 Location: Omaha, NE.
|
Posted: Mon Apr 05, 2004 10:00 am Post subject: |
|
|
From "harold" on 31 Dec 2003:
1. open up a terminal window and enter "dpkg -L packagename | less". This will give you a list of everything installed by the package and where on your hard drive it went,
2. Documentation for all packages is located in /usr/share/doc/,
From "shimage" on 26 Feb 2004:
3. binaries go into "bin" directories
4. libraries (think dlls) into "lib" directories,
5. most of the things you might want to edit are either in /etc (for config files) or /usr/share,
6. user specific files (config files like .bashrc, for instance, but other things like your crossover/wine windows stuff too) will be found in your home directory (look for files that begin with a '.')
Once you know where/what files were distributed, you can use right click on the desktop to create a shortcut, or use the menu manager as previously suggested in this thread to create your preferred method of executing these programs. Yes, this still isn't as clean as windows, but for programs that don't have an installer wrapper or script around them as most windows programs do now - - this is the best option. (Usually though XN will create a launch bookmark - not sure why it doesn't for all installs). |
|
| Back to top |
|
 |
arctos Xplorer
Joined: 19 Feb 2005 Posts: 11
|
Posted: Sun Feb 20, 2005 1:49 am Post subject: |
|
|
| Is there any way to get the icons specific to that application as well? (instead of using generic system icons for example) |
|
| Back to top |
|
 |
mike80808 Xanscended

Joined: 14 Apr 2003 Posts: 3891 Location: St. Louis, MO
|
Posted: Sun Feb 20, 2005 11:57 am Post subject: |
|
|
Only if the person packaging the application for you provides them.
You can click on the icon in the menu editor and select from icons provided as part of your desktop "theme", but there is an option to go browsing for icons.
Without knowing what you installed, there's no way for us to help you communicate back to that packager that they should get help to add icons and menus for KDE desktops.
Just about every application you use was written by volunteers. Not all of them are or have available simultaneously, people who are good coders, technical writers, artists, or packaging specialists. Add to that some very different packaging and distribution structures, and it should come to you as no surprise that only the more popular applications have gotten the resources for all of those areas of talent.
So what did you install and where did you get it from? _________________ Thanks for all the fishes, Xandros. |
|
| Back to top |
|
 |
petercj Xplorer
Joined: 04 May 2005 Posts: 5
|
Posted: Wed May 04, 2005 7:11 pm Post subject: xandros |
|
|
Hi all
I am new to Linux and have loaded up xandros 3 deluxe, all was going well until I tried to install Opera - the browser - I have got it on the system but I am not able to create a shortcut on the desktop.
I have right clicked on Launch and opened the menu editor but can't get anywhere with this.
I did try and create a link but a message said something like IDK or KDE was running and wouldn't allow it?
Thanks for any help.
Peter |
|
| Back to top |
|
 |
jimallyn Site Admin

Joined: 31 Jan 2003 Posts: 8195 Location: Wenatchee, Washington, USA
|
Posted: Thu May 05, 2005 12:24 am Post subject: Re: xandros |
|
|
| petercj wrote: | all was going well until I tried to install Opera - the browser - I have got it on the system but I am not able to create a shortcut on the desktop.
I have right clicked on Launch and opened the menu editor but can't get anywhere with this. |
When you create an entry in the Launch menu, you have to be sure to click on the floppy-disk icon to save your changes! That bit me a couple of times... Or do you have some other problem with it?
To put an icon on the desktop for Opera, right click on the desktop, click Create New, Shortcut. Select Program as the type of shortcut you want to create, click next. Then in the "Type the location of the program" box, enter "/usr/bin/opera". (Alternatively, you can click the browse button and navigate to the program that way, but it would probably take you a bit longer.) Click Next. If you'd like the shortcut to be called something other than "Shortcut to opera" (like just plain "Opera") type that in the box. Now click Finish. You should now have an Opera shortcut on your desktop.
Jim _________________ I refuse to live in a country like this - and I'm not leaving. - Michael Moore |
|
| Back to top |
|
 |
petercj Xplorer
Joined: 04 May 2005 Posts: 5
|
Posted: Thu May 05, 2005 3:17 am Post subject: |
|
|
Hi Jim
Thanks for your reply... I'm not sure I downloaded Opera to the right destination at the beginning... I'm using the windows style desktop... I was expecting the download to land on the desktop as with windows and to install it from there...but...lol...not to be!
So one issue may be that I don't have Opera in the right folder to start with... having said that, I did right click on the desktop yesterday (before posting on the forum) and went down the "create shortcut" road, I got a round icon on desktop with a blue cross on it (which I believe is the crossover system) when I click on that icon I get the mesage: "KDEinit could not launch'/disks/c/Program Files/Opera7/opera.exe'
If I go to Launch>applications>Internet... there is no sign of Opera
However, if I go to the 'run' command I can launch Opera
I'm sure that I did download the Linux version of Opera.
So I'm really puzzled about the structure of Linux - I have Suse pro 9.1 and hit similar problems about 6 months ago and so gave up on Suse. I was hoping xandros would have a straightforward installation structure like windows does.
I am very grateful for your help on this. Is there a straightforward way I can use to download and install programs with a desktop icon? Maybe if I add something to the basic structure of xandros?
Maybe its me, but I often find that the explanations and instructions on using Linux use a language and terms that is esoteric and so the explanations make good sense when you know how Linux works - a bit of a catch-22! I have to admit that I know very little about o/s architecture - I know my way around windows as an end user pretty well and that's about it.
Is it question of learning a few basics about Xandros in order to to use it for the net, office applications, etc, or is there a lot more required to use Xandros for these purposes? I would appreciate your opinion on this.
Thanks again for any advice
Peter |
|
| Back to top |
|
 |
Monster_user Xanscended

Joined: 03 Feb 2005 Posts: 3946 Location: Georgia U.S.A.
|
Posted: Thu May 05, 2005 10:15 am Post subject: |
|
|
I think the problem might be that you've uinstalled the version of Opera, for Xandros 2.
It will install an icon in Xandros 2, but not in Xandros 3. I don't think any programs are allowed to create a desktop icon. Unfortuantely, missing icons is a common issue in Linux. Its up to the packager to create an icon, and not everyone does it. Xandros has taken it upon themselves to ensure that the official packages have icons.
Try this. Right-Click the Desktop -> Create -> Shortcut... -> Then choose Program. In the next view, type in /usr/bin/opera, and click next.
When the icon appears on the Desktop, right-click it, and then click on the icon in the properties dialog box. Then click on an icon, and type ope, or opera.
----------------------------------------------------------------------------------------------------------------------------
To get it in the start menu use the Administrator File Manager, and browse to '/usr/share/applications/'. This is the folder for the Launch menu icons.
Copy your Opera icon from the desktop, into the folder. Right-Click it, and open it with the Text Editor, or type kwrite, and press enter.
Scroll down to the bottom, and type this string.
Categories=Application;Network
That tells it which menu in the Start menu to be put. In this case, Network is "Internet". _________________ The answers are out there. You just have to know how to find them.
View my Xandros Desktop Gallery? |
|
| Back to top |
|
 |
jimallyn Site Admin

Joined: 31 Jan 2003 Posts: 8195 Location: Wenatchee, Washington, USA
|
Posted: Thu May 05, 2005 11:51 am Post subject: |
|
|
| petercj wrote: | I got a round icon on desktop with a blue cross on it (which I believe is the crossover system) when I click on that icon I get the mesage: "KDEinit could not launch'/disks/c/Program Files/Opera7/opera.exe'
However, if I go to the 'run' command I can launch Opera
I'm sure that I did download the Linux version of Opera. |
If you're getting a message that mentions "Program Files" and "opera.exe", you're trying to run the windoze version. Did you download the Xandros version of Opera and install it with Xandros Networks? (If you don't know about Xandros Networks, just ask, it will make your Linux life much easier!)
| petercj wrote: | | I was hoping xandros would have straightforward installation structure like windows does. |
Well, it is pretty straightforward, it's just different and takes a little getting used to.
| petercj wrote: | | Is there a straightforward way I can use to download and install programs with a desktop icon? |
Just about anything you need can be downloaded and installed with Xandros Networks. Unfortunately, not all programs will automatically add a desktop icon or a Launch Menu shortcut. Some will, some won't. But it's easy to add them yourself.
| petercj wrote: | | Maybe its me, but I often find that the explanations and instructions on using Linux use a language and terms that is esoteric and so the explanations make good sense when you know how Linux works - a bit of a catch-22! |
It can seem that way when you first start out! I still feel that way sometimes, especially if I'm trying to do something from the command line. All that command line stuff has documentation, but it's mostly written in GeekSpeak. So I know what you mean. Hang in there a while, and if somebody explains something in a way you don't understand, ask more questions - that's what these Forums are for.
| petercj wrote: | | Is it question of learning a few basics about Xandros in order to to use it for the net, office applications, etc, or is there a lot more required to use Xandros for these purposes? |
You really don't need to learn all that much. You just have to realize that Linux is not windoze, and some things will work a bit differently. Once you get a few basics down, you'll be in pretty good shape. Most of the programs you'll want to use can be easily downloaded and installed with Xandros Networks, and once you've got them installed, just click the icon for them, and most Linux applications work a lot like windoze applications.
Jim _________________ I refuse to live in a country like this - and I'm not leaving. - Michael Moore |
|
| Back to top |
|
 |
petercj Xplorer
Joined: 04 May 2005 Posts: 5
|
Posted: Thu May 05, 2005 6:11 pm Post subject: |
|
|
Hi...
... and thanks to both of you for your replies... unfortunately I don't have a clue about Xandros networks... any help would be gratefully received....
I'm pretty sure I downloaded a Linux version of Opera, but are you saying there is a special Xandros version too?
Peter |
|
| Back to top |
|
 |
jimallyn Site Admin

Joined: 31 Jan 2003 Posts: 8195 Location: Wenatchee, Washington, USA
|
Posted: Thu May 05, 2005 6:55 pm Post subject: |
|
|
| petercj wrote: | | I'm pretty sure I downloaded a Linux version of Opera, but are you saying there is a special Xandros version too? |
Well, not exactly Xandros-specific. There are several main "flavors" of Linux: RPM (RedHat) based, and DEB (Debian) based. Xandros is a sub-flavor of Debian. Opera has a version compiled especially for recent Debian-based Linux distributions. The file I downloaded and installed is:
opera_8.0-20050415.5-shared-qt_en_sarge_i386.deb
And that's the one you want. I got it from one of the US download sites, here:
http://opera.com/download/get.pl?distro=xandros&id=26666%2C26662&location=132&sub=++++&x=118&y=14
You can choose other download sites from Opera's download page, though. When you've downloaded it, install it with Xandros Networks.
Jim _________________ I refuse to live in a country like this - and I'm not leaving. - Michael Moore |
|
| Back to top |
|
 |
davidalun Xandrosianschwing
Joined: 18 Jan 2003 Posts: 2172 Location: Niagara Falls, Ontario, Canada
|
Posted: Thu May 05, 2005 7:02 pm Post subject: |
|
|
Peter,
you can download a Xandros version of Opera from
http://www.opera.com/download/
It may start Xandros Networks by itself after it finished downloading (mine did), if not, open XN from your desktop of launchmenu.
In XN go to the first tab at the top of the page and in the dropdown list you'll see an option to install a deb file. Navigate to where you downloaded the opera file and tell it to install. You'll be asked to confirm and to supply the root password. XN will do all the rest.
Some installs put the app in the launch list and/or on the desktop. I can't remember if Opera did to be honest. For any app that doesn't, right click on the desktop and have it make a shortcut to an app. Put the name of the app in the box and just follow the instructions.
To change an icon, right click on the shortcut and bring up the properties. Left click on the displayed icon and you can browse for a replacement.
Hope this helps,
Dave _________________ Dave Blythin.
Xandos 1, 2, 3, 4 ... and now PCLOS. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|