Switch from i3 to i3-gaps - cannot launch i3-gaps
I use Ubuntu 18.10. I installed i3 before, but I wanted i3-gaps now. So I uninstalled it.
sudo apt purge i3*
sudo apt autoremove
This however did not remove the i3 option from the login screen (the gear button next to the login button, it has Ubuntu
, Ubuntu on Wayland
, i3
and i3-debug
options).
I than followed this article about installing i3-wm at Ubuntu 16.04. It should work, the only problem I had was that I had to create ~/.i3
directory manually, it was not created after install.
But nothing changed on the login screen - there is no new i3-gaps
(or whatever should it be) option. When I select the i3
option, the i3 bar is empty with error message (Error: status_command not found or is missing a library dependency (exit 127)) and half of the features doesn't work - for example I cannot launch the d-menu (mod+d). When I open multiple terminals, there are exactly next to each other (as in i3) without gaps.
Directly after install I made ~/.i3
directory, copied there global config and added following lines:
for_window [class="^.*"] border pixel 0
gaps inner 30
gaps outer 20
Edit: Could it be possible that i3-gaps is installed, but just doesn't work, like missing some dependencies? Because adding exec i3
into ~/.xinitrc and running startx
from TTY does the same as logging into i3 from login screen. So I think that either i3 somehow survived or i3-gaps didn't really install correctly. If that's the case, almost nothing is installed and it doesn't even read my config file (~/.i3/config
). Any ideas?
18.04 window-manager 18.10 i3-wm tiling
add a comment |
I use Ubuntu 18.10. I installed i3 before, but I wanted i3-gaps now. So I uninstalled it.
sudo apt purge i3*
sudo apt autoremove
This however did not remove the i3 option from the login screen (the gear button next to the login button, it has Ubuntu
, Ubuntu on Wayland
, i3
and i3-debug
options).
I than followed this article about installing i3-wm at Ubuntu 16.04. It should work, the only problem I had was that I had to create ~/.i3
directory manually, it was not created after install.
But nothing changed on the login screen - there is no new i3-gaps
(or whatever should it be) option. When I select the i3
option, the i3 bar is empty with error message (Error: status_command not found or is missing a library dependency (exit 127)) and half of the features doesn't work - for example I cannot launch the d-menu (mod+d). When I open multiple terminals, there are exactly next to each other (as in i3) without gaps.
Directly after install I made ~/.i3
directory, copied there global config and added following lines:
for_window [class="^.*"] border pixel 0
gaps inner 30
gaps outer 20
Edit: Could it be possible that i3-gaps is installed, but just doesn't work, like missing some dependencies? Because adding exec i3
into ~/.xinitrc and running startx
from TTY does the same as logging into i3 from login screen. So I think that either i3 somehow survived or i3-gaps didn't really install correctly. If that's the case, almost nothing is installed and it doesn't even read my config file (~/.i3/config
). Any ideas?
18.04 window-manager 18.10 i3-wm tiling
add a comment |
I use Ubuntu 18.10. I installed i3 before, but I wanted i3-gaps now. So I uninstalled it.
sudo apt purge i3*
sudo apt autoremove
This however did not remove the i3 option from the login screen (the gear button next to the login button, it has Ubuntu
, Ubuntu on Wayland
, i3
and i3-debug
options).
I than followed this article about installing i3-wm at Ubuntu 16.04. It should work, the only problem I had was that I had to create ~/.i3
directory manually, it was not created after install.
But nothing changed on the login screen - there is no new i3-gaps
(or whatever should it be) option. When I select the i3
option, the i3 bar is empty with error message (Error: status_command not found or is missing a library dependency (exit 127)) and half of the features doesn't work - for example I cannot launch the d-menu (mod+d). When I open multiple terminals, there are exactly next to each other (as in i3) without gaps.
Directly after install I made ~/.i3
directory, copied there global config and added following lines:
for_window [class="^.*"] border pixel 0
gaps inner 30
gaps outer 20
Edit: Could it be possible that i3-gaps is installed, but just doesn't work, like missing some dependencies? Because adding exec i3
into ~/.xinitrc and running startx
from TTY does the same as logging into i3 from login screen. So I think that either i3 somehow survived or i3-gaps didn't really install correctly. If that's the case, almost nothing is installed and it doesn't even read my config file (~/.i3/config
). Any ideas?
18.04 window-manager 18.10 i3-wm tiling
I use Ubuntu 18.10. I installed i3 before, but I wanted i3-gaps now. So I uninstalled it.
sudo apt purge i3*
sudo apt autoremove
This however did not remove the i3 option from the login screen (the gear button next to the login button, it has Ubuntu
, Ubuntu on Wayland
, i3
and i3-debug
options).
I than followed this article about installing i3-wm at Ubuntu 16.04. It should work, the only problem I had was that I had to create ~/.i3
directory manually, it was not created after install.
But nothing changed on the login screen - there is no new i3-gaps
(or whatever should it be) option. When I select the i3
option, the i3 bar is empty with error message (Error: status_command not found or is missing a library dependency (exit 127)) and half of the features doesn't work - for example I cannot launch the d-menu (mod+d). When I open multiple terminals, there are exactly next to each other (as in i3) without gaps.
Directly after install I made ~/.i3
directory, copied there global config and added following lines:
for_window [class="^.*"] border pixel 0
gaps inner 30
gaps outer 20
Edit: Could it be possible that i3-gaps is installed, but just doesn't work, like missing some dependencies? Because adding exec i3
into ~/.xinitrc and running startx
from TTY does the same as logging into i3 from login screen. So I think that either i3 somehow survived or i3-gaps didn't really install correctly. If that's the case, almost nothing is installed and it doesn't even read my config file (~/.i3/config
). Any ideas?
18.04 window-manager 18.10 i3-wm tiling
18.04 window-manager 18.10 i3-wm tiling
edited 2 days ago
SoptikHa
asked Jan 5 at 22:34
SoptikHaSoptikHa
65
65
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
});
}
});
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%2f1107287%2fswitch-from-i3-to-i3-gaps-cannot-launch-i3-gaps%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
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%2f1107287%2fswitch-from-i3-to-i3-gaps-cannot-launch-i3-gaps%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