OpenSUSE :: Make A Shortcut In A Desktop That Executes A Program?

Nov 12, 2010

even though this is a simple task I always have problems to do this.I want to execute the following#!/bin/bashjava -jar JabRef-2.6.jaror in other words this is the command I use in konsole to make the application to launch.Then usully I try to create a desktop in the icon either by using a. create link to locationorb. create link to application.where I select as file the file myfile.sh that contains the two lines of code I posted above (see again below)
"#!/bin/bashjava -jar JabRef-2.6.jar"I do this file executable by using the chmod +x.Sometimes I think this works while others like now I only receive the cursor bouncing for sometime before it dissapears

View 4 Replies


ADVERTISEMENT

SUSE :: Make A Shortcut For Any Given Program?

Jun 24, 2010

After installing a few packages without a package manager (yast), I was wonding if there is anyway to make a shortcut (or application link or whatever its call) for any given program you install to show up automatically on all users desktops and start menus(for lack of a linux term). For example I installed firefox to a folder in the /opt directory and found that i could drag and drop the shell command to the desktop to make a shortcut, or i could create a new application link on my desktop and point it at firefox. But what If i wanted that to show up for all users somewhere by default? Is there anything like the "all users" desktion winXP or the "public user" in win7?

View 2 Replies View Related

Ubuntu :: Make Shortcut To Java Program?

Sep 15, 2010

How to make a shortcut to a program?

It's a Java program started by a shell script

#!bin/sh
java -jar LinShredder.jar

It starts okay in its original folder, but when I link to it from e.g. the desktop it doesn't work.

View 9 Replies View Related

Fedora :: Making A Shortcut That Executes A Couple Commands At Once ?

Jul 14, 2011

I want to use a desktop icon shortcut that essentially does this...

Is there a way I can do this? I don't really want to create an alias because I just want it to be an icon I double click to do all of this. But if I have to create an alias in which it does these ocmmands then I use the shortcut to terminal... then it types the alias that is fine also.

View 1 Replies View Related

Ubuntu :: Make A Proper Shortcut On Desktop?

Jan 26, 2010

I have been trying to make a shortcut to my downloads folder on my desktop but I only seem to be able to create "link to downloads" folder. I thought this was just the same thing as a shortcut but when I run some programs from the folder they do not work correctly. They only work from the real 'downloads' folder and not the 'link to' folder

View 6 Replies View Related

Ubuntu :: Make A Desktop Shortcut Of Xterm?

Jul 19, 2011

Unless there is some better way to quickly open xterm?

View 1 Replies View Related

General :: Make A Desktop Shortcut In XFCE4 ?

Jun 19, 2010

I installed opera10 and I can start it from a shell script from the opera folder but when i try to make a desktop shortcut it does not work. Either from xfce or by right clicking and choosing to send it to the desktop as a shortcut.

I did not install opera system wide, only under one user. Do I need to set some kind of path or link or something?

View 14 Replies View Related

Debian :: How To Make Shortcut On Desktop From Applications Menu

Jul 9, 2015

How can i make shortcut on desktop from Applications menu? If i right click an application from Applications menu, the application launches, Can't make shortcut.

View 5 Replies View Related

OpenSUSE :: Create A Shortcut For A Program That Launches In Terminal?

Jun 11, 2011

I'd like to create a launcher for ParaView that requires a terminal shell in order to launch. It is just a pain having to enter the couple of lines to launch it from Konsole.

cd /home/user/Document/ParaView(version)/bin
./paraview

Lemme know what you think. I'd just like to add something to the quick launch panel.

View 1 Replies View Related

OpenSUSE :: 11.3: Unable To Make The UTorrent Shortcut

Feb 7, 2011

OS: OpenSuse 11.3 / 32-bit / Gnome. Updates to latest.Issue: while using uTorrent Server Alpha (for Linux) i have encountered a shortcut malfunction. After the program was successfully installed (by that, i mean download and simply modify its settings to be able to execute it as a program, and double click on it & keep it running in a Terminal) and ran for the first time, it came to me that i should make a shortcut to the program, on one of my two "taskbars". So i simply created one and correctly pointed to the application (i left it on my desktop). But after restart, i tried to access it via this shortcut and it indeed started, but returned an error, that the graphical interface (html based) situated and :8080/gui/ was not there, and that it should be downloaded. So i stopped it and went to the desktop folder & ran it in a terminal and VOILA, no problem, everything was good as new.

PS: i was not running the program under sudo and i changed its default login configuration (from a simple "admin" username, to a proper username and password).

View 1 Replies View Related

OpenSUSE :: Desktop Shortcut Won't Start App

Sep 13, 2010

I installed matlab for linux via the installer. When I type into the terminal as normal user:

Code:

matlab

the program starts perfectly fine. I want now a click-able icon on the desktop (KDE3.5). So when I produce the application shortcut, no matter how I do define the command, it will not start. I did put Command: matlab (tried also matlab glnx86) I joined in advanced: start in terminal (but it does not work either) I did join the complete and correct path...... Somehow....I do not understand why it starts from the console in user-mode without problems with the command but not while using a shortcut.

View 6 Replies View Related

Programming :: Create A RS232 C Program That Executes A Series Of Commands Down The Line To A Robot?

Jan 5, 2011

I am trying to create a RS232 C program that executes a series of commands down the line to a robot. Everything seems to work fine, except any sequential write to the serial port. At first I thought it was the UART's buffer being filled too fast, but even with a 50 uS delay it still throws the error.

Here is my code:

Code:
#include <termios.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/signal.h>
#include <sys/types.h>

[Code]...

View 1 Replies View Related

OpenSUSE :: Create Saome Variables To Make Shortcut To Some Directories?

May 25, 2010

Here is the issue:I create saome variables to make shortcut to some directories I go frequently (so, I then I type, e.g. cd $P_DIR). Of Course before that I put a valid value into P_DIR variabe.Also, alias, asalias cls=clearSo, I type cls, and is the same as the commando clear (but shorter)What I want to do is that those variables as aliases stay in the computer when I reboot or turn off and turn on.So, I put "somewhere" (this is the place(s) maybe one for variables, and other for aliases, turn of the computer, and when I turn on, the aliases and variables are still there

View 9 Replies View Related

OpenSUSE :: Create A Shortcut Either On Desktop Or In The Game Menu?

Mar 11, 2010

newbie here..loving suse...but a question on package management...I have to run the etracer command in a shell to launch the program "extreme tux racer" for my son. it does not show up in a menu anywhere.how do i create a shortcut either on desktop or in the game menu?

View 3 Replies View Related

Ubuntu :: Make A Startup Script That Executes A Simple Php Script At Boot?

Mar 24, 2011

trying to make a startup script that executes a simple php script at boot. The stipulation is that it must be run after fstab is processed because it requires access to a volume that fstab mounts. As it is, it doesn't seem to be running properly at startup, and I suspect that it is simply running before the volume is mounted. The script does not need root access. If I run it once I login, it works fine.

Also, is there a way to determine the output of a startup script?I am have configured a bash script called module.sh that cd's to the scripts directory (in the external volume) and then executes the script. I didn't forget the ampersand after the php invocation. I used update-rc.d module.sh defaults to configure it.

View 1 Replies View Related

OpenSUSE :: Gnome: Disabling "show Desktop" Shortcut

Apr 9, 2010

I'm using Gnome on openSUSE 11.2. I can't get rid of the ctrl-alt-d keyboard shortcut in Gnome. I have set it to "disabled" in control center -> keyboard shortcuts, but no luck.

When I run the gnome-keybindings-properties program from the terminal it dumps these two messages onto stderr:

(gnome-keybinding-properties:11958): keybinding-properties-WARNING **: No description for key '/apps/compiz/general/allscreens/options/opacity_decrease_key'
(gnome-keybinding-properties:11958): keybinding-properties-WARNING **: No description for key '/apps/compiz/general/allscreens/options/opacity_increase_key'

and the following two messages like 20 or so times:

(gnome-keybinding-properties:11958): Gtk-CRITICAL **: gtk_tree_store_append: assertion `VALID_ITER (parent, tree_store)' failed
(gnome-keybinding-properties:11958): Gtk-CRITICAL **: gtk_tree_store_set_valist: assertion `VALID_ITER (iter, tree_store)' failed

I realize this isn't the most critical problem, but I am experimenting with Guile (scheme as a C extension language) which I am editing in Emacs, and even after reassigning "down-list" I keep hitting C-M-d because it's right by C-M-f which I also use constantly, and this minimizes all my windows! And there is nothing on my desktop, I never use the feature intentionally. Maybe I should get a wallpaper that says "HaHa Dummy!" or something of the sort to at least get a chuckle out of it when it happens.

View 4 Replies View Related

Ubuntu :: Create A Shortcut To Run A Program On Terminal?

Jul 7, 2010

I want to create a shortcut to run a program called RoomEqWizard but the only way I know how to run the program is to open a terminal and type the location to where the program is and call the program file. I already tried creating a shortcut on the main menu but I get a "error creating the child process for this terminal" message every time...

View 1 Replies View Related

Ubuntu :: Can't Remove A Shortcut Made By A Program

Jul 25, 2010

I recently installed Acetone ISO in the hopes of installing a program, but alas it doesn't do what I need it to (run the MDF file like a disk rather than showing all the files in it, and because this is a multi-disk thing I'm installing I'm kinda stuck now) and I noticed it would make a new virtual drive every time I mounted an image, and I wound up with four of them, and each one had its own shortcut on my desktop. Well, I removed the program and deleted the folder it created, but these shortcuts are still on my desktop. And they are UNTOUCHABLE!

The command line ls -al ~/Desktop/ will show everything on the desktop BUT THEM, they have no permissions, and cannot be moved, copied, or deleted, because Ubuntu can't find volume information on them. I reinstalled the program to see if anything would help, and I noticed that the drives would go away if I unmounted the image (I coulda sworn I told it to before, but it didn't want to...) but now these drives are errors to the program, and I still can't remove the shortcuts.

