Ubuntu :: Custom Keyboard Shortcut Environment Has Different SSH_AUTH_SOCK Than Launcher

Dec 15, 2010

If I launch "Terminal" from the Main Menu under Accessories, the environment includes the correct SSH_AUTH_SOCK variable:

Code:
declare -x SSH_AUTH_SOCK="/tmp/keyring-M9jm0W/ssh"

The same is true if I launch a terminal from the default keyboard shortcut ("Run a terminal"). However, if I create a custom keyboard shortcut (System->Preferences->Keyboard Shortcuts) which simply executes 'gnome-terminal' the SSH_AUTH_SOCK variable is quite different:

Code:
declare -x SSH_AUTH_SOCK="/tmp/ssh-QmxIEa1830/agent.1830"

This causes my shortcut to ssh to a remote host to prompt for a passphrase (thus defeating the purpose of gnome-keyring in this case).

View 2 Replies


ADVERTISEMENT

Ubuntu :: Change Keyboard Shortcut For Launcher In Unity?

Apr 28, 2011

Do not know yet if unity is something for me, but I will find out .I tried to change the keyboard shortcut for the launcher (default Alt-F2).I did this by changing it in ccsm, under "unity plugin"-"Key to execute a command".

View 9 Replies View Related

Ubuntu :: Keyboard Shortcut To Open Launcher Without Opening The Dash?

Jul 21, 2011

In natty, if I hit the super key once, it opens the launcher, but it also opens the dash. And the launcher doesn't work the same when the dash is open. It takes two clicks on a program icon to open the program when the dash is open, and only one click when the dash is closed. Just enough to keep me from getting into a rhythm.Hitting the super key twice will open the launcher and close the dash, but only if you don't hit the super key twice too quickly. Is there some way I can configure unity so the super key (or some other key) opens the launcher but does not open the dash?

View 5 Replies View Related

Ubuntu :: Custom Keyboard Shortcut For Menu Bar?

Feb 1, 2011

I'm just wondering if anyone knows the command to access the menu bar, as in the file edit view bar, not the applications places system one. I'm trying to create a keyboard shortcut to access the menu bar and I need to know the command for this.

View 1 Replies View Related

Ubuntu :: Creating The Custom Keyboard Shortcut?

Feb 27, 2011

I'd like to open a directory with the F12 key. I haven't any problem getting Keyboard Shortcuts to run programs, but cannot figure out how to have it open a directory.I tried making a link to the directory and using that, but still no go. Edit: The directory I want opens when I use its link Can't find anything on the net for this. Most just mention that we can create custom keyboard shortcuts. I tried using /home/directory/directorydesired, but no go.

Edit: The directory I want opens when I use the link

View 3 Replies View Related

Ubuntu :: Custom Keyboard Shortcut Not Working For Some Applications?

Dec 21, 2010

i am trying to set some custom keyboard shortcuts using compiz in the commands section...but it is not working. For example , i want to use kaffeine and i am using as command the word kaffeine. When i use it in the custom commpand of compiz it is not working at all. Just to be sure that the command is indeed "kaffeine" i execute it via terminal using the word "kaffeine" and it is executed normaly. I am 100% sure that the command is only for terminal use and as general launcher. The same behavior is observed for other applications. The strange thing is that when i want to put a custom keyboard shortcut in compiz for a python script then the command "python xxx.py" is working!

View 8 Replies View Related

Ubuntu :: CR48 11.04 Custom Keyboard Shortcut For Dash?

Jun 23, 2011

I just installed Ubuntu on my cr-48 laptop and i wanted to map the Search button to open the Unity Dash. It was initally mapped to it, but when I tried to map some of the function keys to control volume and screen brightness it changed it when I imported the Cr-48 keyboard using keytouch.When I go into the System Settings> Keyboard Shortcuts I've tried to add a custom shortcut but I don't know what command to put into the prompt when I make it so that the Unity Dash will open. At the moment all the special keys (forward, backward, refresh, backlight, and volume) are working like i want them to, its just the search button i want to change.

View 1 Replies View Related

Ubuntu Installation :: When Add The Shortcut To The Launcher It Does Nothing More Than Blink When Clicked?

May 8, 2011

I recently downloaded Firefox 5.0 Aurora (alpha). I just extracted the tarball in my home directory and the program itself seems to work okay. However, when I add the shortcut to the launcher it does nothing more than blink when clicked. The only way I've found to get the Firefox to open without running from terminal was to add a symbolic link to the desktop, which is fine I suppose. I was just curious if there is a way to edit the launcher icon itself to make it work, or a more sophisticated install procedure that I need to use.

View 2 Replies View Related

Ubuntu :: Enable A Custom Shortcut?

Jun 11, 2010

Just installed latest ubuntu,

I want the "system monitor" to pop up on ctrl+alt+delete, I'm still damaged from long time on windows ^^

