Can't find an icon to launch Ubuntu Tweak on Ubuntu 14.04
I've installed Ubuntu Tweak on Ubuntu 14.04 and I can only run it by going to the terminal and typing ubuntu-tweak.
There's no icon in the drop down menu. I installed GNOME flashback so I am just trying to get a launcher icon somewhere in the launcher. It's not in system settings either.
14.04 software-installation launcher ubuntu-tweak
add a comment |
I've installed Ubuntu Tweak on Ubuntu 14.04 and I can only run it by going to the terminal and typing ubuntu-tweak.
There's no icon in the drop down menu. I installed GNOME flashback so I am just trying to get a launcher icon somewhere in the launcher. It's not in system settings either.
14.04 software-installation launcher ubuntu-tweak
add a comment |
I've installed Ubuntu Tweak on Ubuntu 14.04 and I can only run it by going to the terminal and typing ubuntu-tweak.
There's no icon in the drop down menu. I installed GNOME flashback so I am just trying to get a launcher icon somewhere in the launcher. It's not in system settings either.
14.04 software-installation launcher ubuntu-tweak
I've installed Ubuntu Tweak on Ubuntu 14.04 and I can only run it by going to the terminal and typing ubuntu-tweak.
There's no icon in the drop down menu. I installed GNOME flashback so I am just trying to get a launcher icon somewhere in the launcher. It's not in system settings either.
14.04 software-installation launcher ubuntu-tweak
14.04 software-installation launcher ubuntu-tweak
edited Jan 16 at 8:24
Zanna
50.6k13135241
50.6k13135241
asked May 23 '14 at 16:53
user281745user281745
1938
1938
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
1) Installed right ?
First, let's reinstall the package :
sudo apt-get purge ubuntu-tweak
sudo apt-get autoremove && sudo apt-get clean
sudo add-apt-repository -y ppa:tualatrix/ppa && sudo apt-get update
sudo apt-get install ubuntu-tweak
2) Desktop file
If that didn't work, let's make sure Ubuntu Tweak installed his .desktop (launcher, kind of).
Please verify if you have the output "yes" with the commandline :
[ -e /usr/share/applications/ubuntu-tweak.desktop ] && echo yes || echo no
if the output is "yes", you can try :
sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
if the output is "no", or if it still doesn't work, then, do this commandline :
sudo wget http://pastebin.com/raw.php?i=ENWxyiPU -O /usr/share/applications/ubuntu-tweak.desktop && sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
3) Manually add a menu entry
If both methods did not worked, we're going to try to manually add a shortcut. You'll need alacarte:
sudo apt-get install alacarte
alacarte
Create a new menu entry :
Name: Ubuntu-Tweak
Command : ubuntu-tweak
Icon : /usr/share/icons/hicolor/48x48/apps/ubuntu-tweak.png
yes thank you it worked the last option
– user281745
May 25 '14 at 4:56
@user281745 - if the answer worked please accept it as the answer.
– Wilf
Jul 13 '14 at 21:52
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f471186%2fcant-find-an-icon-to-launch-ubuntu-tweak-on-ubuntu-14-04%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
1) Installed right ?
First, let's reinstall the package :
sudo apt-get purge ubuntu-tweak
sudo apt-get autoremove && sudo apt-get clean
sudo add-apt-repository -y ppa:tualatrix/ppa && sudo apt-get update
sudo apt-get install ubuntu-tweak
2) Desktop file
If that didn't work, let's make sure Ubuntu Tweak installed his .desktop (launcher, kind of).
Please verify if you have the output "yes" with the commandline :
[ -e /usr/share/applications/ubuntu-tweak.desktop ] && echo yes || echo no
if the output is "yes", you can try :
sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
if the output is "no", or if it still doesn't work, then, do this commandline :
sudo wget http://pastebin.com/raw.php?i=ENWxyiPU -O /usr/share/applications/ubuntu-tweak.desktop && sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
3) Manually add a menu entry
If both methods did not worked, we're going to try to manually add a shortcut. You'll need alacarte:
sudo apt-get install alacarte
alacarte
Create a new menu entry :
Name: Ubuntu-Tweak
Command : ubuntu-tweak
Icon : /usr/share/icons/hicolor/48x48/apps/ubuntu-tweak.png
yes thank you it worked the last option
– user281745
May 25 '14 at 4:56
@user281745 - if the answer worked please accept it as the answer.
– Wilf
Jul 13 '14 at 21:52
add a comment |
1) Installed right ?
First, let's reinstall the package :
sudo apt-get purge ubuntu-tweak
sudo apt-get autoremove && sudo apt-get clean
sudo add-apt-repository -y ppa:tualatrix/ppa && sudo apt-get update
sudo apt-get install ubuntu-tweak
2) Desktop file
If that didn't work, let's make sure Ubuntu Tweak installed his .desktop (launcher, kind of).
Please verify if you have the output "yes" with the commandline :
[ -e /usr/share/applications/ubuntu-tweak.desktop ] && echo yes || echo no
if the output is "yes", you can try :
sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
if the output is "no", or if it still doesn't work, then, do this commandline :
sudo wget http://pastebin.com/raw.php?i=ENWxyiPU -O /usr/share/applications/ubuntu-tweak.desktop && sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
3) Manually add a menu entry
If both methods did not worked, we're going to try to manually add a shortcut. You'll need alacarte:
sudo apt-get install alacarte
alacarte
Create a new menu entry :
Name: Ubuntu-Tweak
Command : ubuntu-tweak
Icon : /usr/share/icons/hicolor/48x48/apps/ubuntu-tweak.png
yes thank you it worked the last option
– user281745
May 25 '14 at 4:56
@user281745 - if the answer worked please accept it as the answer.
– Wilf
Jul 13 '14 at 21:52
add a comment |
1) Installed right ?
First, let's reinstall the package :
sudo apt-get purge ubuntu-tweak
sudo apt-get autoremove && sudo apt-get clean
sudo add-apt-repository -y ppa:tualatrix/ppa && sudo apt-get update
sudo apt-get install ubuntu-tweak
2) Desktop file
If that didn't work, let's make sure Ubuntu Tweak installed his .desktop (launcher, kind of).
Please verify if you have the output "yes" with the commandline :
[ -e /usr/share/applications/ubuntu-tweak.desktop ] && echo yes || echo no
if the output is "yes", you can try :
sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
if the output is "no", or if it still doesn't work, then, do this commandline :
sudo wget http://pastebin.com/raw.php?i=ENWxyiPU -O /usr/share/applications/ubuntu-tweak.desktop && sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
3) Manually add a menu entry
If both methods did not worked, we're going to try to manually add a shortcut. You'll need alacarte:
sudo apt-get install alacarte
alacarte
Create a new menu entry :
Name: Ubuntu-Tweak
Command : ubuntu-tweak
Icon : /usr/share/icons/hicolor/48x48/apps/ubuntu-tweak.png
1) Installed right ?
First, let's reinstall the package :
sudo apt-get purge ubuntu-tweak
sudo apt-get autoremove && sudo apt-get clean
sudo add-apt-repository -y ppa:tualatrix/ppa && sudo apt-get update
sudo apt-get install ubuntu-tweak
2) Desktop file
If that didn't work, let's make sure Ubuntu Tweak installed his .desktop (launcher, kind of).
Please verify if you have the output "yes" with the commandline :
[ -e /usr/share/applications/ubuntu-tweak.desktop ] && echo yes || echo no
if the output is "yes", you can try :
sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
if the output is "no", or if it still doesn't work, then, do this commandline :
sudo wget http://pastebin.com/raw.php?i=ENWxyiPU -O /usr/share/applications/ubuntu-tweak.desktop && sudo chmod +x /usr/share/applications/ubuntu-tweak.desktop
3) Manually add a menu entry
If both methods did not worked, we're going to try to manually add a shortcut. You'll need alacarte:
sudo apt-get install alacarte
alacarte
Create a new menu entry :
Name: Ubuntu-Tweak
Command : ubuntu-tweak
Icon : /usr/share/icons/hicolor/48x48/apps/ubuntu-tweak.png
answered May 23 '14 at 17:17
MrVaykadjiMrVaykadji
3,93722152
3,93722152
yes thank you it worked the last option
– user281745
May 25 '14 at 4:56
@user281745 - if the answer worked please accept it as the answer.
– Wilf
Jul 13 '14 at 21:52
add a comment |
yes thank you it worked the last option
– user281745
May 25 '14 at 4:56
@user281745 - if the answer worked please accept it as the answer.
– Wilf
Jul 13 '14 at 21:52
yes thank you it worked the last option
– user281745
May 25 '14 at 4:56
yes thank you it worked the last option
– user281745
May 25 '14 at 4:56
@user281745 - if the answer worked please accept it as the answer.
– Wilf
Jul 13 '14 at 21:52
@user281745 - if the answer worked please accept it as the answer.
– Wilf
Jul 13 '14 at 21:52
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f471186%2fcant-find-an-icon-to-launch-ubuntu-tweak-on-ubuntu-14-04%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