View 3 Replies View Related

OpenSUSE :: Add Program Launcher Directly From The Menu To KDE Desktop

Jul 15, 2011

I have opensuse 11.4 with KDE. How to add a program launcher directly from the menu to the KDE desktop, but not as a widget?

View 3 Replies View Related

OpenSUSE Install :: Program Not Shown In KDE Desktop App Menu?

Feb 9, 2010

I'm new to openSUSE just installed a chess program using YaST2 software installer. The program is called phalanx. It doesn't show up in the application menu in KDE Desktop and I don't know how to start the program.

View 3 Replies View Related

Ubuntu :: What The Shortcut Keys Are To Force Quit A Program

May 15, 2010

what the shortcut keys are to force quit a program that has frozen up in Ubuntu 10.04? I use to know it, but can't remember

View 4 Replies View Related

OpenSUSE Install :: Good Program To Make Disk Images To Reset System

Aug 20, 2010

I have a lot of RAR files and ISO. Is there a program like Winrar which could open them in Linux? Cause now it only opens zip files . Also I would like to know what the best package manager is (I mean the easiest -used to use the Software Manager in Mint 9 Xfce).At last I would like to know if there is a good program to make disk images to reset the system.

View 9 Replies View Related

OpenSUSE :: Finding A Program For Taking Desktop Video Clips?

Feb 13, 2009

I am trying to make a demo of Sauerbraten for a friend of mine. I would like a short video clip of playing Sauerbraten, however I don't know how I can do this. Is there a program you download?

View 9 Replies View Related

OpenSUSE :: Create An Icon On The KDE4-desktop To Start A Program?

Dec 30, 2010

how can I create an icon on the KDE4-desktop to start a program?

The program to start was not installed with YAST.

View 4 Replies View Related

OpenSUSE :: Possible To Make Gnome Desktop Look Like On KDE?

Feb 8, 2011

I want to make Gnome desktop look like on KDE, to be more precisely if its possible to make a desktop/home folder like in KDE???

I'm using OpenSUSE 11.3 32bit

View 9 Replies View Related

Ubuntu :: How To Create A Shortcut To Open Command Line Program

Feb 21, 2010

I use a few command line programs quite often such as nano and mpc. I'd like to create a shortcut icon to open them rather than opening a terminal and then typing in the program name to open it. For example, how could i open konsole with nano opened in one step?

View 5 Replies View Related

Ubuntu :: How To Make A Shortcut In Unity

Apr 14, 2011

I have installed Opera 11.10 from a tar.gz file.

Can i make a shortcut to Opera in the Unity menu-pane? Even when i search for "Opera" i find nothing. I can access Opera from Alt+F2 -> Opera.

View 6 Replies View Related

Ubuntu :: Make A Shortcut For A Command?

Apr 21, 2011

I want to place a couple of launchers on my desktop so when I click them a terminal opens and runs the command how do I do this?E.g I want one for tail -f /var/log/messages, and another for rtorrent

View 2 Replies View Related

General :: Make A Shortcut To A Folder?

Dec 10, 2010

i have been running windows from ME through to Windows 7 over the years. and i must admit that because of all the flaws with the earlier versions and those wonderful little viruses that seem to show up even though your teenagers swear they didn't do anything ,have made me somewhat skilled at formatting and reinstalling the OS to the point where i have done it for several other ppl to help them out. I rather enjoy doing it actually.

and i have been a big fan of lets just call it "open source" windows software. now this ubuntu thing seems to have taken some of the fun away..

i ran the cd version of 10.10 and really liked what i saw so i installed it alongside my windows 7. naturally as luck would have it something went astray and i can no longer boot to win7. not a big deal. i was going to format and reinstall anyways. ha ha.

i have been reading through the forum learning what i can but now my question

i still have a machine running windows on my home network.

what i would like to do is make a shortcut to a folder on it from my ubuntu desktop. i do have full access to the machine and the folder , i would just like a shortcut .

View 8 Replies View Related

OpenSUSE :: Make Firefox Look Like It Belongs To Kde Desktop

Sep 3, 2010

I updated to 11.3 and my Firefox became ugly. It now looks like this: [URL]

It used to look something like this with 11.2: [URL]

Firefox still uses KDE file dialogs etc. so at least some of the Kde integration still works. How can make firefox look like it belongs to Kde desktop. I already tried reinstalling firefox and also removing .mozilla folder.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved