Opening and closing Ubuntu applications in multiple displays
I am facing a peculiar problem in Ubuntu 18.04. I have an extended display in office, and I had opened a csv file with libreoffice and viewed it in the extended display, and then closed it that display.
Now I am at home, and have only the laptop display available, and when I am trying to open the same file (or any other csv file) the file is opened but I don't see it on screen. I know the file is opened because in the vertical bar on the left side of screen, I can see the librecalc icon with one red dot on it, and when I right-click on that icon and press "All Windows" then I can see an icon of the file that is opened with its 3 rows of data. Also when I do "ps -ef | grep libre" I can see the process still running.
home/xxx$ ps -ef | grep libre
xxx 7948 1227 0 20:57 ? 00:00:00 /usr/lib/libreoffice/program/oosplash --calc file:///home/xxx/Desktop/desktop_files/try/x1.csv
xxx 7966 7948 1 20:57 ? 00:00:04 /usr/lib/libreoffice/program/soffice.bin --calc file:///home/xxx/Desktop/desktop_files/try/x1.csv --splash-pipe=5
Next day, when at office and the extended display again available, I could now open the same csv file - the application opened up in the extended display. But this time I dragged the application to the laptop display and closed the application there. After that when I opened the csv file again, this time the file opened properly in the laptop display.
So, how do I reset the application, so that it now opens only in the display that is available? Note: The csv file is very small, just about 300 bytes and 3 rows of data, and it opens fine with MS excel or WPS tools.
NOTE: I had posted this question on stackoverflow/55401731, but it got downvoted without any explanation. It is a genuine problem with ubuntu extended display, and currently there is no solution available on googling. As a courtesy, if you are downvoting, can you give an explanation why you are downvoting?
multiple-monitors libreoffice
New contributor
add a comment |
I am facing a peculiar problem in Ubuntu 18.04. I have an extended display in office, and I had opened a csv file with libreoffice and viewed it in the extended display, and then closed it that display.
Now I am at home, and have only the laptop display available, and when I am trying to open the same file (or any other csv file) the file is opened but I don't see it on screen. I know the file is opened because in the vertical bar on the left side of screen, I can see the librecalc icon with one red dot on it, and when I right-click on that icon and press "All Windows" then I can see an icon of the file that is opened with its 3 rows of data. Also when I do "ps -ef | grep libre" I can see the process still running.
home/xxx$ ps -ef | grep libre
xxx 7948 1227 0 20:57 ? 00:00:00 /usr/lib/libreoffice/program/oosplash --calc file:///home/xxx/Desktop/desktop_files/try/x1.csv
xxx 7966 7948 1 20:57 ? 00:00:04 /usr/lib/libreoffice/program/soffice.bin --calc file:///home/xxx/Desktop/desktop_files/try/x1.csv --splash-pipe=5
Next day, when at office and the extended display again available, I could now open the same csv file - the application opened up in the extended display. But this time I dragged the application to the laptop display and closed the application there. After that when I opened the csv file again, this time the file opened properly in the laptop display.
So, how do I reset the application, so that it now opens only in the display that is available? Note: The csv file is very small, just about 300 bytes and 3 rows of data, and it opens fine with MS excel or WPS tools.
NOTE: I had posted this question on stackoverflow/55401731, but it got downvoted without any explanation. It is a genuine problem with ubuntu extended display, and currently there is no solution available on googling. As a courtesy, if you are downvoting, can you give an explanation why you are downvoting?
multiple-monitors libreoffice
New contributor
add a comment |
I am facing a peculiar problem in Ubuntu 18.04. I have an extended display in office, and I had opened a csv file with libreoffice and viewed it in the extended display, and then closed it that display.
Now I am at home, and have only the laptop display available, and when I am trying to open the same file (or any other csv file) the file is opened but I don't see it on screen. I know the file is opened because in the vertical bar on the left side of screen, I can see the librecalc icon with one red dot on it, and when I right-click on that icon and press "All Windows" then I can see an icon of the file that is opened with its 3 rows of data. Also when I do "ps -ef | grep libre" I can see the process still running.
home/xxx$ ps -ef | grep libre
xxx 7948 1227 0 20:57 ? 00:00:00 /usr/lib/libreoffice/program/oosplash --calc file:///home/xxx/Desktop/desktop_files/try/x1.csv
xxx 7966 7948 1 20:57 ? 00:00:04 /usr/lib/libreoffice/program/soffice.bin --calc file:///home/xxx/Desktop/desktop_files/try/x1.csv --splash-pipe=5
Next day, when at office and the extended display again available, I could now open the same csv file - the application opened up in the extended display. But this time I dragged the application to the laptop display and closed the application there. After that when I opened the csv file again, this time the file opened properly in the laptop display.
So, how do I reset the application, so that it now opens only in the display that is available? Note: The csv file is very small, just about 300 bytes and 3 rows of data, and it opens fine with MS excel or WPS tools.
NOTE: I had posted this question on stackoverflow/55401731, but it got downvoted without any explanation. It is a genuine problem with ubuntu extended display, and currently there is no solution available on googling. As a courtesy, if you are downvoting, can you give an explanation why you are downvoting?
multiple-monitors libreoffice
New contributor
I am facing a peculiar problem in Ubuntu 18.04. I have an extended display in office, and I had opened a csv file with libreoffice and viewed it in the extended display, and then closed it that display.
Now I am at home, and have only the laptop display available, and when I am trying to open the same file (or any other csv file) the file is opened but I don't see it on screen. I know the file is opened because in the vertical bar on the left side of screen, I can see the librecalc icon with one red dot on it, and when I right-click on that icon and press "All Windows" then I can see an icon of the file that is opened with its 3 rows of data. Also when I do "ps -ef | grep libre" I can see the process still running.
home/xxx$ ps -ef | grep libre
xxx 7948 1227 0 20:57 ? 00:00:00 /usr/lib/libreoffice/program/oosplash --calc file:///home/xxx/Desktop/desktop_files/try/x1.csv
xxx 7966 7948 1 20:57 ? 00:00:04 /usr/lib/libreoffice/program/soffice.bin --calc file:///home/xxx/Desktop/desktop_files/try/x1.csv --splash-pipe=5
Next day, when at office and the extended display again available, I could now open the same csv file - the application opened up in the extended display. But this time I dragged the application to the laptop display and closed the application there. After that when I opened the csv file again, this time the file opened properly in the laptop display.
So, how do I reset the application, so that it now opens only in the display that is available? Note: The csv file is very small, just about 300 bytes and 3 rows of data, and it opens fine with MS excel or WPS tools.
NOTE: I had posted this question on stackoverflow/55401731, but it got downvoted without any explanation. It is a genuine problem with ubuntu extended display, and currently there is no solution available on googling. As a courtesy, if you are downvoting, can you give an explanation why you are downvoting?
multiple-monitors libreoffice
multiple-monitors libreoffice
New contributor
New contributor
edited 1 min ago
Philippe Delteil
4941419
4941419
New contributor
asked 17 mins ago
R71R71
1061
1061
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
});
}
});
R71 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1129572%2fopening-and-closing-ubuntu-applications-in-multiple-displays%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
R71 is a new contributor. Be nice, and check out our Code of Conduct.
R71 is a new contributor. Be nice, and check out our Code of Conduct.
R71 is a new contributor. Be nice, and check out our Code of Conduct.
R71 is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1129572%2fopening-and-closing-ubuntu-applications-in-multiple-displays%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