Anyways this is what i have done:

1. system > keyboard shortcuts

2. made another shortcut for "log out" (is ctrl-alt-delete default)

3. then "add" name=Ctrl-Alt-Delete and command=gnome-system-monitor

Now my new custom shortcut is disabled. How can i enable this?

View 2 Replies View Related

Ubuntu :: Set Environment Variable In A Launcher?

Dec 1, 2010

I am trying to create a launcher which runs virtual box from a custom config directory. For this I have to set an environment variable first then call VirtualBox command. From terminal it looks like:

Code:
helena@mint ~ $ export VBOX_USER_HOME=/mnt/shared/VirtualBox/
helena@mint ~ $ nohup VirtualBox > /dev/null 2> /dev/null &

If I have to create a shortcut for this, I am not sure how to define variable & call the command in a single command. There are some examples on:

[URL]

Code:
"DISPLAY=:0 xterm"

but when I try this, it wont work. My test.Desktop entry (I have started x on :1):

Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0

pCode]....

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

Ubuntu :: Custom Launcher Application - Will Only Execute Once?

Aug 1, 2011

I'm running 11.04, and I installed the following script for a custom google docs launcher to put in the unity launcher. However, if I execute the application it opens, but once I close the browser, the google docs launcher is no longer clickableAs a side note, I'd also like the launcher to open the new template of google docs because it opens to the older interface when selecting to make a new document.

Code:
[Desktop Entry]
Version=1.0

[code]...

View 1 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 :: Unable To Set Custom Icon On Application Launcher?

Jan 19, 2011

I am using Ubuntu 10.10 and having trouble setting a custom icon for an application launcher that I created. I have created and SVG file and placed it in /usr/shared/icons/hicolor/scalable/apps/ and when I try to select it as the icon for the application launcher, it just goes back to the gnome-panel-launcher.svg default.If I put the SVG file on my desktop and then select it, all is well. I'm assuming this is some type of permission problem, but I cannot seem to figure it out. I have set the permissions to be identical to the other icons in /usr/shared/icons/hicolor/scalable/apps/, but have no luck doing that either.

View 1 Replies View Related

Ubuntu :: Unable To Set Custom Icon On Application Launcher

Jan 19, 2011

I am using Ubuntu 10.10 and having trouble setting a custom icon for an application launcher that I created. I have created and SVG file and placed it in /usr/shared/icons/hicolor/scalable/apps/ and when I try to select it as the icon for the application launcher, it just goes back to the gnome-panel-launcher.svg default.

If I put the SVG file on my desktop and then select it, all is well. I'm assuming this is some type of permission problem, but I cannot seem to figure it out. I have set the permissions to be identical to the other icons in /usr/shared/icons/hicolor/scalable/apps/, but have no luck doing that either.

View 3 Replies View Related

Ubuntu :: Custom Launcher In Natty Unity Desktop?

May 19, 2011

I'm trying to put in an extra command on my skype.desktop launcher to make my webcam work properly, however whenever I add the ff. to the Exec line:

Quote: Exec=export LIBV4LCONTROL_FLAGS=3 && LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype the skype launcher doesnt work. However, it works fine when I try to run the same command on the terminal.

View 9 Replies View Related

Ubuntu :: Creating Custom Command/menu Launcher?

Sep 20, 2010

I had a problem with viewing webcams on Skype, and after searching I found out that running Skype through the terminal with this command "export XLIB_SKIP_ARGB_VISUALS=1 && skype" makes the webcams work perfectly. What I wanted to do was to integrate this command into the main menu so that I won't have to type it into the terminal (and thus keep the terminal open all the session) every time I want to use Skype. So I edited the command of the Skype button in the Applications menu and put that line instead of "skype", but it gives me "Failed to execute child process "export" (No such file or directory)". I tried editing .bashrc and added the following line:

alias skp='export XLIB_SKIP_ARGB_VISUALS=1 && skype'

Now the command 'skp' works through the terminal, but it gives me the same error message when I put it into the command line of the applications menu.

View 6 Replies View Related

Debian Multimedia :: No Gnome 3.14 Custom Application Launcher?

Jun 30, 2015

Seems like such an unbelievably basic question, but a day of google searches as well as directly on this site with key word combinations like "jessie gnome application launch" or "jessie gnome launcher" has only yielded one remark somewhere that the only way to get any kind of custom application launcher working on a gnome 3.14 desktop is to copy an already existing one from an older gnome setup, such as Wheezy.

I know gnome is a bit limited compared to many other desktops, but besides this I consider gnome in Jessie very good and just can't believe the ability to customize application launchers could have really been made completely impossible to do. This single omission alone would make gnome extremely lame in my view, so I sure hope that is not in fact the way it is.

View 8 Replies View Related

Fedora :: Create Custom Application Launcher In Gnome 3

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

Ubuntu Installation :: Set Some Custom Environment Variables

May 13, 2010

I need to set some custom environment variables.

View 6 Replies View Related

General :: Not Launching Spark Messenger When Created Through Custom Application Launcher?

Aug 16, 2010

I'm using fedora8.I installed spark on my machine,when i launch that through terminal,it is opening perfectly.But when i open application launcher or creating custom application on panel it was not working.All other shortcuts like,thunderbird,firefox are opening except spark.

View 1 Replies View Related

Programming :: How To Run Program Remotely Using Custom Environment?

Jun 11, 2011

I am trying to to execute multiple programs on multiple remote machines. Each program needs to be run in a custom Environment that is not known at login time. Currently I am using ssh to connect and run the program.
My issue is that I'm not sure how setup all the Environment Variables that I need on the remote machine. I was able to write all the environment variables/values (NAME=VALUE) that I needed to a file and place on a shared file server (prog.environment). I thought the best way to approach this would be to write my own utility (custom.shell) that would interpret the environment file and then execute the desired command.

View 5 Replies View Related

OpenSUSE Install :: Set Custom Environment Variables During Boot ?

Mar 14, 2010

I'm doing a multiboot system where I need one of the boot options ( using Grub ) to set a number of custom environment variables e.g. "distro".

View 5 Replies View Related

Ubuntu :: Keyboard Shortcut For Ssh?

May 10, 2010

I recently switched from GNOME to xfce, and I can't get working a simple keyboard shortcut to ssh to another machine.

In GNOME, I made a launcher (which gnome-do found); the first time I ran the launcher I'd get an X11 popup asking for by ssh passphrase, and then it would be saved for the rest of the GNOME session, making logins nice and fast.

In xfce, a similar launcher opens a new xfce4-terminal, which asks for the passphrase every time. I made a keyboard shortcut to "ssh -X me@server" -- this open an X11 popup for the passphrase, but no terminal, because there is no "run in terminal" option for keyboard shortcuts.

I'd be okay with running "ssh-add" at every login, but it has to be system-wide, rather than attached to one terminal instance. Passphraseless ssh is an options but a creepy one.

View 2 Replies View Related

Ubuntu :: How To Get (Windows) Keyboard Shortcut

Apr 6, 2010

I write a lot in French and I need the french accent on my ubuntu. How can I get the shortcuts I used in windows such as "alt+130" to work again? When I use them, either nothing happen or it changes my tabs in firefox and chrome, I haven't found how to override this. I don't seem to have found anything in keyboard shortcuts...

View 4 Replies View Related

Ubuntu :: Can't Remove Keyboard Shortcut

Apr 11, 2010

i set delete as a keyboard shortcut for the gnome-terminal accidentally and later changed it to ALT+T but now both DELETE and ALT+T open up a terminal its really annoying not to be able to use the delete key.....every time i press DELETE a terminal window opens up.

View 9 Replies View Related

Ubuntu :: Keyboard Shortcut Not Responding?

Dec 22, 2010

I am experiencing problems with keyboard shortcuts. It started to happen after I installed gnome shell and switched back to gdk. the most annoying part is that every single keyboard shortcut works except the most used one AKA "run a terminal"

first I thought it had something to do with shortcuts in compiz but no. I changed the keyboard shortcut for "run a terminal" to something wild like CTRL+SHIFT+ALT+N and it still doesn't work. That command is not doing anything... Can i add my custom commands to keyboard shortcuts and how?

View 1 Replies View Related

Ubuntu :: Keyboard Shortcut File

Jan 10, 2011

Can anyone please tell me where to fine the file containing the Keyboard Shortcuts?

View 2 Replies View Related

Ubuntu :: 10.10 - Keyboard Shortcut Does Not Work

Jan 28, 2011

Mod4' is my 'Super' key. I have assigned <Mod4>Tab to the 'launch panel main menu' shortcut command in the Ubuntu 10.10 keyboard shortcuts settings. However, whenever I press <Mod4>+Tab, my windows seem to switch as if I were pressing Alt+Tab. How can I disable this other unnecessary action for <Mod4>+Tab?

View 3 Replies View Related

Ubuntu :: Screenshot & Keyboard Shortcut?

Feb 1, 2011

I frequently need to take screenshots of a game (flash-based, running inside a browser), in particular it's statistics screen which is shown when I hold the TAB key. The problem is, when I take a screenshot, either by pressing PrintScreen key or by pressing a custom-defined shortcut, the game responds to this keypress and hides its statistics screen, so the screenshot doesn't contain the information I need.I figured out how to overcome this using a custom application launcher icon; but this requires using the mouse which is rather inconvenient.define a shortcut that wouldn't be processed by the active application? Or maybe there's some screenshot utility that does this out of the box?

View 2 Replies View Related







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