From nobody Thu Mar 28 08:32:37 2024 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 --- From nobody Thu Mar 28 08:32:37 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-laptop.res.nor.wtbts.net (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nc@alpinelinux.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id CE1D7DC3798; Sun, 16 Sep 2012 10:29:58 +0000 (UTC) Date: Sun, 16 Sep 2012 12:29:54 +0200 From: Natanael Copa To: vkrishn4@gmail.com Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] awesome(wm) for main Message-ID: <20120916122954.20900977@ncopa-laptop.res.nor.wtbts.net> In-Reply-To: <201209152229.30054.vkrishn4@gmail.com> References: <201209152229.30054.vkrishn4@gmail.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.12; i686-pc-linux-gnu) 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 On Sat, 15 Sep 2012 22:29:30 +0530 "V.Krishn" wrote: > > awesome(window manager) seems nice, ... > 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. I moved it to main. > A meta package needs to be there to take care of the installation. Or a setup-awesome-desktop script. > Here are steps to install awesome on clean/fresh alpine: Do you think you could add this to wiki? + a screen shot ;) > 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'. I added a package to edge/testing Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Thu Mar 28 08:32:37 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 7F0B2DC3798 for ; Sun, 16 Sep 2012 15:18:50 +0000 (UTC) Received: by dadr6 with SMTP id r6so3846064dad.13 for ; Sun, 16 Sep 2012 08:18:49 -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:references:in-reply-to:cc :mime-version:content-type:content-transfer-encoding:message-id; bh=hix3vKi/bEJR0Nv15XNJUrJKI5exg9jZC81IrOUGyag=; b=QLSAf23w1v/1UDgz3G7aBNl5JVEMesuyu196bgoLoRcY/Bl+tHiC06gK2EbiYL0yI+ T5TUXfI6CtTG6sCRlx8E3tcE6LX+eukEXbBLuBK0EJpaagZhTWChOKd0QDZMQ8cKXa/C +XfUKvzG/L1wjxucRoK1uG9pRFBt78nQJuAyJ2F2Y9FvB9j0aTuaYWM1kjL1a3NBbowj vJwo8ZKZvXl8WKZwAwShJt+eCy0tJsNclcAc1lcrqddSUiAxW6A5C2YMz4l9LW9NMMIq SQ6uQJsqUHuKrXPq5j76/qKWQ1TvKDa1ADPTrxsfvxxukVQyA2bx//8X2KsLWHhtZh5H rH4A== Received: by 10.68.239.135 with SMTP id vs7mr16552706pbc.38.1347808729286; Sun, 16 Sep 2012 08:18:49 -0700 (PDT) Received: from microknoppix.localnet ([117.227.143.253]) by mx.google.com with ESMTPS id iq1sm5188740pbc.37.2012.09.16.08.18.40 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Sep 2012 08:18:48 -0700 (PDT) From: "V.Krishn" Reply-To: vkrishn4@gmail.com To: Natanael Copa Subject: Re: [alpine-devel] awesome(wm) for main Date: Sun, 16 Sep 2012 20:46:42 +0530 User-Agent: KMail/1.13.7 (Linux/3.3.7-64; KDE/4.7.4; x86_64; ; ) References: <201209152229.30054.vkrishn4@gmail.com> <20120916122954.20900977@ncopa-laptop.res.nor.wtbts.net> In-Reply-To: <20120916122954.20900977@ncopa-laptop.res.nor.wtbts.net> Cc: alpine-devel@lists.alpinelinux.org 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="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209162046.42076.vkrishn4@gmail.com> On Sunday, September 16, 2012 03:59:54 PM you wrote: > On Sat, 15 Sep 2012 22:29:30 +0530 > > "V.Krishn" wrote: > > awesome(window manager) seems nice, > > ... > > > 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. > > I moved it to main. > > > A meta package needs to be there to take care of the installation. > > Or a setup-awesome-desktop script. > > > Here are steps to install awesome on clean/fresh alpine: > Do you think you could add this to wiki? + a screen shot ;) Done http://wiki.alpinelinux.org/wiki/Awesome%28wm%29_Setup > > > 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'. > > I added a package to edge/testing > > Thanks! > > -nc -- Regards. V.Krishn --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---