Skip to content

quake with gnome-terminal 3.10 or later #358

@elw00d

Description

@elw00d

Hello ! I've experienced with issue when migrated from Ubuntu 14.04 with awesomewm 4.0 to 16.04 and 4.2 respectively.

2017-08-23 12:05:51 W: awesome: luaA_dofunction:77: error while running function!
stack traceback:
	/home/elwood/.config/awesome/lain/util/quake.lua:165: in function 'toggle'
	/home/elwood/.config/awesome/rc.lua:364: in function 'press'
	/usr/local/share/awesome/lib/awful/key.lua:91: in function </usr/local/share/awesome/lib/awful/key.lua:91>
error: /home/elwood/.config/awesome/lain/util/quake.lua:165: attempt to index a nil value

My configuration

s.quake = lain.util.quake({ 
        app = 'gnome-terminal',
        extra = "--disable-factory --profile=Quake",  -- Fixes gnome-terminal's unwanted existing windows reusing behavior
        argname = "--name %s",
        height = 0.653, -- To exactly match with gnome-terminal 'resolution' in laptop mode
        border = 3,
	followtag = true
    })

awesome v4.2 (Human after all)
• Compiled against Lua 5.2.4 (running with Lua 5.2)
• D-Bus support: ✔
• execinfo support: ✔
• xcb-randr version: 1.4
• LGI version: 0.9.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions