Ubuntu :: Make A Terminal Command Run By Clicking An Icon?

Aug 22, 2010

I have my xbox 360 connected to my laptop running Ubuntu 10.04 using the Ushare program. In order to reset Ushare and have it send any new files I have to the 360, I have to go into the terminal and enter

sudo /etc/init.d/ushare stop
sudo /etc/init.d/ushare start
sudo /etc/init.d/ushare start

Is there a way I can have an icon in my panel/toolbar thing at the top of the screen that will run this command string automatically? I'm getting tired of having to enter the whole thing by hand every time.

View 5 Replies


ADVERTISEMENT

General :: Launch A Terminal By Clicking On The Terminal Icon At The Top Of The Screen

Apr 22, 2010

I have a favorite REXX program called fv2. When I was a Windows user I had an icon for fv2 on the Quick Launch bar. Click that icon, and the program ran. Now, as a Linux (Ubuntu) user it is necessary to go through several steps to run fv2.

1) Launch a terminal by clicking on the terminal icon at the top of the screen. What's that area called? The GNOME panel?
2) Enter: ~/Desktop/RexxScripts
3) Enter: regina fv2

I run fv2 several times per day and would really like to have the convenience of a clickable icon.

View 3 Replies View Related

Ubuntu :: Clicking The Icon The Commands Ran In The Terminal Automatically?

Jan 15, 2010

I had automated some tedious commands in the terminal by writing them in a text file and placing an icon on the panel. By clicking the icon the commands ran in the terminal automatically. I cant for the life of me remember the icon command I used to get this to work.

View 3 Replies View Related

General :: Make Linux Terminal Transparent With Terminal Command?

May 10, 2010

Is it possible to make terminal (xfce4-terminal) transparent from bash script?

Maybe by enabling compostion?

View 1 Replies View Related

Ubuntu :: How To Make Rsync Command Open In Terminal

Sep 14, 2010

I have the following rsync command for making some backups:
Code:
rsync -r --progress --delete -H --numeric-ids -a --exclude=.gvfs /source /media/Backup
If I paste that in my Terminal, it will perform a backup of all the files and show me what's going on in the Terminal window. But how can I make that into a launcher? I have made a launcher on my desktop with that code in its Properties, but double-clicking it starts the rsync process (I can see HDD activity) but a Terminal window won't open.

View 6 Replies View Related

Ubuntu :: Can't Get Blender To Run By Clicking The Icon From The Folder On Desktop

Jan 14, 2010

Trying to install Blender 3d (an older version, as current is not compatible with my ubuntu 9.04 This is the cd that came with the blender manual): System> Admin> Software Sources> Third-Party software> add cd-rom. I get E:Failed to mount the cdrom whether I put the disc in before or after I hit the Add-CD-Rom button. Synaptic gives same result. File Browser sees the CD-ROM, icon for it is displayed on my desktop.Opening the I can't get Blender to run by clicking the icon from the folder on my desktop.

View 3 Replies View Related

Ubuntu :: GTK Win Decorator Segfault When Clicking On Menu Icon

May 25, 2011

I am running 11.04, and was running under Unity, and then moved back to Gnome 2.23.1. I am having a segfault occur any time I click on the window menu icon for any window. Once this occurs all the menu bars disappearing and I cannot move any of the windows, minimise/maximise, and while I am able to close most windows via their menu's it is really annoying! To get it back up I have to call gtk-window-decorator from the command line. This is how I found out it was a segfault.

Code:
** (gtk-window-decorator:18789): CRITICAL **: Could not find frame info xd0u0012x8fu0008u0001 in frame type table
Segmentation fault

View 4 Replies View Related

General :: Open Program Just By Clicking On Icon?

Apr 3, 2010

Navbox is in my documents folder. to open the program I have to open the folder, right click on the .exe file, then click on 'open with Wine'. This works, but I would rather have an icon on my desktop and be able to open the program just by clicking on the icon.

View 2 Replies View Related

OpenSUSE :: Empty Trash When Right Clicking On Icon In KDE4?

Jun 1, 2010

I have opensuse 11.2 with KDE installed and I changed the default File Manager to Konqueror. I cannot empty the Trash when right clicking on Icon in KDE4. If I try, then I get Icon Settings. Howto switch off these Icon Settings generally?

View 2 Replies View Related

Software :: Plasma-desktop Chrashes When Right-clicking On Any Icon On KDE 4.3.5

Jun 1, 2010

