XFCE unity command mistake
up vote
1
down vote
favorite
Few days ago I erroneously run the command unity
within XFCE. As expectable, what happened was that Unity started (it's a Ubuntu XFCE).
I hoped to solve the problem by just restarting the device, but, at the startup, unfortunately:
I lost the title bar of every window (the one containing also the minimizing, maximizing and closing window buttons)
It is like if my session was automatically saved, because now every time I log in I got the same configuration I haved at that time (3 terminals opened, firefox and thunar)
Plus, doing
atl-f4
was not working for closing the programs opened.
I found out that xfwm4
reset the title bar, and I was then able to either close the windows by pushing the small "x" button on the top bar or by doing the shortcut atl-f4
.
What did unity
command exactly screw up on my XFCE environment? The problem is still there, since everytime I log in, I still face the same 3 above-mentioned problems.
Thanks
unity xfce xfwm4
add a comment |
up vote
1
down vote
favorite
Few days ago I erroneously run the command unity
within XFCE. As expectable, what happened was that Unity started (it's a Ubuntu XFCE).
I hoped to solve the problem by just restarting the device, but, at the startup, unfortunately:
I lost the title bar of every window (the one containing also the minimizing, maximizing and closing window buttons)
It is like if my session was automatically saved, because now every time I log in I got the same configuration I haved at that time (3 terminals opened, firefox and thunar)
Plus, doing
atl-f4
was not working for closing the programs opened.
I found out that xfwm4
reset the title bar, and I was then able to either close the windows by pushing the small "x" button on the top bar or by doing the shortcut atl-f4
.
What did unity
command exactly screw up on my XFCE environment? The problem is still there, since everytime I log in, I still face the same 3 above-mentioned problems.
Thanks
unity xfce xfwm4
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Few days ago I erroneously run the command unity
within XFCE. As expectable, what happened was that Unity started (it's a Ubuntu XFCE).
I hoped to solve the problem by just restarting the device, but, at the startup, unfortunately:
I lost the title bar of every window (the one containing also the minimizing, maximizing and closing window buttons)
It is like if my session was automatically saved, because now every time I log in I got the same configuration I haved at that time (3 terminals opened, firefox and thunar)
Plus, doing
atl-f4
was not working for closing the programs opened.
I found out that xfwm4
reset the title bar, and I was then able to either close the windows by pushing the small "x" button on the top bar or by doing the shortcut atl-f4
.
What did unity
command exactly screw up on my XFCE environment? The problem is still there, since everytime I log in, I still face the same 3 above-mentioned problems.
Thanks
unity xfce xfwm4
Few days ago I erroneously run the command unity
within XFCE. As expectable, what happened was that Unity started (it's a Ubuntu XFCE).
I hoped to solve the problem by just restarting the device, but, at the startup, unfortunately:
I lost the title bar of every window (the one containing also the minimizing, maximizing and closing window buttons)
It is like if my session was automatically saved, because now every time I log in I got the same configuration I haved at that time (3 terminals opened, firefox and thunar)
Plus, doing
atl-f4
was not working for closing the programs opened.
I found out that xfwm4
reset the title bar, and I was then able to either close the windows by pushing the small "x" button on the top bar or by doing the shortcut atl-f4
.
What did unity
command exactly screw up on my XFCE environment? The problem is still there, since everytime I log in, I still face the same 3 above-mentioned problems.
Thanks
unity xfce xfwm4
unity xfce xfwm4
edited May 22 '15 at 13:14
asked May 21 '15 at 12:41
Sfrow
1481110
1481110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
-1
down vote
Well, if you don't use Unity then you can completely uninstall it. Just run this shell supercommand:
sudo apt-get update && sudo apt-get check && sudo apt-get purge unity -y && sudo apt-get autoremove -y && sudo apt-get clean && rm -rf ~/.unity ~/.local/share/unity && sudo telinit 6
After your system reboots, at the login window make sure that at the right top corner the section selected is Xubuntu (if you're not in XUbuntu, select the Xfce option). Once you've done it, login and check if now everything's ok or still messed up.
If your XFCE environment is still messed up, go back to the shell terminal and then:
To access the windows' config manager (in order to try to fix the title bar problem), run this:
xfwm4-settings
To access the XFCE session settings (in order to try to fix the problem with the "resilient" session config), run this:
xfce4-session-settings
...and then restart your system.
If the problem persists, the easiest workaround is to quit the XFCE panel (xfce4-panel
), kill XFCE's configuration daemon (xfconfd
), delete your customized XFCE panel settings and then restart the system. This is the shell supercommand that does it all:
xfce4-panel -q ; sudo pkill xfconfd ; rm -rf ~/.config/xfce4/panel ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; sudo telinit 6
After this, your XFCE interface will be restored to its defaults and you'll thus have to redo your interface customizations, but the normal behavior of the interface will be back, too.
PS: I use XUbuntu. When you install it, it doesn't pre-install Unity. If you're using XUbuntu it's weird that Unity's installed: it shouldn't be. Hence, it's safe to completely remove Unity.
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%2f626533%2fxfce-unity-command-mistake%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
up vote
-1
down vote
Well, if you don't use Unity then you can completely uninstall it. Just run this shell supercommand:
sudo apt-get update && sudo apt-get check && sudo apt-get purge unity -y && sudo apt-get autoremove -y && sudo apt-get clean && rm -rf ~/.unity ~/.local/share/unity && sudo telinit 6
After your system reboots, at the login window make sure that at the right top corner the section selected is Xubuntu (if you're not in XUbuntu, select the Xfce option). Once you've done it, login and check if now everything's ok or still messed up.
If your XFCE environment is still messed up, go back to the shell terminal and then:
To access the windows' config manager (in order to try to fix the title bar problem), run this:
xfwm4-settings
To access the XFCE session settings (in order to try to fix the problem with the "resilient" session config), run this:
xfce4-session-settings
...and then restart your system.
If the problem persists, the easiest workaround is to quit the XFCE panel (xfce4-panel
), kill XFCE's configuration daemon (xfconfd
), delete your customized XFCE panel settings and then restart the system. This is the shell supercommand that does it all:
xfce4-panel -q ; sudo pkill xfconfd ; rm -rf ~/.config/xfce4/panel ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; sudo telinit 6
After this, your XFCE interface will be restored to its defaults and you'll thus have to redo your interface customizations, but the normal behavior of the interface will be back, too.
PS: I use XUbuntu. When you install it, it doesn't pre-install Unity. If you're using XUbuntu it's weird that Unity's installed: it shouldn't be. Hence, it's safe to completely remove Unity.
add a comment |
up vote
-1
down vote
Well, if you don't use Unity then you can completely uninstall it. Just run this shell supercommand:
sudo apt-get update && sudo apt-get check && sudo apt-get purge unity -y && sudo apt-get autoremove -y && sudo apt-get clean && rm -rf ~/.unity ~/.local/share/unity && sudo telinit 6
After your system reboots, at the login window make sure that at the right top corner the section selected is Xubuntu (if you're not in XUbuntu, select the Xfce option). Once you've done it, login and check if now everything's ok or still messed up.
If your XFCE environment is still messed up, go back to the shell terminal and then:
To access the windows' config manager (in order to try to fix the title bar problem), run this:
xfwm4-settings
To access the XFCE session settings (in order to try to fix the problem with the "resilient" session config), run this:
xfce4-session-settings
...and then restart your system.
If the problem persists, the easiest workaround is to quit the XFCE panel (xfce4-panel
), kill XFCE's configuration daemon (xfconfd
), delete your customized XFCE panel settings and then restart the system. This is the shell supercommand that does it all:
xfce4-panel -q ; sudo pkill xfconfd ; rm -rf ~/.config/xfce4/panel ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; sudo telinit 6
After this, your XFCE interface will be restored to its defaults and you'll thus have to redo your interface customizations, but the normal behavior of the interface will be back, too.
PS: I use XUbuntu. When you install it, it doesn't pre-install Unity. If you're using XUbuntu it's weird that Unity's installed: it shouldn't be. Hence, it's safe to completely remove Unity.
add a comment |
up vote
-1
down vote
up vote
-1
down vote
Well, if you don't use Unity then you can completely uninstall it. Just run this shell supercommand:
sudo apt-get update && sudo apt-get check && sudo apt-get purge unity -y && sudo apt-get autoremove -y && sudo apt-get clean && rm -rf ~/.unity ~/.local/share/unity && sudo telinit 6
After your system reboots, at the login window make sure that at the right top corner the section selected is Xubuntu (if you're not in XUbuntu, select the Xfce option). Once you've done it, login and check if now everything's ok or still messed up.
If your XFCE environment is still messed up, go back to the shell terminal and then:
To access the windows' config manager (in order to try to fix the title bar problem), run this:
xfwm4-settings
To access the XFCE session settings (in order to try to fix the problem with the "resilient" session config), run this:
xfce4-session-settings
...and then restart your system.
If the problem persists, the easiest workaround is to quit the XFCE panel (xfce4-panel
), kill XFCE's configuration daemon (xfconfd
), delete your customized XFCE panel settings and then restart the system. This is the shell supercommand that does it all:
xfce4-panel -q ; sudo pkill xfconfd ; rm -rf ~/.config/xfce4/panel ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; sudo telinit 6
After this, your XFCE interface will be restored to its defaults and you'll thus have to redo your interface customizations, but the normal behavior of the interface will be back, too.
PS: I use XUbuntu. When you install it, it doesn't pre-install Unity. If you're using XUbuntu it's weird that Unity's installed: it shouldn't be. Hence, it's safe to completely remove Unity.
Well, if you don't use Unity then you can completely uninstall it. Just run this shell supercommand:
sudo apt-get update && sudo apt-get check && sudo apt-get purge unity -y && sudo apt-get autoremove -y && sudo apt-get clean && rm -rf ~/.unity ~/.local/share/unity && sudo telinit 6
After your system reboots, at the login window make sure that at the right top corner the section selected is Xubuntu (if you're not in XUbuntu, select the Xfce option). Once you've done it, login and check if now everything's ok or still messed up.
If your XFCE environment is still messed up, go back to the shell terminal and then:
To access the windows' config manager (in order to try to fix the title bar problem), run this:
xfwm4-settings
To access the XFCE session settings (in order to try to fix the problem with the "resilient" session config), run this:
xfce4-session-settings
...and then restart your system.
If the problem persists, the easiest workaround is to quit the XFCE panel (xfce4-panel
), kill XFCE's configuration daemon (xfconfd
), delete your customized XFCE panel settings and then restart the system. This is the shell supercommand that does it all:
xfce4-panel -q ; sudo pkill xfconfd ; rm -rf ~/.config/xfce4/panel ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; sudo telinit 6
After this, your XFCE interface will be restored to its defaults and you'll thus have to redo your interface customizations, but the normal behavior of the interface will be back, too.
PS: I use XUbuntu. When you install it, it doesn't pre-install Unity. If you're using XUbuntu it's weird that Unity's installed: it shouldn't be. Hence, it's safe to completely remove Unity.
edited Dec 5 at 4:08
answered Nov 19 '15 at 16:53
Yuri Sucupira
610616
610616
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%2f626533%2fxfce-unity-command-mistake%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