Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 736613

Summary: x11-misc/appmenu-gtk-module-0.7.3 typo in 85-appmenu-gtk-module
Product: Gentoo Linux Reporter: RedEyedMan <kegalym2>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description RedEyedMan 2020-08-10 11:58:19 UTC
Hi

There is a typo in /etc/X11/xinit/xinitrc.d/85-appmenu-gtk-module at the line:  if [[ -n "$GTK_MODULES" }]; then 

instead of 

if [[ -n "$GTK_MODULES" ]]; then. 

X Server refuses to start while reading this script file.
Comment 1 Larry the Git Cow gentoo-dev 2020-08-10 19:15:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc772bcad27cc44f1033399514e83c6a1294cbc

commit 7bc772bcad27cc44f1033399514e83c6a1294cbc
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-08-10 19:14:30 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-08-10 19:14:52 +0000

    x11-misc/appmenu-gtk-module: Fix typo in startup script
    
    Closes: https://bugs.gentoo.org/736613
    Package-Manager: Portage-3.0.2, Repoman-2.3.23
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 ...pmenu-gtk-module-0.7.3.ebuild => appmenu-gtk-module-0.7.3-r1.ebuild} | 0
 x11-misc/appmenu-gtk-module/files/appmenu-gtk-module                    | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)