[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-11-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

Björn Michaelsen  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #22 from Björn Michaelsen  ---
(In reply to Nick Sarten from comment #14)
> Created attachment 119551 [details]
> backtrace

(In reply to soren121 from comment #12)
> Created attachment 119538 [details]
> Backtrace

#0  0x7fffe142f267 in gtk_style_context_get_style_valist ()
   from /usr/lib/libgtk-3.so.0

Both crash in gtk, likely because of data from the themes. Unless this is
unmistakeably found to be LibreOffice abusing gtk in some weird way, this is
RESOLVED/NOTOURBUG.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #18 from Nick  ---
Comment on attachment 119591
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119591
Backtrace

The proposed workarounds (editing the libreoffice-fresh.sh) has no effect on
this bug and the crash still persists.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #16 from soren...@sorenstudios.com ---
The problem would appear to be in GTK+. A fix was released with GTK+ 3.18.2:

https://bugzilla.gnome.org/show_bug.cgi?id=756338

bgblanch, can you upgrade and confirm? 3.18.2 is in the Arch/Antergos repos
now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

Nick  changed:

   What|Removed |Added

 CC||narr...@gmail.com

--- Comment #17 from Nick  ---
Created attachment 119591
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119591=edit
Backtrace

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #20 from Nick  ---
(In reply to soren121 from comment #19)
> (In reply to Nick from comment #18)
> > Comment on attachment 119591 [details]
> > Backtrace
> > 
> > The proposed workarounds (editing the libreoffice-fresh.sh) has no effect on
> > this bug and the crash still persists.
> 
> Which proposed workaround is that? It hasn't been mentioned in this thread.
> 
> Have you tried upgrading to 3.18.2? That fixed the issue for me.

Sorry, I was reading a duplicate bug report and confused the two. The duplicate
bug author proposed the following solution:

 -Editing /etc/profile.d/libreoffice-fresh.sh and uncommenting either
VCLPLUGIN=gtk or gen.

I've tried uncommenting either lines and restarting lboffice with no avail. 

> Have you tried upgrading to 3.18.2? That fixed the issue for me.

I have upgrade my system to 3.18.2 and even with a restart the problem still
persists. I am using Antergos/Arch x64 

[nick@Utopia ~]$ uname -a
Linux Utopia 4.2.3-1-ARCH #1 SMP PREEMPT Sat Oct 3 18:52:50 CEST 2015 x86_64
GNU/Linux

[nick@Utopia ~]$ libreoffice --version
LibreOffice 5.0.2.2 00m0(Build:2)

[nick@Utopia ~]$ sudo pacman -Q gtk3
gtk3 3.18.2-1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #21 from bgbla...@gmail.com ---
(In reply to soren121 from comment #16)
> The problem would appear to be in GTK+. A fix was released with GTK+ 3.18.2:
> 
> https://bugzilla.gnome.org/show_bug.cgi?id=756338
> 
> bgblanch, can you upgrade and confirm? 3.18.2 is in the Arch/Antergos repos
> now.

@soren121, I'll upgrade GTK+ tomorrow and see if that fixes it.  I just noticed
that LibreOffice put out 5.0.3 that is supposed to include a GTK+ fix.  If
upgrading GTK+ to 3.18.2 doesn't work, I'll give that a try and update the bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #19 from soren...@sorenstudios.com ---
(In reply to Nick from comment #18)
> Comment on attachment 119591 [details]
> Backtrace
> 
> The proposed workarounds (editing the libreoffice-fresh.sh) has no effect on
> this bug and the crash still persists.

Which proposed workaround is that? It hasn't been mentioned in this thread.

Have you tried upgrading to 3.18.2? That fixed the issue for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

Nick Sarten  changed:

   What|Removed |Added

 CC||gen.bat...@gmail.com

--- Comment #14 from Nick Sarten  ---
Created attachment 119551
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119551=edit
backtrace

I was just about to create another bug for this. Libreoffice started crashing
at startup on my x86_64 Antergos Linux machine after the most recent update.

LibreOffice 5.0.2.2 00m0(Build:2)

Attached a backtrace. Switching my theme from Numix-Frost did fix the crash for
me, but I'd rather keep my theme as is.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #15 from bgbla...@gmail.com ---
I am also now unable to open evolution.  I'm getting the same error messages. 
I was able to use this workaround to get it working for now.

commenting out the few lines containing "link_color" in gtk-3.0/gtk.css and
gtk-3.0/gtk-widgets.css of the theme (Numix) seems to "workaround" the issue

https://bbs.archlinux.org/viewtopic.php?id=203512

There appears to be an issue with the Numix stuff.  Unlike some others,
changing the theme didn't help for me.  I know that there is also an issue with
lightdm and the Numix theme as I'm getting a white screen when trying to log in
(separate but related issue is my guess)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #13 from soren...@sorenstudios.com ---
94936 doesn't seem to be identical. I can't get LibreOffice to even start with
the GTK2 VCL.

I attached a backtrace of my own.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

soren...@sorenstudios.com changed:

   What|Removed |Added

 CC||soren...@sorenstudios.com

--- Comment #12 from soren...@sorenstudios.com ---
Created attachment 119538
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119538=edit
Backtrace

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #11 from Beluga  ---
(In reply to Gökçen Eraslan from comment #9)
> Changing the theme to Adwaita leads to a different problem. LibreOffice does
> start in this case, but while using Calc, when I try to click on the "save
> as" button, it crashes. It should be something related to again GTK theme
> and GTK VCL plugin where the Save dialog triggers the crash.
> 
> Defining SAL_USE_VCLPLUGIN=gen provides a workaround for this problem.

It seems the crash is reported as bug 94936, can you confirm there (same
messages in terminal etc.)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

Beluga  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=94
   ||936

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #9 from Gökçen Eraslan  ---
Changing the theme to Adwaita leads to a different problem. LibreOffice does
start in this case, but while using Calc, when I try to click on the "save as"
button, it crashes. It should be something related to again GTK theme and GTK
VCL plugin where the Save dialog triggers the crash.

Defining SAL_USE_VCLPLUGIN=gen provides a workaround for this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

--- Comment #10 from Beluga  ---
(In reply to Gökçen Eraslan from comment #9)
> Changing the theme to Adwaita leads to a different problem. LibreOffice does
> start in this case, but while using Calc, when I try to click on the "save
> as" button, it crashes. It should be something related to again GTK theme
> and GTK VCL plugin where the Save dialog triggers the crash.

Perhaps you could try getting a backtrace of the crash and then creating a new
report for it and linking to it here by saying "bug xx".
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

Beluga  changed:

   What|Removed |Added

 CC||peetipa...@gmail.com

--- Comment #8 from Beluga  ---
*** Bug 94916 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94511] LibO doesn't start with Gnome 3.18 and Numix theme

2015-10-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94511

Beluga  changed:

   What|Removed |Added

Summary|LibO doesn't start with |LibO doesn't start with
   |Gnome 3.18  |Gnome 3.18 and Numix theme
   Severity|normal  |critical

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs