Package: awesome
Version: 3.4.6-1
Severity: normal
Tags: patch
The cause of this issue is the /etc/xdg/awesome/rc.lua file that exec "terminal
-e man awesome", but the -e option can get only one argument.
This file is generated from awesomrc.lua.in in the source package. The solution
is to enclose the command within two quotes.
This bug is present also in sid.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-4.dmz.1-liquorix-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages awesome depends on:
ii dbus-x11 1.2.24-3 simple interprocess messaging syst
ii libc6 2.11.2-6 Embedded GNU C Library: Shared lib
ii libcairo2 1.8.10-6 The Cairo 2D vector graphics libra
ii libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii libev3 1:3.9-1 high-performance event loop librar
ii libglib2.0-0 2.24.2-1 The GLib library of C routines
ii libimlib2 1.4.2-8+b2 powerful image loading and renderi
ii liblua5.1-0 5.1.4-5 Simple, extensible, embeddable pro
ii libpango1.0-0 1.28.1-1 Layout and rendering of internatio
ii libstartup-notification0 0.10-1 library for program launch feedbac
ii libx11-6 2:1.3.3-3 X11 client-side library
ii libxcb-atom1 0.3.6-1 utility libraries for X C Binding
ii libxcb-aux0 0.3.6-1 utility libraries for X C Binding
ii libxcb-event1 0.3.6-1 utility libraries for X C Binding
ii libxcb-icccm1 0.3.6-1 utility libraries for X C Binding
ii libxcb-image0 0.3.6-1 utility libraries for X C Binding
ii libxcb-keysyms1 0.3.6-1 utility libraries for X C Binding
ii libxcb-property1 0.3.6-1 utility libraries for X C Binding
ii libxcb-randr0 1.6-1 X C Binding, randr extension
ii libxcb-render-util0 0.3.6-1 utility libraries for X C Binding
ii libxcb-render0 1.6-1 X C Binding, render extension
ii libxcb-shape0 1.6-1 X C Binding, shape extension
ii libxcb-shm0 1.6-1 X C Binding, shm extension
ii libxcb-xinerama0 1.6-1 X C Binding, xinerama extension
ii libxcb-xtest0 1.6-1 X C Binding, xtest extension
ii libxcb1 1.6-1 X C Binding
ii libxdg-basedir1 1.1.1-1 Implementation of the XDG Base Dir
ii menu 2.1.44 generates programs menu for all me
Versions of packages awesome recommends:
ii rlwrap 0.37-1 readline feature command line wrap
ii x11-xserver-utils 7.5+2 X server utilities
awesome suggests no packages.
-- Configuration Files:
/etc/xdg/awesome/rc.lua changed [not included]
-- no debconf information
*** awesome-3.4.6_old/awesomerc.lua.in 2010-10-16 11:44:20.000000000 +0200
--- awesome-3.4.6/awesomerc.lua.in 2010-10-16 11:43:20.187203020 +0200
***************
*** 56,62 ****
-- {{{ Menu
-- Create a laucher widget and a main menu
myawesomemenu = {
! { "manual", terminal .. " -e man awesome" },
{ "edit config", editor_cmd .. " " .. awful.util.getdir("config") .. "/rc.lua" },
{ "restart", awesome.restart },
{ "quit", awesome.quit }
--- 56,62 ----
-- {{{ Menu
-- Create a laucher widget and a main menu
myawesomemenu = {
! { "manual", terminal .. " -e 'man awesome'" },
{ "edit config", editor_cmd .. " " .. awful.util.getdir("config") .. "/rc.lua" },
{ "restart", awesome.restart },
{ "quit", awesome.quit }