X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id E27CDDC3763 for ; Sat, 15 Sep 2012 17:01:37 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so7702133pbb.13 for ; Sat, 15 Sep 2012 10:01:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; bh=l+Mn66siQcIfImCam9RamwdX7niu57xH4XHEuuapCAQ=; b=TG0+QriWnRgfjFExS+Ymfbvo7nNpjtMs2KMgi6WBGVRjCpwhFEkJhV60f6YuEc00f3 fmN/HF46lAT+QvfYa2/2vsvfHVF0DA+s3xhPVUVLzn/zyCrD+gJO5/cyLgQpHx8yDK3f zgJ78kSkyCuqaCUFH0FAdeTNrA+kKhLkjPaaDdSWn271FOO5fbRxcggHEwU1OoK8kH71 z3+LC97hwB2BSfznYEoeuGE/X8zhAU/hgkhrh4GYwptceoWi5B/VwVAiUrEE8sG5E/gI ljg9tkbvz+qP9ubrZk/ZOy2EExxkSY+zqlMKw57SMPoxIQrVv9O8iM34wWnkl6MJcbQ5 TDbg== Received: by 10.68.136.102 with SMTP id pz6mr10973090pbb.160.1347728496673; Sat, 15 Sep 2012 10:01:36 -0700 (PDT) Received: from microknoppix.localnet ([117.226.138.210]) by mx.google.com with ESMTPS id hc10sm3285646pbc.21.2012.09.15.10.01.25 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Sep 2012 10:01:29 -0700 (PDT) From: "V.Krishn" Reply-To: vkrishn4@gmail.com To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] awesome(wm) for main Date: Sat, 15 Sep 2012 22:29:30 +0530 User-Agent: KMail/1.13.7 (Linux/3.3.7-64; KDE/4.7.4; x86_64; ; ) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201209152229.30054.vkrishn4@gmail.com> awesome(window manager) seems nice, tested few apps: Geany(gives warning errors after quiting) Abiword(has font issues) Xchat Firefox Gimp Gnumeric If its been tested and reported ok by others, it can be nice candidate for next alpine version. It also supports lua based config, which has strong support in alpine. A meta package needs to be there to take care of the installation. Here are steps to install awesome on clean/fresh alpine: ---------------------------------------------------------------------- 1. Setup alpine, and add edge repo, both main and testing 2. apk update 3. apk add awesome aterm feh add other apps on need 4. setup-xorg-base 5. adduser 6. logout and login as newuser 7. echo 'awesome' >> /home//.xinitrc 8. cp -r /etc/xdg/awesome /home//.config 9. vi /home//.config/awesome/rc.lua replace instances of xterm with aterm 10. startx There is http://unagi.mini-dweeb.org/ (compositing magager), reported to work with awesome, would it worth adding in alpine testing? Thought still marked as 'early stage of development'. -- Regards. V.Krishn --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---