Plasma-desktop crashes when trying to right-click on any icon or when trying to drug 'n' drop any file(on the desktop) in any folder.-But no trouble when right-click on the bare desktop-in order to the background pic for examble-.A possible explanation could be a fault on the upgrade packages as I had no trouble few days ago.
Distro info:Mandriva One 2010.0 KDE 4.3.5

View 3 Replies View Related

Ubuntu Multimedia :: Open Audio CD With Rhythmbox When Left Clicking On Desktop Icon - Instead Of Nautilus

Mar 31, 2011

When I have an Audio CD inside my computer in the desktop there is an icon called "Sound disk". When I left click on it Nautilus opens. I would like Rhythmbox to open instead.

I've tried to change in /etc/gnome/defaults.list :

But the problem is still here.

NB: I only need to click once on the icons of the files to open them (I changed the preference of Nautilus).
NB2: I have no problem with "Open with" in the context menu when right clicking.
NB3: I have no problem when I insert an Audio CD: Rhythmbox opens automatically because I selected that option.

View 2 Replies View Related

General :: Run Open Office Doc By Clicking / Terminal Have To Change Permissions To Run

Dec 8, 2010

Im trying hard to get familiar with Linux Ubuntu and Im a bit comfused on one thing. Why can I run an Open Office doc just by clicking and in terminal a have to change the permissions to run it even as a root?I thought that in graphic mode Im the actual root no? And so when I run the terminal I should be still the root no?

View 4 Replies View Related

Ubuntu Installation :: Error. Clicking The "do Not Enter" Warning Icon Gives Me This

May 6, 2010

After upgrading to 10.04, I noticed Firefox would suddenly crash for no apparent reason. I tried to run the update manager to see if there were updates available. There were a whole slew of them. They downloaded and began installing, but it gave me an error. Clicking the "do not enter" warning icon gives me this:

Code:
Could not initialize the package information An unresolvable problem occurred while initializing the package information. Please report this bug against the 'update-manager' package and include the following error message: 'E:Problem parsing dependency Depends, E:Error occurred while processing postfix (NewVersion1), E:Problem with MergeList /var/lib/dpkg/status, E:The package lists or status file could not be parsed or opened.'Anybody have an idea how I can fix this and install the updates?

[Code]...

View 1 Replies View Related

Programming :: Open Gnome Terminal (pass Commands ) On Clicking Glade Button

Dec 18, 2010

I am working on a small project for making a small configuration tool for ubuntu 9.10 for new linux users, that make their system working easily without knowledge of the linux commands.I created a gui in glade and loaded the gui with my python program to show up, now i wish to have some python codes that can launch a gnome terminal (and also pass some linux commands to it) on the click of a button contained in the glade file.

View 1 Replies View Related

Ubuntu :: Set A Default Terminal Window Size When Click On The "Terminal" Icon?

Feb 22, 2011

Is there a way to set a default terminal window size when I click on the "Terminal" icon? I need my terminal to be of a certain size every time I click on it?

View 2 Replies View Related

Ubuntu :: Command For "Open A Terminal Window And Run Application In This Terminal ?

Aug 8, 2010

What is the command for "Open a terminal window and run application in this terminal

View 4 Replies View Related

Programming :: Prevent People From Exiting The Terminal By Clicking The "X" At The Top Right?

Nov 12, 2010

Currently i'm doing a script for my project and I want to prevent people from exiting the terminal by clicking the "X" at the top right. when I run the script, user cannot exit out of the terminal unless the scipt finish running.

View 5 Replies View Related

Ubuntu :: Make Terminal Look Like The Fallout 3 Terminal?

May 6, 2010

I've been wanting to do this, basically all I need is the image for the terminal and a know how on how to change the text to a lime green.

View 5 Replies View Related

Ubuntu :: Make The Terminal Look Like The Mint Terminal?

Aug 13, 2009

The Linux mint terminal has green and blue for the prompt. How do I make the Ubuntu terminal look like the Linux mint Terminal? I have looked at the color settings under the Terminal profile preferences and I do not see that setting available there.

View 6 Replies View Related

Ubuntu :: Replaced Gnome - Terminal Icon?

Sep 22, 2010

I created a menu entry to run MATLAB using

Code:
gnome-terminal -x /usr/local/bin/matlab After using MATLAB a few times, I realized that my gnome-terminal icon has actually been replaced with the MATLAB icon, even when I'm running the terminal by itself. Meaning that it shows the MATLAB icon in the taskbar and the Run Applications dialog when I type in gnome-terminal.

