Where is the Cinnamon LookingGlass log?
I run Linux Mint 17.1. When I log in I get a Cinnamon notification saying:
Problems during Cinnamon startup
Cinnamon started successfully, but one or more applets, desklets or extension failed to load.
Check your system log and the Cinnamon LookingGlass log for any issues. You can disable the offending extension(s) in Cinnamon Settings to prevent this message from occurring. Please contact the developer.
Sure enough, when I checked the Desklets settings, there was an extension marked with "error".
Out of curiosity, I tried to look for the log message mentioned in the notification to no avail. There were no relevant messages in /var/log/syslog
and I could not find the LookingGlass log.
This is what I've tried:
dmesg | grep -i cinnamon
grep -i cinnamon /var/log/syslog
find /var/log -iname "*cinnamon*"
find /var/log -iname "*glass*"
find /var/log -iname "*looking*"
linux-mint cinnamon
add a comment |
I run Linux Mint 17.1. When I log in I get a Cinnamon notification saying:
Problems during Cinnamon startup
Cinnamon started successfully, but one or more applets, desklets or extension failed to load.
Check your system log and the Cinnamon LookingGlass log for any issues. You can disable the offending extension(s) in Cinnamon Settings to prevent this message from occurring. Please contact the developer.
Sure enough, when I checked the Desklets settings, there was an extension marked with "error".
Out of curiosity, I tried to look for the log message mentioned in the notification to no avail. There were no relevant messages in /var/log/syslog
and I could not find the LookingGlass log.
This is what I've tried:
dmesg | grep -i cinnamon
grep -i cinnamon /var/log/syslog
find /var/log -iname "*cinnamon*"
find /var/log -iname "*glass*"
find /var/log -iname "*looking*"
linux-mint cinnamon
add a comment |
I run Linux Mint 17.1. When I log in I get a Cinnamon notification saying:
Problems during Cinnamon startup
Cinnamon started successfully, but one or more applets, desklets or extension failed to load.
Check your system log and the Cinnamon LookingGlass log for any issues. You can disable the offending extension(s) in Cinnamon Settings to prevent this message from occurring. Please contact the developer.
Sure enough, when I checked the Desklets settings, there was an extension marked with "error".
Out of curiosity, I tried to look for the log message mentioned in the notification to no avail. There were no relevant messages in /var/log/syslog
and I could not find the LookingGlass log.
This is what I've tried:
dmesg | grep -i cinnamon
grep -i cinnamon /var/log/syslog
find /var/log -iname "*cinnamon*"
find /var/log -iname "*glass*"
find /var/log -iname "*looking*"
linux-mint cinnamon
I run Linux Mint 17.1. When I log in I get a Cinnamon notification saying:
Problems during Cinnamon startup
Cinnamon started successfully, but one or more applets, desklets or extension failed to load.
Check your system log and the Cinnamon LookingGlass log for any issues. You can disable the offending extension(s) in Cinnamon Settings to prevent this message from occurring. Please contact the developer.
Sure enough, when I checked the Desklets settings, there was an extension marked with "error".
Out of curiosity, I tried to look for the log message mentioned in the notification to no avail. There were no relevant messages in /var/log/syslog
and I could not find the LookingGlass log.
This is what I've tried:
dmesg | grep -i cinnamon
grep -i cinnamon /var/log/syslog
find /var/log -iname "*cinnamon*"
find /var/log -iname "*glass*"
find /var/log -iname "*looking*"
linux-mint cinnamon
linux-mint cinnamon
edited Mar 29 '16 at 15:08
jacwah
asked Jul 7 '15 at 21:15
jacwahjacwah
2321211
2321211
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
It looks like it is here:
~/.cinnamon/glass.log
2
Apparently this is no longer being written to as of Cinnamon 3.8.8 (after updating to Ubuntu 18.10). The log is in~/.xsession-errors
now, see Jake1164's answer.
– dpi
Oct 30 '18 at 15:19
add a comment |
In cinnamon 3.8.x the glass.log was combined into the ~/.xsession-errors
file.
You can view and filter only (looking)glass.log entries on the Log tab of the Melange-Cinnamon Debugger application. To open Melange, Right click on the task bar in cinnamon and then select Troubleshoot -> Looking Glass.
add a comment |
No longer relevant to Mint 18.3
New contributor
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%2f214472%2fwhere-is-the-cinnamon-lookingglass-log%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
It looks like it is here:
~/.cinnamon/glass.log
2
Apparently this is no longer being written to as of Cinnamon 3.8.8 (after updating to Ubuntu 18.10). The log is in~/.xsession-errors
now, see Jake1164's answer.
– dpi
Oct 30 '18 at 15:19
add a comment |
It looks like it is here:
~/.cinnamon/glass.log
2
Apparently this is no longer being written to as of Cinnamon 3.8.8 (after updating to Ubuntu 18.10). The log is in~/.xsession-errors
now, see Jake1164's answer.
– dpi
Oct 30 '18 at 15:19
add a comment |
It looks like it is here:
~/.cinnamon/glass.log
It looks like it is here:
~/.cinnamon/glass.log
answered Jul 7 '15 at 21:37
Timothy MartinTimothy Martin
5,4042330
5,4042330
2
Apparently this is no longer being written to as of Cinnamon 3.8.8 (after updating to Ubuntu 18.10). The log is in~/.xsession-errors
now, see Jake1164's answer.
– dpi
Oct 30 '18 at 15:19
add a comment |
2
Apparently this is no longer being written to as of Cinnamon 3.8.8 (after updating to Ubuntu 18.10). The log is in~/.xsession-errors
now, see Jake1164's answer.
– dpi
Oct 30 '18 at 15:19
2
2
Apparently this is no longer being written to as of Cinnamon 3.8.8 (after updating to Ubuntu 18.10). The log is in
~/.xsession-errors
now, see Jake1164's answer.– dpi
Oct 30 '18 at 15:19
Apparently this is no longer being written to as of Cinnamon 3.8.8 (after updating to Ubuntu 18.10). The log is in
~/.xsession-errors
now, see Jake1164's answer.– dpi
Oct 30 '18 at 15:19
add a comment |
In cinnamon 3.8.x the glass.log was combined into the ~/.xsession-errors
file.
You can view and filter only (looking)glass.log entries on the Log tab of the Melange-Cinnamon Debugger application. To open Melange, Right click on the task bar in cinnamon and then select Troubleshoot -> Looking Glass.
add a comment |
In cinnamon 3.8.x the glass.log was combined into the ~/.xsession-errors
file.
You can view and filter only (looking)glass.log entries on the Log tab of the Melange-Cinnamon Debugger application. To open Melange, Right click on the task bar in cinnamon and then select Troubleshoot -> Looking Glass.
add a comment |
In cinnamon 3.8.x the glass.log was combined into the ~/.xsession-errors
file.
You can view and filter only (looking)glass.log entries on the Log tab of the Melange-Cinnamon Debugger application. To open Melange, Right click on the task bar in cinnamon and then select Troubleshoot -> Looking Glass.
In cinnamon 3.8.x the glass.log was combined into the ~/.xsession-errors
file.
You can view and filter only (looking)glass.log entries on the Log tab of the Melange-Cinnamon Debugger application. To open Melange, Right click on the task bar in cinnamon and then select Troubleshoot -> Looking Glass.
answered Sep 6 '18 at 15:32
Jake1164Jake1164
1413
1413
add a comment |
add a comment |
No longer relevant to Mint 18.3
New contributor
add a comment |
No longer relevant to Mint 18.3
New contributor
add a comment |
No longer relevant to Mint 18.3
New contributor
No longer relevant to Mint 18.3
New contributor
New contributor
answered 26 mins ago
Doug BaxterDoug Baxter
11
11
New contributor
New contributor
add a comment |
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%2f214472%2fwhere-is-the-cinnamon-lookingglass-log%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