Ubuntu :: Open A Specific Tomboy Note With A Command To Create Launcher?

Jul 15, 2010

I tried

Code:
tomboy --title-note "To Do"
but it returns

Quote:

[INFO 14:55:56.264] Initializing Mono.Addins

and opens in notification area.

but the note does not open.

View 4 Replies


ADVERTISEMENT

Software :: Figure Out How To Change The Tomboy Saving Notation (.note) To (.txt)?

Jan 22, 2011

I'm trying to figure out how to change the tomboy saving notation (.note) to (.txt). I'm fairly new to Linux so I may be wrong in thinking this is possible. However, if it is possible, a finger in the right direction would be appreciated.

PS: if it isn't possible, maybe there is a way to change the name of the actual .note files in ~/.local/share/tomboy/ to something more readable. Right now they show up like this:

8e824ab7-ba6f-4018-b74d-1a5a245a60bd.note Which is of course makes it difficult to determine which file I'm actually looking at.

View 7 Replies View Related

Ubuntu :: Application Launcher Shortcut To Open Terminal And Execute A Command

Jan 15, 2010

I'm having Ubuntu Kramic Koala and i want to create a custom application launcher on the panel so when it is clicked it should open a terminal window and run the following command and then show the output for 5 secs and then closes the terminal... how can i do this?

Code:
cat /proc/sys/vm/laptop_mode && sleep 5

the above command is what i want to be executed at time of running the custom application launcher. if i paste the command in a terminal, it will show the output for 5 secs and then terminates... that's almost what i want. what i exactly want is that, i want it to work like when i click on the shortcut launcher, it should open a terminal and then exectues that command, show the output for 5 sec, pause, and then exits the teriminal.

View 8 Replies View Related

Ubuntu :: Create A Command That Will Open Terminal And Keep It Open?

Jul 30, 2010

I have a problem that I can't seem to figure out. I can easily create a .sh file that will execute a command in Terminal, but as soon as it executes the terminal disappears. How do I get it to stay? My idea is to have the keyboard shortcut "ctrl+alt+del" open a .sh file with the contents "ps ax". Then it would be just like having a task manager; the terminal would open with "ps ax" already executed, and all I would have to do is kill the process number.

View 5 Replies View Related

Ubuntu One :: Note On Server Broken - Delete Note?

May 13, 2010

I have a problem with a note on the server. When I try to open it I get the message "OOPS-D-1594appserver96743". I can't open or delete this file anymore. Since I have this problem the sync with Tomboy also doesn't work. Is there way to delete this broken note on the server?

View 1 Replies View Related

Ubuntu :: Tomboy Notes Won't Open - How To Open It

Mar 11, 2010

I've been using Tomboy Notes on Mac and, when I recently came over to Ubuntu, was thrilled that I could use it still. However, it quit working. I cannot open it in the Applications Menu, I can't open it via terminal (this is what I get if I try:

brasel@sonny:~$ tomboy -new note
(/usr/lib/tomboy/Tomboy.exe:7009): GLib-WARNING **: g_set_prgname() called multiple times
/usr/share/themes/Human/gtk-2.0/gtkrc:85: Murrine configuration option "gradients" is no longer supported and will be ignored.

[code]....

I can't open it at all.I don't have a .tomboy file in my /home directory, or in my /home/brasel directory. I've uninstalled and reinstalled, I even cleaned out my computer via the computer janitor and it still wouldn't re-install and run.

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

CentOS 5 :: Automaticaly Launch Tomboy When The User Open Session?

Aug 5, 2010

I would love to auto-start tomboy at startup. How can I do this ? [Moderator edit: fixed Subject so nobody would expect an automatic Lunch. Is that the same as a free one? ]

View 2 Replies View Related

Ubuntu :: Error: "Note: Cannot Open TUN/TAP Dev /dev/net/tun: Permission Denied (errno=13)"

Mar 14, 2011

I have a problem setting up a TUN interface for OpenVPN. Running OpenVPN gives me this error: "Note: Cannot open TUN/TAP dev /dev/net/tun: Permission denied (errno=13)"

Which i tracked down to: "WARNING: Couldn't open directory /lib/modules/2.6.18-164.15.1.el5.028stab068.9: No such file or directory" (if i run /sbin/modproble tun). Does anyone know how to fix this?

View 1 Replies View Related

Ubuntu :: How To Create Launcher From Terminal

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

Ubuntu :: Create A Launcher In Script?

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

Ubuntu :: Create A Launcher With 2 Actions?

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

Ubuntu :: How To Create Launcher From Bash Script

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

Ubuntu :: Create Launcher For A Shell Script?

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

Ubuntu :: Create A Launcher With Sudo Priveliges?

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

Ubuntu :: Create A Launcher For Java Programme

Aug 11, 2010

I have a programme known as OpenRep which can be launched by executing the file named OpenRep.jar by OpenJDK Java 6 Runtime programme This programme can also be launched through terminal by the command

Code:

java -jar OpenRep.jar

The location of the programme is in my Home folder. Well I would like to create a launcher for that programme.

View 9 Replies View Related

Ubuntu :: Create A Launcher That's Doing Two Separate Commands

Sep 23, 2010

I'm trying to create a launcher that's doing two separate commands. Here's currently what I have.

Code:

rm ~/Games/Nintendo DS/NO$Zoomer.ini; wine ~/Games/Nintendo DS/NO$Zoomer.exe

Now, the reason I have to delete the .ini file, is for some reason the file gets corrupted every time (it's a well known problem, from what I've read.) and I can't start up the program until it's removed. Now, it works fine in Terminal, but when I run it through my Launcher icon, it does nothing.

View 4 Replies View Related

Ubuntu :: Create A Smb Share Panel Launcher?

May 5, 2011

My brother runs storage server over our LAN,I connect to it via smb.(I'm not sure if it's called Samba or just pronounced that way) Rather than hitting ctrl+l in a file browser window, and typing smb://000.000.0.000/drivename each time, I'd like to know how I can add a launcher to the gnome panel which will do that for me I know this is possible, because I have done it before, I just forget how. I was going to try creating a launcher application in terminal, but I'm not sure what code to use.

View 2 Replies View Related

Ubuntu :: Create Custom Launcher For Flatout 2?

May 10, 2011

im trying to create a launcher for flatout 2 and i dont know how. I have tried every thing and it ether comes up with a error or doesn't start or do any thing at all. My problem is that flatout 2 needs to load files from its whole folder. Other wise i would have simply made a launcher of the .EXE but it comes up with a error saying its missing files.

View 2 Replies View Related

Fedora :: How To Create Launcher

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

Ubuntu :: Create Launcher For Java File As Root

Dec 25, 2010

I have a java.jar (PCGen) that only works correctly if I run it with sudo from the terminal. I have to cd into its directory and run it as

Code:
sudo java -jar pcgen.jar

I would like to use a menu launcher instead of having to use the terminal each time. I tried

Code:
sudo java -jar /path/to/file/pcgen.jar

No luck. This .jar only works properly if ran as root, is there any easy way to do this?

View 3 Replies View Related

Ubuntu :: Create Unity Launcher For Keyboard Key Combination?

Jul 1, 2011

Is it possible to create custom Unity Launcher that would do the same thing as pressing some keys on the keyboard.

View 9 Replies View Related

Software :: Create A Launcher Within Fedora ?

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

Ubuntu :: A Command To Find A Command With A Specific Substring?

Mar 19, 2011

want to know if Ubuntu provides a command to search for a command having a specific word.e.g.If I know a command contains editor as a substring but don't know exactly what the command is,then is there a way to find that command or the list of commands having editor as a substring.

View 1 Replies View Related

Debian :: Create An Easytether Launcher To Accomplish?

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

Fedora Installation :: How To Create A Desktop Launcher

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

Fedora :: How To Create Launcher For Application Using DosBox

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

General :: Create A Launcher For A Java Application?

Jun 27, 2010

Ok I just downloaded this program called Phex, it is a really cool program and i get it to run, but only from command line. I downloaded this program and its already compiled and works fine but i can only launch it from a command line by typing "java -jar phex.jar" I have created launchers before and they have worked, but this one just doesn't work. I have all permissions on the directory and the files, but how to create a launcher for this file.

View 8 Replies View Related

Ubuntu :: Launcher - Each Time Go To Open A Folder - Vlc Starts Up

Nov 6, 2010

I tend to watch the odd movie, and always use vlc. As such, one time I checked the box so that vlc would open by default. now however each time I go to open a folder, vlc starts up! How can I undo this?

View 2 Replies View Related

Ubuntu :: Unity Launcher Gets Stuck In An Open Position

May 12, 2011

I'm running ubuntu 11.04. from time to time, the unity launcher gets stuck in an open position, preventing me from clicking anything on the left side of the screen. this is terribly annoying. is there a *simple* way to change the properties of the icons in the launcher? I have there some custom application launchers that were automatically imported to the launcher during upgrade (they were in the top menu).

View 9 Replies View Related







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