Why isn't my custom GNOME launcher showing
I'm trying to get a launcher to show up on Arch linux with Gnome 3.8 but for some reason it doesn't show up on the menu. I have to strip down the version of the original sublime_text.desktop file
[Desktop Entry]
Name=Sublime Text
Exec=/opt/sublime_text/sublime_text %F
StartupNotify=true
Terminal=false
Type=Application
Icon=sublime-text
Comment=Test message
For some reason, no matter what I do it doesn't show up. I tried putting it both in /usr/share/applications/
and ~/.local/share/applications/
but neither work.
linux gnome arch-linux sublime-text-2
add a comment |
I'm trying to get a launcher to show up on Arch linux with Gnome 3.8 but for some reason it doesn't show up on the menu. I have to strip down the version of the original sublime_text.desktop file
[Desktop Entry]
Name=Sublime Text
Exec=/opt/sublime_text/sublime_text %F
StartupNotify=true
Terminal=false
Type=Application
Icon=sublime-text
Comment=Test message
For some reason, no matter what I do it doesn't show up. I tried putting it both in /usr/share/applications/
and ~/.local/share/applications/
but neither work.
linux gnome arch-linux sublime-text-2
You may want to try an absolute path to your icon (even though that isn't always necessary). Also, have you marked it executable (chmod +x myentry.desktop
)?
– nerdwaller
Sep 24 '13 at 21:33
Yes, I've tried setting permissions to 0777. Didn't work. Good point with the icon but it's trivial as Gnome simply leaves the icon blank if it doesn't find one. I'm thinking it's more of an issue with Gnome 3.8 or some environment variable not set in Arch's Gnome package.
– Ancarius
Sep 27 '13 at 7:25
add a comment |
I'm trying to get a launcher to show up on Arch linux with Gnome 3.8 but for some reason it doesn't show up on the menu. I have to strip down the version of the original sublime_text.desktop file
[Desktop Entry]
Name=Sublime Text
Exec=/opt/sublime_text/sublime_text %F
StartupNotify=true
Terminal=false
Type=Application
Icon=sublime-text
Comment=Test message
For some reason, no matter what I do it doesn't show up. I tried putting it both in /usr/share/applications/
and ~/.local/share/applications/
but neither work.
linux gnome arch-linux sublime-text-2
I'm trying to get a launcher to show up on Arch linux with Gnome 3.8 but for some reason it doesn't show up on the menu. I have to strip down the version of the original sublime_text.desktop file
[Desktop Entry]
Name=Sublime Text
Exec=/opt/sublime_text/sublime_text %F
StartupNotify=true
Terminal=false
Type=Application
Icon=sublime-text
Comment=Test message
For some reason, no matter what I do it doesn't show up. I tried putting it both in /usr/share/applications/
and ~/.local/share/applications/
but neither work.
linux gnome arch-linux sublime-text-2
linux gnome arch-linux sublime-text-2
edited Sep 24 '13 at 20:03
terdon
41.8k990139
41.8k990139
asked Sep 24 '13 at 19:14
AncariusAncarius
12
12
You may want to try an absolute path to your icon (even though that isn't always necessary). Also, have you marked it executable (chmod +x myentry.desktop
)?
– nerdwaller
Sep 24 '13 at 21:33
Yes, I've tried setting permissions to 0777. Didn't work. Good point with the icon but it's trivial as Gnome simply leaves the icon blank if it doesn't find one. I'm thinking it's more of an issue with Gnome 3.8 or some environment variable not set in Arch's Gnome package.
– Ancarius
Sep 27 '13 at 7:25
add a comment |
You may want to try an absolute path to your icon (even though that isn't always necessary). Also, have you marked it executable (chmod +x myentry.desktop
)?
– nerdwaller
Sep 24 '13 at 21:33
Yes, I've tried setting permissions to 0777. Didn't work. Good point with the icon but it's trivial as Gnome simply leaves the icon blank if it doesn't find one. I'm thinking it's more of an issue with Gnome 3.8 or some environment variable not set in Arch's Gnome package.
– Ancarius
Sep 27 '13 at 7:25
You may want to try an absolute path to your icon (even though that isn't always necessary). Also, have you marked it executable (
chmod +x myentry.desktop
)?– nerdwaller
Sep 24 '13 at 21:33
You may want to try an absolute path to your icon (even though that isn't always necessary). Also, have you marked it executable (
chmod +x myentry.desktop
)?– nerdwaller
Sep 24 '13 at 21:33
Yes, I've tried setting permissions to 0777. Didn't work. Good point with the icon but it's trivial as Gnome simply leaves the icon blank if it doesn't find one. I'm thinking it's more of an issue with Gnome 3.8 or some environment variable not set in Arch's Gnome package.
– Ancarius
Sep 27 '13 at 7:25
Yes, I've tried setting permissions to 0777. Didn't work. Good point with the icon but it's trivial as Gnome simply leaves the icon blank if it doesn't find one. I'm thinking it's more of an issue with Gnome 3.8 or some environment variable not set in Arch's Gnome package.
– Ancarius
Sep 27 '13 at 7:25
add a comment |
1 Answer
1
active
oldest
votes
Usually this is due to a wrong or missing command path.
So triple check the command and try using an absolute Path to the Binary.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f649790%2fwhy-isnt-my-custom-gnome-launcher-showing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Usually this is due to a wrong or missing command path.
So triple check the command and try using an absolute Path to the Binary.
add a comment |
Usually this is due to a wrong or missing command path.
So triple check the command and try using an absolute Path to the Binary.
add a comment |
Usually this is due to a wrong or missing command path.
So triple check the command and try using an absolute Path to the Binary.
Usually this is due to a wrong or missing command path.
So triple check the command and try using an absolute Path to the Binary.
edited Feb 6 at 21:09
HackSlash
2,2621722
2,2621722
answered Feb 6 at 18:51
David ReGazDavid ReGaz
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f649790%2fwhy-isnt-my-custom-gnome-launcher-showing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You may want to try an absolute path to your icon (even though that isn't always necessary). Also, have you marked it executable (
chmod +x myentry.desktop
)?– nerdwaller
Sep 24 '13 at 21:33
Yes, I've tried setting permissions to 0777. Didn't work. Good point with the icon but it's trivial as Gnome simply leaves the icon blank if it doesn't find one. I'm thinking it's more of an issue with Gnome 3.8 or some environment variable not set in Arch's Gnome package.
– Ancarius
Sep 27 '13 at 7:25