Software :: Create Launcher In Fedora 13 Which Will Run Simple Script Named Proj4a?
May 8, 2011
I am trying to create a launcher in Fedora 13 which will run a simple script named proj4a. I run this script from the command line as follows:
$ $HOME/proj4a >$HOME/proj4a_out
where proj4a is an executable file in my home directory and the output goes into a file, proj4a_out, in my home directory. Everything works fine. I created a launcher called Proj4a and in the command field I entered the following:
' $HOME/proj4a >$HOME/proj4a_out'
When I click on the launcher it comes back with the following: There was an error launching the application.
View 5 Replies
ADVERTISEMENT
Feb 24, 2011
I'm trying to make an extremely simple script named 'findm' in my /usr/local/bin that looks like this:
Code:
#!/bin/bash
find -mindepth 1 -iname '*$1*'
As you can see, I want to be able to run 'findm some_argument' while in a shell in any directory. The problem I'm having is that this script only works when I'm in my top most home directory. Any directory lower than that and the script returns no results.
View 2 Replies
View Related
Jan 19, 2011
Is it possible to create a launcher for something with a |
ie; ./script.sh | telnet
I have the script just want to launch it from desktop.
View 4 Replies
View Related
Aug 20, 2010
Im trying to create a launcher within Fedora. The path I need to excute is "python /opt/GNS3/gns3". Ive added this to the launcher but nothing happens.
View 4 Replies
View Related
Dec 15, 2010
in a shutdown script that launches when I click an application launcher in one of my panels. I need this because I use scheduled shutdowns and I want to be able to cancel them quickly and easily if need be.It would be nice to somehow change this so I didn't need to enter my password, but I know it uses sudo and this might be too complicated or impossible.I don't really know that much about making scripts. What extension do you save them as, do you have to mark them as executable, etc. I basically started out with the bin bash or whatever deal at the beginning and then just put in that command.
View 2 Replies
View Related
Mar 26, 2010
I am having trouble creating a desktop launcher icon for an application that needs to run in terminal mode and is run with "mono". After creating the launcher on the desktop it launches the terminal window and then gives the error "There was an error creating the child process for this terminal", and the terminal window is blank. Here are the steps I use to launch the application in a many step process. click on applications/system tools/terminal then in the terminal window I type, cd /var/opensim/Test/bin mono OpenSim.32BitLaunch.exe The above steps work just fine and the instance of the application runs just fine, but it is rather tedious to enter in all that everytime I want to run the application.
1 - place a desktop icon on my desktop to launch the application,
2 - Launch this application when I reboot Fedora so it starts automatically whenever I boot.
The way I created the desktop launcher was to right click on the desktop and select create launcher. I selected "application in terminal" and when I entered in the command line, I added "mono" to the command after navigating to the place the application was with the correct path. Here is the actual command line that is in the launcher that throws the error message.
/var/opensim/Test/bin/mono OpenSim.32BitLaunch.exe
View 6 Replies
View Related
Jun 13, 2011
how do I create a launcher for an application using DosBox? I tried in Alacarte, but it does not show up. I did this both as root and as user.Disregard. It did create the launchers. It just put them in "Other" even though I told it to create them in "Internet" so they are there, but just not where I want them. That is okay since now I can add them to my favorites and put them in the order I want.
I guess I will like Gnome 3 better as I find tweaks to make it work like I want it to work. Still though, it is not nearly as user friendly as my heavily tweaked Gnome 2 with Compiz.Another question though: How do I get it to select and use a photo I want for the background instead of the stock images? It is annoying as all get-out to have the screen turn to grey rather than stay the way I want it. :
View 5 Replies
View Related
May 29, 2011
How do I create a custom application launcher in Gnome 3? I used to be able to right click on the panel and choose 'Create custom launcher' in Gnome 2, but that doesn't seem to work here.
View 14 Replies
View Related
Jun 8, 2011
Suddenly the application launcher (the one that pops out when pressing the green chameleon button) has changed and I no longer get the formerly so pretty application launcher. Instead I now get a simple context menu style drop down menu.
I first noticed this after I updated PackageKit. is there a way to get this back to the previous applicationn launcher. When adding just the applet (without the button) it still looks the same, just the button doesn't pop it out anymore, as it chose to pop out a grey drop down instead.
This is on OpenSuse 11.4 KDE 4.5 and the latest desktop kernel
View 2 Replies
View Related
Feb 12, 2010
How do I create a launcher/shortcut on Gnome desktop, which starts a Terminal window and executes a shell script?The script should execute as if I started the script manually, i.e. if I abort the script by pressing CTRL + C, the script should terminate but the terminal window should remain on screen.If I create the shell script launcher/shortcut using the �straight forward �Create Launcher� method�, the terminal window also closes when I hit CTRL + C
View 8 Replies
View Related
Mar 14, 2009
Mandriva 2009, BIND 9.5.0-P2. Named will start however I'm getting the above error as well as these:
14-Mar-2009 15:45:37.084 general: error: zone 0.in-addr.arpa/IN: loading from master file /var/lib/named/var/named/reverse/named.zero failed: file not found
14-Mar-2009 15:45:37.084 general: error: zone 0.0.127.in-addr.arpa/IN: loading from master file /var/lib/named/var/named/reverse/named.local failed: file not found
[code].....
Named shows to be running but with the errors above I know it's not running correctly. I also copied the above dir's over to /var/lib/named/var/lib/named which is where I 'believe' it's chroot'd at, though I could be wrong since I'm unfamiliar with chroot.
View 14 Replies
View Related
Jun 22, 2011
I installed Redhat Enterprise 3 on one of my servers. In my haste I didn't properly partition both Hard Drives and only properly partitioned one of them. Thus now I have
/dev/sdb1 478711768 137858256 316536328 31% /
/dev/sda1 101089 15346 80524 17% /boot
Where /dev/sda1 is actually a 80 GB hard drive. Is there anyway I can safely and easily repartition the unpartitioned space without causing a huge mess? I have a very important Oracle database on /dev/sdb1 and thus I want to be able to back it up on the second disk. I can create a partition on that drive?
View 2 Replies
View Related
Jun 12, 2011
Is there anyway to make Nautilus have a "Create Launcher" item under the File menu? Is there some plugin I can install or file I can edit? Launchers are very useful but always having to create them on the desktop first then move them to where I want is pretty annoying.
View 3 Replies
View Related
Jun 22, 2010
i'm just trying to understand named pipes in linux.For that i'm just trying to create one named pipe using mkfifo.but its not working properly..following is my code snippet. so if anyone comes across the mistake i made
Code:
#include <stdio.h>
#include <errno.h>
[code]....
View 8 Replies
View Related
Aug 24, 2010
Code:
$ echo 2 * 3 > 5 is a valid inequality. This will create a file in the current directory named '5' with the number '2' in it, the names of all the files in the current directory, followed by the number '3' and 'is a valid inequality.'
What I do not understand is why 'is a valid inequality' gets written to this file. I thought it would write '2', all the file names in the current directory, then '3' into the file called '5'. Why does the 'is a valid inequality.' get written to the file also?
View 3 Replies
View Related
Apr 22, 2010
My question deals with me creating a name pipe (file) in the my /group directory called chat.I then have to write a script to read from the named pipe and save data into a file called chat.log until the words End of File are passed to the program.
-When I created the named pipe file (chat) I used the mknod chat p command..Is this the correct command to create a named pipe file? -Then I'm having trouble with my script and how to make it run until the words End of File are entered in. This is what I have so far.
View 6 Replies
View Related
Jan 21, 2011
have a built piece of software that I wrote with a whopping 3 files included total.Iwant to package this inside an rpm. I don't need complex stuff like postinstall scripts, dependencies, subpackages, or any of that stuff. I just want a simple rpm with the 3 files, a package identifier, and a summary. I am not planning on posting this rpm on a repo such as fedora or rpmfusion.
View 1 Replies
View Related
Mar 26, 2011
How to create a simple Makefile using C....
View 3 Replies
View Related
May 27, 2010
You know when you right click the screen and you can make a launcher with a custom command? Okay...how would I do that from the terminal?
View 6 Replies
View Related
Oct 21, 2010
I want to create a launcher that will mount a ssh location. That's easy enough. I just create a launcher that does:
Code:
sshfs user@host:/remotefolder /media/whateveriwant
Well... turns out you can't unmount a mount of that kind by the typical methods, I have to
[code]...
View 3 Replies
View Related
Apr 19, 2011
I have a program which launches by a command but the command is not valid if i dont cd/ to the location of it first, is it possible to make the lancher (terminal) first go; cd /home/user/x then the program?
View 4 Replies
View Related
Apr 1, 2011
I am using Cent OS 5.5 and i want configure DNS, but while configuring bind i am getting below error.
#/etc/init.d/named restart Stopping named: [ OK ]
Starting named:
Error in named configuration:
/etc/named.conf:57: open: /etc/named.root.hints: file not found[FAILED]
View 2 Replies
View Related
Jun 24, 2011
I need to create a simple diagram - basically, a small binary tree with labels on the nodes. I would probably posting that as a graphic illustration for a forum or blog post (but not at these forums).Looking at KDE menus, "gimp", "mtPaint", "LibreOffice draw" and "Inkscape" look as if they might be possibilities.When it comes to drawing, I'm am all thumbs (hopelessly incompetent). So what do you folk suggest as an easy way to get the job done.
View 5 Replies
View Related
Mar 8, 2010
GNU/Linux kernel 2.6 Suppose I have 7.5GB file a I want to create two DVDs with it as simple data. Can I do this? And how do I retrieve the file afterwards?
View 4 Replies
View Related
Jan 5, 2010
What is the step by step procedure of creating simple DNS in redhat enterprise linux?
or by using simply named.conf,resolve.conf, with forward zone & reverse zone.
View 4 Replies
View Related
May 13, 2011
I simply cannot find anyway to create a simple desktop shortcut. I am Using Linux Ubuntu 11.04 with the Unity Interface. I love the panel on the side, but I would also like simple desktop shortcuts also. I can't do it. I tried dragging them on and nothing, I tried right clicking to see if there was an option and nothing. Where can I do this?
View 5 Replies
View Related
Feb 28, 2011
To launch easy tether I need to open 2 terminals and type some command, not all that hard, but I can I do this with one launcher? "Open Terminal and run "easytether enumerate", then "easytether connect". Once it says the connection is established, do not stop the running "easytether connect", open another Terminal and run "sudo dhclient easytether0". "
View 4 Replies
View Related
Mar 11, 2010
How do I automate the creation of a launcher from a bash script?I can easily create my launcher by drag and drop or right-clicking on the menu panel, but I would like to fully automate this from a bash script.I suppose it is a Gnome question rather than a general Ubuntu question, but all searches typically ends explaining how to create a launcher that runs a bash script.
View 5 Replies
View Related
Apr 4, 2010
I decided to try and find a home inventory application. I found one called "Attic Manager" that works in Ubuntu. [URL]
The instructions are to run it from the terminal. That's ok for once and a while, but a pain if used regularly. So I tried to set up a launcher for it. I couldn't seem to get it to work. In the command, I simply put in the path and file name, but can't seem to get it to work.
View 3 Replies
View Related
May 30, 2010
I am wondering how to create a launcher with 2 functions in Ubuntu 10.04. The functions I want are both in terminal, and I want them executed in this order:
# sync
# echo 3 > /proc/sys/vm/drop_caches
The echo 3 command requires root privileges to run, and I haven't figured out how to do that yet. I am brand new in ubuntu, and have only been using it for about 2 weeks. The reason behind this is that I want a launcher in the bar at the top of the screen that I can click periodically to dump my ram cache, since I have 4 gb of ram, and do not see the point of using 100 percent of that when just sitting on the desktop.
View 9 Replies
View Related