Cannot add Libre Office Start Center to Favourites?How to add any language[punjabi] in Libre office 3Libre...
Will a top journal at least read my introduction?
Please, smoke with good manners
How come there are so many candidates for the 2020 Democratic party presidential nomination?
What are the potential pitfalls when using metals as a currency?
What are the real rules for choosing between the simple past and past perfect when both actions are in the past?
Does a semiconductor follow Ohm's law?
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?
What is the difference between `command a[bc]d` and `command `a{b,c}d`
A Note on N!
Why does nature favour the Laplacian?
Repelling Blast: Must targets always be pushed back?
Mac Pro install disk keeps ejecting itself
How exactly does Hawking radiation decrease the mass of black holes?
How can I place the product on a social media post better?
Critique of timeline aesthetic
How can I practically buy stocks?
Why does processed meat contain preservatives, while canned fish needs not?
How to have a sharp product image?
What does it mean to express a gate in Dirac notation?
What does KSP mean?
What was the first Intel x86 processor with "Base + Index * Scale + Displacement" addressing mode?
Was there a Viking Exchange as well as a Columbian one?
French for 'It must be my imagination'?
Cannot add Libre Office Start Center to Favourites?
How to add any language[punjabi] in Libre office 3Libre Office - Create chartLibre office will not openCannot install anything! Unmet dependencies. Libre OfficeLibre Office won't openCannot save Libre Office-Draw filesLibre office writer automatically closingLibre Office Writer - how to add text to an imagelibre office instance on topLibre office restoration
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have been having this weird issue with Ubuntu-based distros that I cannot add the Libre office start menu to either my desktop or to the favourites. I can barely find it via the dash and when I right-click it, there are no options whatsoever? I hope I am making sense. If I travel to /usr/share/applications I can launch the start centre from there. If I move it to my desktop (Pop!_OS) it will show in my ~/Desktop folder, but does not actually appear there visibly. It is really weird.
libreoffice gnome-shell
add a comment |
I have been having this weird issue with Ubuntu-based distros that I cannot add the Libre office start menu to either my desktop or to the favourites. I can barely find it via the dash and when I right-click it, there are no options whatsoever? I hope I am making sense. If I travel to /usr/share/applications I can launch the start centre from there. If I move it to my desktop (Pop!_OS) it will show in my ~/Desktop folder, but does not actually appear there visibly. It is really weird.
libreoffice gnome-shell
What happens if you typelibreoffice
in a terminal? And how did you install Libre Office? If you typesudo apt install libreoffice
, what is the message you get back?
– FloT
14 hours ago
What is your version of ubuntu and pop os ?
– JerareYoshi
14 hours ago
I have found the answer--@vanadium gave it.
– Matthew T. Scarbrough
5 hours ago
add a comment |
I have been having this weird issue with Ubuntu-based distros that I cannot add the Libre office start menu to either my desktop or to the favourites. I can barely find it via the dash and when I right-click it, there are no options whatsoever? I hope I am making sense. If I travel to /usr/share/applications I can launch the start centre from there. If I move it to my desktop (Pop!_OS) it will show in my ~/Desktop folder, but does not actually appear there visibly. It is really weird.
libreoffice gnome-shell
I have been having this weird issue with Ubuntu-based distros that I cannot add the Libre office start menu to either my desktop or to the favourites. I can barely find it via the dash and when I right-click it, there are no options whatsoever? I hope I am making sense. If I travel to /usr/share/applications I can launch the start centre from there. If I move it to my desktop (Pop!_OS) it will show in my ~/Desktop folder, but does not actually appear there visibly. It is really weird.
libreoffice gnome-shell
libreoffice gnome-shell
asked 15 hours ago
Matthew T. ScarbroughMatthew T. Scarbrough
1055
1055
What happens if you typelibreoffice
in a terminal? And how did you install Libre Office? If you typesudo apt install libreoffice
, what is the message you get back?
– FloT
14 hours ago
What is your version of ubuntu and pop os ?
– JerareYoshi
14 hours ago
I have found the answer--@vanadium gave it.
– Matthew T. Scarbrough
5 hours ago
add a comment |
What happens if you typelibreoffice
in a terminal? And how did you install Libre Office? If you typesudo apt install libreoffice
, what is the message you get back?
– FloT
14 hours ago
What is your version of ubuntu and pop os ?
– JerareYoshi
14 hours ago
I have found the answer--@vanadium gave it.
– Matthew T. Scarbrough
5 hours ago
What happens if you type
libreoffice
in a terminal? And how did you install Libre Office? If you type sudo apt install libreoffice
, what is the message you get back?– FloT
14 hours ago
What happens if you type
libreoffice
in a terminal? And how did you install Libre Office? If you type sudo apt install libreoffice
, what is the message you get back?– FloT
14 hours ago
What is your version of ubuntu and pop os ?
– JerareYoshi
14 hours ago
What is your version of ubuntu and pop os ?
– JerareYoshi
14 hours ago
I have found the answer--@vanadium gave it.
– Matthew T. Scarbrough
5 hours ago
I have found the answer--@vanadium gave it.
– Matthew T. Scarbrough
5 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Copy the .desktop file of the control center, /usr/share/applications/libreoffice-startcenter.desktop
to your local ~/.local/share/applications
folder. Change the line NotShowIn=GNOME;
to NotShowIn=
, or delete the line. The launcher will now be found in your dash. You can launch it and then right-click the icon in your dash to pin it.
Some background: the line NotShowIn=GNOME;
prevents the launcher from actually showing up in the dash. While you can edit the system wide desktop file, it is safer practice to copy the .desktop file locally and edit it there. You do not need root permissions for that, and your changes will not be overwritten by future updates. You can edit the system wide file if you want the change to be effective for all users on the system.
Thank you! That is so weird that they would remove that for the gnome version... but I guess it may mess with the ideal workflow of Gnome? IDK, still weird.
– Matthew T. Scarbrough
5 hours ago
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%2f1138567%2fcannot-add-libre-office-start-center-to-favourites%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
Copy the .desktop file of the control center, /usr/share/applications/libreoffice-startcenter.desktop
to your local ~/.local/share/applications
folder. Change the line NotShowIn=GNOME;
to NotShowIn=
, or delete the line. The launcher will now be found in your dash. You can launch it and then right-click the icon in your dash to pin it.
Some background: the line NotShowIn=GNOME;
prevents the launcher from actually showing up in the dash. While you can edit the system wide desktop file, it is safer practice to copy the .desktop file locally and edit it there. You do not need root permissions for that, and your changes will not be overwritten by future updates. You can edit the system wide file if you want the change to be effective for all users on the system.
Thank you! That is so weird that they would remove that for the gnome version... but I guess it may mess with the ideal workflow of Gnome? IDK, still weird.
– Matthew T. Scarbrough
5 hours ago
add a comment |
Copy the .desktop file of the control center, /usr/share/applications/libreoffice-startcenter.desktop
to your local ~/.local/share/applications
folder. Change the line NotShowIn=GNOME;
to NotShowIn=
, or delete the line. The launcher will now be found in your dash. You can launch it and then right-click the icon in your dash to pin it.
Some background: the line NotShowIn=GNOME;
prevents the launcher from actually showing up in the dash. While you can edit the system wide desktop file, it is safer practice to copy the .desktop file locally and edit it there. You do not need root permissions for that, and your changes will not be overwritten by future updates. You can edit the system wide file if you want the change to be effective for all users on the system.
Thank you! That is so weird that they would remove that for the gnome version... but I guess it may mess with the ideal workflow of Gnome? IDK, still weird.
– Matthew T. Scarbrough
5 hours ago
add a comment |
Copy the .desktop file of the control center, /usr/share/applications/libreoffice-startcenter.desktop
to your local ~/.local/share/applications
folder. Change the line NotShowIn=GNOME;
to NotShowIn=
, or delete the line. The launcher will now be found in your dash. You can launch it and then right-click the icon in your dash to pin it.
Some background: the line NotShowIn=GNOME;
prevents the launcher from actually showing up in the dash. While you can edit the system wide desktop file, it is safer practice to copy the .desktop file locally and edit it there. You do not need root permissions for that, and your changes will not be overwritten by future updates. You can edit the system wide file if you want the change to be effective for all users on the system.
Copy the .desktop file of the control center, /usr/share/applications/libreoffice-startcenter.desktop
to your local ~/.local/share/applications
folder. Change the line NotShowIn=GNOME;
to NotShowIn=
, or delete the line. The launcher will now be found in your dash. You can launch it and then right-click the icon in your dash to pin it.
Some background: the line NotShowIn=GNOME;
prevents the launcher from actually showing up in the dash. While you can edit the system wide desktop file, it is safer practice to copy the .desktop file locally and edit it there. You do not need root permissions for that, and your changes will not be overwritten by future updates. You can edit the system wide file if you want the change to be effective for all users on the system.
answered 12 hours ago
vanadiumvanadium
8,29511533
8,29511533
Thank you! That is so weird that they would remove that for the gnome version... but I guess it may mess with the ideal workflow of Gnome? IDK, still weird.
– Matthew T. Scarbrough
5 hours ago
add a comment |
Thank you! That is so weird that they would remove that for the gnome version... but I guess it may mess with the ideal workflow of Gnome? IDK, still weird.
– Matthew T. Scarbrough
5 hours ago
Thank you! That is so weird that they would remove that for the gnome version... but I guess it may mess with the ideal workflow of Gnome? IDK, still weird.
– Matthew T. Scarbrough
5 hours ago
Thank you! That is so weird that they would remove that for the gnome version... but I guess it may mess with the ideal workflow of Gnome? IDK, still weird.
– Matthew T. Scarbrough
5 hours ago
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%2f1138567%2fcannot-add-libre-office-start-center-to-favourites%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
What happens if you type
libreoffice
in a terminal? And how did you install Libre Office? If you typesudo apt install libreoffice
, what is the message you get back?– FloT
14 hours ago
What is your version of ubuntu and pop os ?
– JerareYoshi
14 hours ago
I have found the answer--@vanadium gave it.
– Matthew T. Scarbrough
5 hours ago