[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-11-13 Thread Ubuntu Foundations Team Bug Bot
The attachment "compiz-config-profile-setter_segfault.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-11-13 Thread Cs-gon
I think I found the root cause for the compiz-config-profile-setter segfault. The call "ccsFreeContext(context);" in line 218 in compiz_config_profile_setter.c frees the context object while background event processing still uses the object, which then leads to the segfault. It seems the

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-09-26 Thread Anthony Wong
Had this issue, fixed by updating .config/compiz-1/compizconfig as in comment #5. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title: Unity not starting: compiz-config crashes on login To

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-07-27 Thread Scott Kostyshak
Had the same issue (after an apt-get dist-upgrade after at least a month since the last time I upgraded). Comment #5 solved the issue for me. Surprisingly, I didn't even need to restart. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-07-23 Thread Carles Ferrer
I also tried several of the solutions proposed here and in askubuntu, but only # 20 worked for me. Indeed, it is not necessary to delete the entire .config directory. Just move the compiz subdirectory: '$ mv ~/.config/compiz-1 backup/' Thanks everyone for your help. -- You received this bug

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-04-09 Thread Aurosutru
Post #20 worked for me. Thanks Ruslan. Had to move important config files back into .config later. Nothing else I tried worked after searching forums for hours and trying their suggestions. Why didn't Ubuntu issue an improvement to the offending software that it provided in a routine update?

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-30 Thread nbn
h, steps/workarounds listed on: https://askubuntu.com/questions/992571/gui-unity-crashing-in-16-04-lts-after-updates-2018-01-04-compiz-segfaults did not work for me, I'm using ubuntu 16.04 on virtualbox, my problem was fixed by increasing VM Display setting ( Video Memory ) from 16MB to at least

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-30 Thread Ruslan Baratov via ubuntu-bugs
Only doing `mv ~/.config ~/.config-BACK` fixed the issue for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title: Unity not starting: compiz-config crashes on login To manage

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-29 Thread mak berlin
@Janghou: thank you, cleaning the cache helps! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title: Unity not starting: compiz-config crashes on login To manage notifications about this

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-29 Thread Marco F
Yep, I had to clean the cache. Thank you a lot Janghou and everyone else. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title: Unity not starting: compiz-config crashes on login To

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-27 Thread Janghou
@Marco, #5 did not work for me at first, but it did the later (?!?). just be sure `profile = unity` just before you reboot, it did change back on my machine. What I also did: clean/delete ~/.cache directory. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-27 Thread Marco F
The (mutually exclusive) solutions lowgfx.conf startup and profile = unity in compizconfig/config did not work for me. I tried what @8-mak tried and also a bunch more stuff (restart/reinstall ubuntu-desktop and components). Might be a different bug, but still appeared after the March updates.

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-27 Thread RadekZ
Hi all, I have this problem too but in .config/compiz-1/compizconfig/config i have [general_ubuntu] profile = unity and i think i do not have proposal updates, but i'm not sure -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-26 Thread Janghou
At first solution 5 did not work for me. A prerequisite I guess is that you have to remove lowgfx.conf file before, not just comment it out. Otherwise any change in .config/compiz-1/compizconfig/config will be overwritten back to profile = unity-lowgfx. rm ~/.config/upstart/lowgfx.conf sed -i

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-26 Thread Jürgen Gasda
Post #5 worked for me too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title: Unity not starting: compiz-config crashes on login To manage notifications about this bug go to:

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-25 Thread Momchil Georgiev
I can also confirm the workaround in post #5 worked for me. Same symptoms with segfault in libcompizconfig. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title: Unity not starting:

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-25 Thread Val
@robprije: your suggested workaround in your post #5 above has fixed the problem for me. Thank you! I had the same symptoms on my workstation, and here is the relevant error message from syslog: kernel: [ 1161.995672] compiz-config-p[11373]: segfault at 0 ip 7fb3e82d6d6f sp 7ffdb86ee480

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-25 Thread Janghou
@mak, strange, I asked because I do wonder whether it's the same bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title: Unity not starting: compiz-config crashes on login To manage

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-24 Thread mak berlin
@janghou: yes, i mean low-graphics. and yes: after every step i rebooted the system ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title: Unity not starting: compiz-config crashes on

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-24 Thread Janghou
@mak. You mean low -graphics mode is not working for you? You need to logout/reboot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title: Unity not starting: compiz-config crashes on login

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-24 Thread mak berlin
hi all, I've the same problem, guest-user is okay, but my profile has the problem. I * moved my .config to backup * upgraded everything (Upgrade: unity-control-center-faces:amd64 (15.04.0+16.04.20170214-0ubuntu2, 15.04.0+16.04.20171130-0ubuntu1), unity-control-center:amd64

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-24 Thread Janghou
Guest session is also working here in default graphics mode, so it's probably a regression that just occurs with a certain Compiz settings or plugin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-24 Thread Robert Prije
I resolved the problem for myself. I searched for compiz related files in my wife's home directory and found .config/compiz-1/compizconfig/config In there, she had a config resembling the following: [general_ubuntu] profile = unity-lowgfx I, on the other hand, had a config like this:

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-23 Thread Robert Prije
I think I'm getting the same error I have 2 accounts on this computer. This morning my wife logged in to hers and immediately received the error "Ubuntu 16.04 has experienced an internal error". It referenced the executable path /usr/lib/x86_64-linux-gnu/unity/compiz-config- profile-setter.

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1758009 Title:

[Bug 1758009] Re: Unity not starting: compiz-config crashes on login

2018-03-22 Thread Janghou
FYI Apparently more people are affected, a high amount of visitors since March 2018 on this Askubuntu page, describing the same symptoms due to a bug January 2018. #1735594 https://askubuntu.com/questions/992571/gui-unity-crashing-in-16-04-lts- after-updates-2018-01-04-compiz-segfaults This