How to make XFCE reserve space for panel on the right monitor?
up vote
5
down vote
favorite
I'm using Xubuntu 13.04 on my laptop that has an external screen attached. The big external monitor also has a vertical panel. My external screen is on the right side of my laptop.
When I maximize windows on my external monitor, the panel overlaps those. However, when I maximize windows on my smaller laptop monitor, there seems to be the panel's width reserved in space (which is just empty)
How can I make it reserve space on the right monitor?
My setup looks like this (generated with arandr and modified (right-of
and primary
are by me, trying to solve the problem):
#!/bin/sh
xrandr --output HDMI1 --primary --right-of LVDS1 --mode 1920x1080 --pos 1440x0 --rotate normal
--output LVDS1 --mode 1440x900 --pos 0x368 --rotate normal
--output TV1 --off --output VGA1 --off
multiple-monitors xubuntu xfce-panel
add a comment |
up vote
5
down vote
favorite
I'm using Xubuntu 13.04 on my laptop that has an external screen attached. The big external monitor also has a vertical panel. My external screen is on the right side of my laptop.
When I maximize windows on my external monitor, the panel overlaps those. However, when I maximize windows on my smaller laptop monitor, there seems to be the panel's width reserved in space (which is just empty)
How can I make it reserve space on the right monitor?
My setup looks like this (generated with arandr and modified (right-of
and primary
are by me, trying to solve the problem):
#!/bin/sh
xrandr --output HDMI1 --primary --right-of LVDS1 --mode 1920x1080 --pos 1440x0 --rotate normal
--output LVDS1 --mode 1440x900 --pos 0x368 --rotate normal
--output TV1 --off --output VGA1 --off
multiple-monitors xubuntu xfce-panel
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I'm using Xubuntu 13.04 on my laptop that has an external screen attached. The big external monitor also has a vertical panel. My external screen is on the right side of my laptop.
When I maximize windows on my external monitor, the panel overlaps those. However, when I maximize windows on my smaller laptop monitor, there seems to be the panel's width reserved in space (which is just empty)
How can I make it reserve space on the right monitor?
My setup looks like this (generated with arandr and modified (right-of
and primary
are by me, trying to solve the problem):
#!/bin/sh
xrandr --output HDMI1 --primary --right-of LVDS1 --mode 1920x1080 --pos 1440x0 --rotate normal
--output LVDS1 --mode 1440x900 --pos 0x368 --rotate normal
--output TV1 --off --output VGA1 --off
multiple-monitors xubuntu xfce-panel
I'm using Xubuntu 13.04 on my laptop that has an external screen attached. The big external monitor also has a vertical panel. My external screen is on the right side of my laptop.
When I maximize windows on my external monitor, the panel overlaps those. However, when I maximize windows on my smaller laptop monitor, there seems to be the panel's width reserved in space (which is just empty)
How can I make it reserve space on the right monitor?
My setup looks like this (generated with arandr and modified (right-of
and primary
are by me, trying to solve the problem):
#!/bin/sh
xrandr --output HDMI1 --primary --right-of LVDS1 --mode 1920x1080 --pos 1440x0 --rotate normal
--output LVDS1 --mode 1440x900 --pos 0x368 --rotate normal
--output TV1 --off --output VGA1 --off
multiple-monitors xubuntu xfce-panel
multiple-monitors xubuntu xfce-panel
asked May 18 '13 at 0:00
Florian Heinle
1,8291526
1,8291526
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
3
down vote
For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802
add a comment |
up vote
0
down vote
OK, I fixed it!
I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.
You can now "Lock the panel" again within the settings. And exit the settings windows.
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',
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%2f296918%2fhow-to-make-xfce-reserve-space-for-panel-on-the-right-monitor%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802
add a comment |
up vote
3
down vote
For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802
add a comment |
up vote
3
down vote
up vote
3
down vote
For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802
For anyone looking into this problem, unfortunately this appears to be (a long standing) bug in xfce: https://bugzilla.xfce.org/show_bug.cgi?id=9693. Also see my thread on the xfce forums that describe the same issue: https://forum.xfce.org/viewtopic.php?id=8802
answered Apr 24 '14 at 7:10
logion
20615
20615
add a comment |
add a comment |
up vote
0
down vote
OK, I fixed it!
I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.
You can now "Lock the panel" again within the settings. And exit the settings windows.
add a comment |
up vote
0
down vote
OK, I fixed it!
I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.
You can now "Lock the panel" again within the settings. And exit the settings windows.
add a comment |
up vote
0
down vote
up vote
0
down vote
OK, I fixed it!
I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.
You can now "Lock the panel" again within the settings. And exit the settings windows.
OK, I fixed it!
I went to panel->panel settings->Unchecked "Lock panel". Now grepped the panel from outer right side (with the dots). I moved the panel up and forced it down again. This last step will cause the xfce panel to be recognized again as a bottom panel, meaning it will stay up front whenever I maximize a window.
You can now "Lock the panel" again within the settings. And exit the settings windows.
answered Nov 30 at 1:19
danger89
1214
1214
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f296918%2fhow-to-make-xfce-reserve-space-for-panel-on-the-right-monitor%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