How to have a clean *ubuntu and Awesome WM?
My request is quite simple. How can I get a *buntu distro but with awesome in it? How can I wipe off everything in ubuntu (Unity & stuff) and get awesome WM?
What I'd like is *buntu ease of use + awesome WM.
Ideas on how can I accomplish this?
awesome
add a comment |
My request is quite simple. How can I get a *buntu distro but with awesome in it? How can I wipe off everything in ubuntu (Unity & stuff) and get awesome WM?
What I'd like is *buntu ease of use + awesome WM.
Ideas on how can I accomplish this?
awesome
add a comment |
My request is quite simple. How can I get a *buntu distro but with awesome in it? How can I wipe off everything in ubuntu (Unity & stuff) and get awesome WM?
What I'd like is *buntu ease of use + awesome WM.
Ideas on how can I accomplish this?
awesome
My request is quite simple. How can I get a *buntu distro but with awesome in it? How can I wipe off everything in ubuntu (Unity & stuff) and get awesome WM?
What I'd like is *buntu ease of use + awesome WM.
Ideas on how can I accomplish this?
awesome
awesome
edited Feb 12 at 2:21
grooveplex
2,21611433
2,21611433
asked Apr 20 '14 at 9:16
Con7eCon7e
138117
138117
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
I would advice you to go with Xubuntu (14.04LTS or 15.04).
1/ install Xubuntu
2/ install awesome
sudo apt-get install awesome awesome-extra
If you want the 3.5 version, run before :
sudo add-apt-repository ppa:klaus-vormweg/awesome
sudo apt-get update
3/ remove xubuntu desktop.
If you don't remove these package, it will override the awesome background and can conflict with apps if you don't set specific awesome rules.
sudo apt-get remove xubuntu-desktop xfdesktop4
4/ set awesome as the default WM
sudo xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -s "awesome" -a
5/ set awesome to autostart
ln -s /usr/share/applications/awesome.desktop ~/.config/autostart/awesome.desktop
6/ restart lightdm service
sudo service lightdm restart
With this configuration, you have a lightweight, updated and fast Ubuntu Awesome. To help you customize Awesome, I would advice you to look at the awesome-copycats.
Why is xubuntu preferred? Is there some aspect of it that is better than lubuntu for AwesomeWM?
– Thismatters
May 27 '17 at 19:47
add a comment |
There is no "Awesomebuntu" distro, but you can simply install the Awesome WM package and either configure GNOME for Awesome WM or get a display manager which gets out of your way, such as SLiM.
That said, I personally found Arch Linux to be a much more rewarding platform once the (admittedly time consuming) Awesome RC, XTerm and X setup was over.
1
Time is the very factor that made me go to ubuntu.
– Con7e
Apr 20 '14 at 9:53
1
All the graphics issues and lack of support for non-Unity desktops drove me to Arch, which has probably saved me time in the long run.
– l0b0
Apr 20 '14 at 9:58
add a comment |
I install Awesome WM on top of Ubuntu server edition, this is certainly not a "simple" route, but you get a "clean" Awesome install.
add a comment |
Why not use one of the derivatives? You can choose for GNOME, KDE, Xfce etc.
http://www.ubuntu.com/about/about-ubuntu/derivatives
You can also install ubuntu and then install another WM like GNOME:
Switching window manager/desktop environments?
If it were that simple, my friend, I'd go for it. I couldn't find a Ubuntu Awesome edition. Plus, if there was one, I bet it's outdated.
– Con7e
Apr 20 '14 at 9:27
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%2f451202%2fhow-to-have-a-clean-ubuntu-and-awesome-wm%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
I would advice you to go with Xubuntu (14.04LTS or 15.04).
1/ install Xubuntu
2/ install awesome
sudo apt-get install awesome awesome-extra
If you want the 3.5 version, run before :
sudo add-apt-repository ppa:klaus-vormweg/awesome
sudo apt-get update
3/ remove xubuntu desktop.
If you don't remove these package, it will override the awesome background and can conflict with apps if you don't set specific awesome rules.
sudo apt-get remove xubuntu-desktop xfdesktop4
4/ set awesome as the default WM
sudo xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -s "awesome" -a
5/ set awesome to autostart
ln -s /usr/share/applications/awesome.desktop ~/.config/autostart/awesome.desktop
6/ restart lightdm service
sudo service lightdm restart
With this configuration, you have a lightweight, updated and fast Ubuntu Awesome. To help you customize Awesome, I would advice you to look at the awesome-copycats.
Why is xubuntu preferred? Is there some aspect of it that is better than lubuntu for AwesomeWM?
– Thismatters
May 27 '17 at 19:47
add a comment |
I would advice you to go with Xubuntu (14.04LTS or 15.04).
1/ install Xubuntu
2/ install awesome
sudo apt-get install awesome awesome-extra
If you want the 3.5 version, run before :
sudo add-apt-repository ppa:klaus-vormweg/awesome
sudo apt-get update
3/ remove xubuntu desktop.
If you don't remove these package, it will override the awesome background and can conflict with apps if you don't set specific awesome rules.
sudo apt-get remove xubuntu-desktop xfdesktop4
4/ set awesome as the default WM
sudo xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -s "awesome" -a
5/ set awesome to autostart
ln -s /usr/share/applications/awesome.desktop ~/.config/autostart/awesome.desktop
6/ restart lightdm service
sudo service lightdm restart
With this configuration, you have a lightweight, updated and fast Ubuntu Awesome. To help you customize Awesome, I would advice you to look at the awesome-copycats.
Why is xubuntu preferred? Is there some aspect of it that is better than lubuntu for AwesomeWM?
– Thismatters
May 27 '17 at 19:47
add a comment |
I would advice you to go with Xubuntu (14.04LTS or 15.04).
1/ install Xubuntu
2/ install awesome
sudo apt-get install awesome awesome-extra
If you want the 3.5 version, run before :
sudo add-apt-repository ppa:klaus-vormweg/awesome
sudo apt-get update
3/ remove xubuntu desktop.
If you don't remove these package, it will override the awesome background and can conflict with apps if you don't set specific awesome rules.
sudo apt-get remove xubuntu-desktop xfdesktop4
4/ set awesome as the default WM
sudo xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -s "awesome" -a
5/ set awesome to autostart
ln -s /usr/share/applications/awesome.desktop ~/.config/autostart/awesome.desktop
6/ restart lightdm service
sudo service lightdm restart
With this configuration, you have a lightweight, updated and fast Ubuntu Awesome. To help you customize Awesome, I would advice you to look at the awesome-copycats.
I would advice you to go with Xubuntu (14.04LTS or 15.04).
1/ install Xubuntu
2/ install awesome
sudo apt-get install awesome awesome-extra
If you want the 3.5 version, run before :
sudo add-apt-repository ppa:klaus-vormweg/awesome
sudo apt-get update
3/ remove xubuntu desktop.
If you don't remove these package, it will override the awesome background and can conflict with apps if you don't set specific awesome rules.
sudo apt-get remove xubuntu-desktop xfdesktop4
4/ set awesome as the default WM
sudo xfconf-query -c xfce4-session -p /sessions/Failsafe/Client0_Command -t string -s "awesome" -a
5/ set awesome to autostart
ln -s /usr/share/applications/awesome.desktop ~/.config/autostart/awesome.desktop
6/ restart lightdm service
sudo service lightdm restart
With this configuration, you have a lightweight, updated and fast Ubuntu Awesome. To help you customize Awesome, I would advice you to look at the awesome-copycats.
answered Jul 30 '15 at 8:47
aklmieaklmie
751615
751615
Why is xubuntu preferred? Is there some aspect of it that is better than lubuntu for AwesomeWM?
– Thismatters
May 27 '17 at 19:47
add a comment |
Why is xubuntu preferred? Is there some aspect of it that is better than lubuntu for AwesomeWM?
– Thismatters
May 27 '17 at 19:47
Why is xubuntu preferred? Is there some aspect of it that is better than lubuntu for AwesomeWM?
– Thismatters
May 27 '17 at 19:47
Why is xubuntu preferred? Is there some aspect of it that is better than lubuntu for AwesomeWM?
– Thismatters
May 27 '17 at 19:47
add a comment |
There is no "Awesomebuntu" distro, but you can simply install the Awesome WM package and either configure GNOME for Awesome WM or get a display manager which gets out of your way, such as SLiM.
That said, I personally found Arch Linux to be a much more rewarding platform once the (admittedly time consuming) Awesome RC, XTerm and X setup was over.
1
Time is the very factor that made me go to ubuntu.
– Con7e
Apr 20 '14 at 9:53
1
All the graphics issues and lack of support for non-Unity desktops drove me to Arch, which has probably saved me time in the long run.
– l0b0
Apr 20 '14 at 9:58
add a comment |
There is no "Awesomebuntu" distro, but you can simply install the Awesome WM package and either configure GNOME for Awesome WM or get a display manager which gets out of your way, such as SLiM.
That said, I personally found Arch Linux to be a much more rewarding platform once the (admittedly time consuming) Awesome RC, XTerm and X setup was over.
1
Time is the very factor that made me go to ubuntu.
– Con7e
Apr 20 '14 at 9:53
1
All the graphics issues and lack of support for non-Unity desktops drove me to Arch, which has probably saved me time in the long run.
– l0b0
Apr 20 '14 at 9:58
add a comment |
There is no "Awesomebuntu" distro, but you can simply install the Awesome WM package and either configure GNOME for Awesome WM or get a display manager which gets out of your way, such as SLiM.
That said, I personally found Arch Linux to be a much more rewarding platform once the (admittedly time consuming) Awesome RC, XTerm and X setup was over.
There is no "Awesomebuntu" distro, but you can simply install the Awesome WM package and either configure GNOME for Awesome WM or get a display manager which gets out of your way, such as SLiM.
That said, I personally found Arch Linux to be a much more rewarding platform once the (admittedly time consuming) Awesome RC, XTerm and X setup was over.
answered Apr 20 '14 at 9:45
l0b0l0b0
4,04173459
4,04173459
1
Time is the very factor that made me go to ubuntu.
– Con7e
Apr 20 '14 at 9:53
1
All the graphics issues and lack of support for non-Unity desktops drove me to Arch, which has probably saved me time in the long run.
– l0b0
Apr 20 '14 at 9:58
add a comment |
1
Time is the very factor that made me go to ubuntu.
– Con7e
Apr 20 '14 at 9:53
1
All the graphics issues and lack of support for non-Unity desktops drove me to Arch, which has probably saved me time in the long run.
– l0b0
Apr 20 '14 at 9:58
1
1
Time is the very factor that made me go to ubuntu.
– Con7e
Apr 20 '14 at 9:53
Time is the very factor that made me go to ubuntu.
– Con7e
Apr 20 '14 at 9:53
1
1
All the graphics issues and lack of support for non-Unity desktops drove me to Arch, which has probably saved me time in the long run.
– l0b0
Apr 20 '14 at 9:58
All the graphics issues and lack of support for non-Unity desktops drove me to Arch, which has probably saved me time in the long run.
– l0b0
Apr 20 '14 at 9:58
add a comment |
I install Awesome WM on top of Ubuntu server edition, this is certainly not a "simple" route, but you get a "clean" Awesome install.
add a comment |
I install Awesome WM on top of Ubuntu server edition, this is certainly not a "simple" route, but you get a "clean" Awesome install.
add a comment |
I install Awesome WM on top of Ubuntu server edition, this is certainly not a "simple" route, but you get a "clean" Awesome install.
I install Awesome WM on top of Ubuntu server edition, this is certainly not a "simple" route, but you get a "clean" Awesome install.
answered Jan 30 '16 at 18:48
thatismattthatismatt
1113
1113
add a comment |
add a comment |
Why not use one of the derivatives? You can choose for GNOME, KDE, Xfce etc.
http://www.ubuntu.com/about/about-ubuntu/derivatives
You can also install ubuntu and then install another WM like GNOME:
Switching window manager/desktop environments?
If it were that simple, my friend, I'd go for it. I couldn't find a Ubuntu Awesome edition. Plus, if there was one, I bet it's outdated.
– Con7e
Apr 20 '14 at 9:27
add a comment |
Why not use one of the derivatives? You can choose for GNOME, KDE, Xfce etc.
http://www.ubuntu.com/about/about-ubuntu/derivatives
You can also install ubuntu and then install another WM like GNOME:
Switching window manager/desktop environments?
If it were that simple, my friend, I'd go for it. I couldn't find a Ubuntu Awesome edition. Plus, if there was one, I bet it's outdated.
– Con7e
Apr 20 '14 at 9:27
add a comment |
Why not use one of the derivatives? You can choose for GNOME, KDE, Xfce etc.
http://www.ubuntu.com/about/about-ubuntu/derivatives
You can also install ubuntu and then install another WM like GNOME:
Switching window manager/desktop environments?
Why not use one of the derivatives? You can choose for GNOME, KDE, Xfce etc.
http://www.ubuntu.com/about/about-ubuntu/derivatives
You can also install ubuntu and then install another WM like GNOME:
Switching window manager/desktop environments?
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Apr 20 '14 at 9:20
Louis MatthijssenLouis Matthijssen
8,37643344
8,37643344
If it were that simple, my friend, I'd go for it. I couldn't find a Ubuntu Awesome edition. Plus, if there was one, I bet it's outdated.
– Con7e
Apr 20 '14 at 9:27
add a comment |
If it were that simple, my friend, I'd go for it. I couldn't find a Ubuntu Awesome edition. Plus, if there was one, I bet it's outdated.
– Con7e
Apr 20 '14 at 9:27
If it were that simple, my friend, I'd go for it. I couldn't find a Ubuntu Awesome edition. Plus, if there was one, I bet it's outdated.
– Con7e
Apr 20 '14 at 9:27
If it were that simple, my friend, I'd go for it. I couldn't find a Ubuntu Awesome edition. Plus, if there was one, I bet it's outdated.
– Con7e
Apr 20 '14 at 9:27
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%2f451202%2fhow-to-have-a-clean-ubuntu-and-awesome-wm%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