General :: Run Application - Shortcut Doesn't Work
Mar 19, 2011
I've run into a problem that the combination ALT+F2 doesn't launch Run Application I have Linux Mint 10, the key combination is assigned all right in 'Keyboard shortcuts' and in gconf-editor.
I created a bunch of keyboard shortcuts via "System > Preferences Keyboard Shortcuts," and they all work flawlessly except one: Nautilus. I just set it to run the command "nautilus" and it doesn't do anything. My GNOME panel launcher runs the same command just fine.
After a while of sifting through other threads, I decided none of them could solve my problem. My problem: when I click the Firefox icon on the quick launch sidebar in 11.04, it just blinks and Firefox never opens.
I tried reinstalling Firefox, removing and reinstalling the packages from the Synaptic Package Manager but that's about it. When I type "Firefox" into the command line it says something along the lines of "/home/apw5020/firefox: firefox not found". When I go into usr/bin/firefox and run the shell script directly it will run however. Is the shortcut path non existent or just incorrect? Any idea how I can fix it?
When I run it in Classic, Firefox doesn't work either. By the way, I used some workaround to run Firefox 4 before 11.04 was released involving PPAs.
firefox 5 is almost my favourite browser. but there is the following bug: if you configure your Tabs on top (i think its the default setting) you can't access the url-adress-form with the hotkey F6. As workaround you can use F6 and TAB key - but that isn't very comfortable.....
Do I need to install Compiz to get this shortcut to work? Doesn't seem to work for me after a fresh install, despite being a godsend for me when I had 9.10...
I use ctrl + shift + s to launch synaptic in KDE. That works wonderful and it is standardized on all my systems. I want to define the same in gnome, so that it does not matter if I'm in gnome or KDE.Where can I do this?Now before you start mentioning, I am familiar with keyboard launchers like launchy or gnome do (but have to admit that I don't know that much what gnome do does in all extents), so I am not looking for a program that launches an app after typing a few letters. I want exactly that keyboard combination, everything else will not do it.
I just mention that, because it happens all the time that I see in my posts that I ask: How can I do B with Y? I don't want to use Z. (specifically asking the question) and then hear as an answer: you can do B with Z!And I am always tempted to answer: That is not what I asked, I asked something specific and got an answer that does not concern it.
I would like to know if there is a solution to this problem. The multimedia hotkeys (play/pause, stop, volume up/down, volume mute, ecc) stop working when i open any menu (for example mintmenu, that i use, or any menu of firefox like bookmarks) or if i start an application, such as openarena. The major problem is for volumes keys, that stop working in these cases.
Any ideas? I tried to change keyboard model, disable hotkeys mapped in prefereces->keyboard shortcut (with this they just stop working), but nothing changed.
So, supposedly Gnome Shell is available through synaptic. I just downloaded and installed it and then ran gnome-shell --replace. It doesn't work at all. I hit the windows key and get nothing and there is no application launcher in the upper left hand corner and Alt-f2 produces nothing at all. Alt-tab gives me the option of choosing the windows that were running when I ran gnome-shell --replace but nothing else works at all. Just a vast expanse of digital nothingness. Does anyone know why this might be? I have an nvidia video card (see sig below) and two monitors running from "twin view".
I want to use the Control + windows key on my keyboard to do a killall firefox-bin. What I've done so far is gone in to gconf-editor, and under apps->metacity->keybinding_commands I made command 1 as killall firefox-bin and under global_keybindings, run_command_1 I have <Control><Super_L> . What am I doing wrong?
This should be simple, but I just don't see it. KDE 4 desktopI have an application located in /usr/Kompozer that I'd like to add a shortcut to on my desktop. It's not on the menu. Runs fine from the command line. Right clicking on desktop doesn't seem to have what I need. I tried using Dolphin file manager, but still no joy. Can copy, but again can't paste a shortcut on the desktop... or so it seems.
I want to configure my keyboard shortcuts, but I need to get the commands for certain applications in the list. How do I do this? It appears I can't right click any icons that come up when I search for them.
I tried to create a shortcut to an app I wanted in the plasma dashboard. When I did so, I found that it was owned by root! When I looked at the permissions of the other app icons, they were owned by me, the user.Why did plasma make my newly created app launcher owned by root?I'm so used to the way KDE 3 worked. It was so much simpler. I could click anywhere on that desktop to add shortcuts and they were owned by me, not root. I don't understand why they changed this.
I have the open source version of Rise of the Triad for linux. If I open rott in a terminal then I go tp the directory where the file is standing and do ./rott.
Now I want to make a shortcut on my desktop and if I putt
I'm new here, but certainly not new to Linux. Some of you may recognise my screen handle from other forum groups. Sadly my other communities seem to be dying and this one is going strong so here I am! I'm sure there's something I'm doing incorrectly, but here's my scenario:
I have a pair of shell scripts that launch SSH sessions with different forwarded ports, and use them multiple times each day. I'd like to drag the shell script directly onto the top Ubuntu Bar where shortcuts go and be able to use it. Or, even better, put all of my frequently used shell scripts in a "drawer". I know that I used to be able to make a shortcut, and set its path to "gnome-terminal -e file://xx.sh" and the script would run in a new terminal window. When I try to do this, a terminal opens with an error dialog that reads "There was an error creating the child process for this terminal". Permissions?
I have created .NET 2.0 windows application setup with MySQL database on the XP and I have installed same setup on the Ubuntu. Right now full setup of my windows application (Desktop application) using WINE installed successfully but I'm facing one major problem. but when I'm trying to open my application using shortcut from desktop its not opening.
I have a java program that needs to be launched with root privileges (from an account that doesn't have root privileges) from a desktop shortcut. The command would look something like this: java -jar /file/location/whatever.jar I've searched and searched and can't figure out how to do this. EDIT*** I would like it to pop up and ask for the root password before it launches the application.
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.
My application is developed using GCC and an binary executable created out of it which initializes successfully. By initialization, I meant all the threads in the application are created and I get the required response from the executable. There was a need to create a .so file out of my application instead of binary executable, as it needs to be integrated with another .so file to create a final patch. So we used -fPIC compiler option and created a .so and also an binary executable. But with -fPIC included, the executable fails to initialize at all. It executes some instructions in the main program, before finally haulting down with a " Program received signal SIGSEGV, Segmentation fault." error. And it always fails at the same faulty address which points to nothing in my application code. What is that -fPIC adds to the code, which makes my code fail with strange behaviour.
In the top left corner the "places and system" menus drop down, but the "applications" menu does not. It just highlights, but nothing shows up. Any ideas how to fix this?
If I change the keyboard shortcut for Open a Terminal in System > Preferences it will not stay in there if i log-out or reboot. When i log back in the shortcut is set to disabled, and I have tried different key combos and they give the same result. I am using Fedora 14 btw and hopefully you guys know of a solution. I tried making a custom command also using the gnome-terminal command but the terminal launches with a different directory other than my home directory when using that method.
I've added Warsow.i386 (0.5) to my Applications > Games menu as a shortcut, but whenever I try to run it, my screen goes black for a second and then returns to desktop. Running the same file from its folder in /home runs the game fine.Is this common problem with shortcuts or is it just me and the game?
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?
I removed pulseaudio save for the libs, and now I can't lock down my desktop with ctrl+alt+l anymore. I can still lock the system with the menu (System > Lock Screen), but it's kind of annoying. Removing pulseaudio has cleared up all of my mplayer stutter issues, but I would like to be able to use the keyboard shortcut keys. Here's the command I used to strip out pulseaudio:
Have Windows XP installed and decided to go with Ubuntu 9.10. Installed fine but I have had frequent problems resulting from installing Ubutu "approved" software. The chief problem is that I lose my ability to login easily and end up having to reinstall Ubuntu.
My primary computer use is the jukebox since I have around 12+k music files as mostly ogg vorbis and mp3. Also do some arranging and want Musescore.
Have taken the "newbie distro" quiz and top recommendations are Linux Mint, Mandriva, Ubuntu, Open SuSe.
Would like a Linuz OS with a "restore" feature since I know I'll propably need it and would prefer to "restore" rather than re-install.
Ubuntu doesn't appear to have a "restore" application. And I've re-installed it about 5 times in the last week due to corruption of files when adding programs (Avast, Musescore .6, Swiftfox, and deleting the games installed with the Ubuntu.
ctrl+alt+[f1 -f3] switch doesn't work, but back to ctrl+alt+f7 works normal. When i switch from ctrl+alt+f7 to ctrl+alt+f1 I see that on the dash flashes on the screen.
I've installed Linux suse 11.3 on my laptop, but the monitor doesn't work. my laptop is a VAIO one and it's graphic card is NVIDIA GEFORCE 310m, so what should i do?
yesterday I was trying to install Puppy Lucid 5.2 on a old PC (PII 533mhz 265mb RAM). First of all I have launched the live cd, then set up language, time zone and keyboard... at this point pc stopped working and stay blocked on the desktop screen with no possibility to move pointer or use keyboard. Is it possible that hardware is too old to work with Puppy Lucid 5.2? May I have to try with a lighter OS (which one?)?