lightdm config damaged
Clash Royale CLAN TAG#URR8PPP
I accidentally erased the plymouth package which removed many more packages. The system would still boot but the console hung. I added the packages lightdm and lightdm-gtk-greeter, and now I do get a kind of graphical desktop. Still things are not what they should be:
I do not have the vertical line of icons at the left of the screen, isn't that called the "launcher"? Well, it is missing.
I can start a terminal after right-clicking in the desktop, and from that terminal I can start an application, Firefox or whatever. The application is however started at the same screen position as where it was at last closure, and I cannot drag it around. It also doesn't have the top line where I can click to close/minimise/maximise it;
the mouse cursor looks normal inside an application; but when hovering over the desktop it becomes a big X like in the early days of X
the desktop doesn't show the usual top line, where the time and such are displayed
How to get back to my usual desktop? Environment is ubuntu 16.04.5 / lightdm 1.18.3
Things tried: dpkg-reconfigure lightdm , dpkg-reconfigure lightdm-gtk-greeter. Both returned silently, no errors, no messages.
desktop lightdm launcher
add a comment |
I accidentally erased the plymouth package which removed many more packages. The system would still boot but the console hung. I added the packages lightdm and lightdm-gtk-greeter, and now I do get a kind of graphical desktop. Still things are not what they should be:
I do not have the vertical line of icons at the left of the screen, isn't that called the "launcher"? Well, it is missing.
I can start a terminal after right-clicking in the desktop, and from that terminal I can start an application, Firefox or whatever. The application is however started at the same screen position as where it was at last closure, and I cannot drag it around. It also doesn't have the top line where I can click to close/minimise/maximise it;
the mouse cursor looks normal inside an application; but when hovering over the desktop it becomes a big X like in the early days of X
the desktop doesn't show the usual top line, where the time and such are displayed
How to get back to my usual desktop? Environment is ubuntu 16.04.5 / lightdm 1.18.3
Things tried: dpkg-reconfigure lightdm , dpkg-reconfigure lightdm-gtk-greeter. Both returned silently, no errors, no messages.
desktop lightdm launcher
add a comment |
I accidentally erased the plymouth package which removed many more packages. The system would still boot but the console hung. I added the packages lightdm and lightdm-gtk-greeter, and now I do get a kind of graphical desktop. Still things are not what they should be:
I do not have the vertical line of icons at the left of the screen, isn't that called the "launcher"? Well, it is missing.
I can start a terminal after right-clicking in the desktop, and from that terminal I can start an application, Firefox or whatever. The application is however started at the same screen position as where it was at last closure, and I cannot drag it around. It also doesn't have the top line where I can click to close/minimise/maximise it;
the mouse cursor looks normal inside an application; but when hovering over the desktop it becomes a big X like in the early days of X
the desktop doesn't show the usual top line, where the time and such are displayed
How to get back to my usual desktop? Environment is ubuntu 16.04.5 / lightdm 1.18.3
Things tried: dpkg-reconfigure lightdm , dpkg-reconfigure lightdm-gtk-greeter. Both returned silently, no errors, no messages.
desktop lightdm launcher
I accidentally erased the plymouth package which removed many more packages. The system would still boot but the console hung. I added the packages lightdm and lightdm-gtk-greeter, and now I do get a kind of graphical desktop. Still things are not what they should be:
I do not have the vertical line of icons at the left of the screen, isn't that called the "launcher"? Well, it is missing.
I can start a terminal after right-clicking in the desktop, and from that terminal I can start an application, Firefox or whatever. The application is however started at the same screen position as where it was at last closure, and I cannot drag it around. It also doesn't have the top line where I can click to close/minimise/maximise it;
the mouse cursor looks normal inside an application; but when hovering over the desktop it becomes a big X like in the early days of X
the desktop doesn't show the usual top line, where the time and such are displayed
How to get back to my usual desktop? Environment is ubuntu 16.04.5 / lightdm 1.18.3
Things tried: dpkg-reconfigure lightdm , dpkg-reconfigure lightdm-gtk-greeter. Both returned silently, no errors, no messages.
desktop lightdm launcher
desktop lightdm launcher
asked Dec 31 '18 at 23:39
Karel AdamsKarel Adams
32
32
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
All actions with apt (apt-get) are logged. These files are available in /var/log/apt/. To view the most recent history log, execute:
less /var/log/apt/history.log
Than you can install all of the packages that are removed manually
apt install package1 package2 package3 ...
Thanks, that helped. I re-added unity and unity-greeter and now the windows get their top bar, and can be dragged around. Still missing the launcher, though.
– Karel Adams
Jan 1 at 0:03
And now the launcher is back, too. Somehow, the option "auto-hide the launcher" had got active, unchecking it was the solution. I think all is completeley repaired.
– Karel Adams
Jan 1 at 0:12
Glad to hear it friend. Happy new year!
– JonLord
Jan 1 at 2:17
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f491838%2flightdm-config-damaged%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
All actions with apt (apt-get) are logged. These files are available in /var/log/apt/. To view the most recent history log, execute:
less /var/log/apt/history.log
Than you can install all of the packages that are removed manually
apt install package1 package2 package3 ...
Thanks, that helped. I re-added unity and unity-greeter and now the windows get their top bar, and can be dragged around. Still missing the launcher, though.
– Karel Adams
Jan 1 at 0:03
And now the launcher is back, too. Somehow, the option "auto-hide the launcher" had got active, unchecking it was the solution. I think all is completeley repaired.
– Karel Adams
Jan 1 at 0:12
Glad to hear it friend. Happy new year!
– JonLord
Jan 1 at 2:17
add a comment |
All actions with apt (apt-get) are logged. These files are available in /var/log/apt/. To view the most recent history log, execute:
less /var/log/apt/history.log
Than you can install all of the packages that are removed manually
apt install package1 package2 package3 ...
Thanks, that helped. I re-added unity and unity-greeter and now the windows get their top bar, and can be dragged around. Still missing the launcher, though.
– Karel Adams
Jan 1 at 0:03
And now the launcher is back, too. Somehow, the option "auto-hide the launcher" had got active, unchecking it was the solution. I think all is completeley repaired.
– Karel Adams
Jan 1 at 0:12
Glad to hear it friend. Happy new year!
– JonLord
Jan 1 at 2:17
add a comment |
All actions with apt (apt-get) are logged. These files are available in /var/log/apt/. To view the most recent history log, execute:
less /var/log/apt/history.log
Than you can install all of the packages that are removed manually
apt install package1 package2 package3 ...
All actions with apt (apt-get) are logged. These files are available in /var/log/apt/. To view the most recent history log, execute:
less /var/log/apt/history.log
Than you can install all of the packages that are removed manually
apt install package1 package2 package3 ...
answered Dec 31 '18 at 23:47
JonLordJonLord
18310
18310
Thanks, that helped. I re-added unity and unity-greeter and now the windows get their top bar, and can be dragged around. Still missing the launcher, though.
– Karel Adams
Jan 1 at 0:03
And now the launcher is back, too. Somehow, the option "auto-hide the launcher" had got active, unchecking it was the solution. I think all is completeley repaired.
– Karel Adams
Jan 1 at 0:12
Glad to hear it friend. Happy new year!
– JonLord
Jan 1 at 2:17
add a comment |
Thanks, that helped. I re-added unity and unity-greeter and now the windows get their top bar, and can be dragged around. Still missing the launcher, though.
– Karel Adams
Jan 1 at 0:03
And now the launcher is back, too. Somehow, the option "auto-hide the launcher" had got active, unchecking it was the solution. I think all is completeley repaired.
– Karel Adams
Jan 1 at 0:12
Glad to hear it friend. Happy new year!
– JonLord
Jan 1 at 2:17
Thanks, that helped. I re-added unity and unity-greeter and now the windows get their top bar, and can be dragged around. Still missing the launcher, though.
– Karel Adams
Jan 1 at 0:03
Thanks, that helped. I re-added unity and unity-greeter and now the windows get their top bar, and can be dragged around. Still missing the launcher, though.
– Karel Adams
Jan 1 at 0:03
And now the launcher is back, too. Somehow, the option "auto-hide the launcher" had got active, unchecking it was the solution. I think all is completeley repaired.
– Karel Adams
Jan 1 at 0:12
And now the launcher is back, too. Somehow, the option "auto-hide the launcher" had got active, unchecking it was the solution. I think all is completeley repaired.
– Karel Adams
Jan 1 at 0:12
Glad to hear it friend. Happy new year!
– JonLord
Jan 1 at 2:17
Glad to hear it friend. Happy new year!
– JonLord
Jan 1 at 2:17
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f491838%2flightdm-config-damaged%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