View 3 Replies View Related

Ubuntu :: Arrange Icon Position Via Terminal?

Jan 2, 2011

Is there a way to arrange icons from terminal? Was thinking to make a bash scripts as sometimes(quite seldom) my icons just rearrange on their own and it's damn annoying having to drag them to the place they were.

View 1 Replies View Related

Ubuntu :: Set Xfce Terminal Window Icon?

Jul 9, 2011

I have an icon theme going, and when using 'gnome-terminal', the window of the terminal uses the icon from the theme. When using 'xfce4-terminal' however (which I prefer, given how I now run xfce), the window uses its own icon (that draws a large dollar sign in the middle of a black monitor) and simply ignores the terminal icon from the theme.

I would like to rectify this disturbing matter

View 2 Replies View Related

Ubuntu :: Terminal Icon Won't Show In Sidebar?

Jul 23, 2011

The icon for the terminal won't show in the side bar on my desktop when it is running. Is there anyway I can get it back or fix this issue? I'm using Ubuntu 11.04 (Natty Narwhal).

View 2 Replies View Related

Ubuntu :: Is Command Line Invocation Of Gnome-terminal To Run More Than One Command

Feb 17, 2010

how to pass something more than a one-command startup for gnome-terminal. I will give an example of what I'm trying to do here:

Code:

#! /bin/bash
#
#TODO write this for gnome and xterm

[code]....

This same error occurs if the gnome-terminal line is changed to

Code:

gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 1 Replies View Related

Ubuntu :: Minimize Open Terminal Window To An Icon On My Taskbar?

Aug 1, 2010

I have a desktop computer and a NAS, running Kubuntu & Ubuntu. I use WOL to wake the NAS and then mount the drives (NFS) on my desktop.
I've placed an icon on my KDE desktop which wakes the NAS and mounts the drives, this works great, but I've set it to run in terminal so I can enter the password for mounting the drives. This leaves me with an open window which I don't want to close because the NAS is set to shutdown 15 minutes after ssh logout.
My question is how can I minimize the open terminal window to an icon on my taskbar?

View 2 Replies View Related

General :: Append Command Output To File By Giving Command In Terminal?

Jul 3, 2009

I am using openSUSE 10.3.When I install software from tarball then to record time required I send output of date to beg.txt(when installation begins) and end.txt (when installation finishes).How can I append output of date to a file so I don't need two files?

View 4 Replies View Related

Ubuntu :: How To Make Folder Icon To Appear Bigger

Jan 24, 2010

I've made some of my own icons in Gimp and saved them as .pngs. The problem is, when I use them they always appear smaller than the system default icons. Is there no way to make them as the same size as the system icons? I read somewhere that GNOME (which is what I use) uses .png .svg and .xpm. I am only able to save as .png with GIMP, is there a way to get .svg and .xpm extension capabilities with GIMP?

These are the icons (only two):
1. HJ-Split Folder
2. Blood Frontier Folder

Is there maybe a specific way to make folder icons that I am not following? Using Ubuntu 9.10, Desktop edition.

View 5 Replies View Related

Ubuntu :: Any Way To Make Power Icon Larger In 10.04?

Sep 8, 2010

Is there any way to make the power Icon at the top right of gnome panel larger in 10.04? This has been a problem for a while now. For people with less than perfect eyesight (my mother) it is far too small to be functional. Increasing the size of the panel to something useful on a large screen increases the size of most icons also, but the power button remains resolutely tiny. Another problem for her is the selection of window edges (too be honest, I find this frustrating myself) The selection area is incredibly small on a 22" screen and impossible for her to select.

View 2 Replies View Related

Programming :: Command Line Invocation Of Gnome-terminal To Run More Than One Command?

Feb 16, 2010

I am trying to learn how to pass more than a one-command startup for gnome-terminal.

I will give an example of what I'm trying to do here:

Code:
#! /bin/bash
#
#TODO write this for gnome and xterm
USAGE="
${0##*/} [-x] [-g]
code....

However, running with the -g option to invoke gnome-terminal, I get a "There was an error creating the child process for this terminal" error.

This same error occurs if the gnome-terminal line is changed to

Code:
gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 4 Replies View Related

Ubuntu :: Puppy - Make A Desktop Icon Of Firefox ?

Mar 30, 2010

I cant, for the life of me, figure out how to make a desktop icon of Firefox. Anyone know how to make desktop icons in Puppy?

View 3 Replies View Related







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