From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ali Nourmohammadi Subject: guix development Date: Mon, 29 Oct 2018 21:20:48 +0000 (UTC) Message-ID: <1541291538.19293555.1540848048553@mail.yahoo.com> References: <1541291538.19293555.1540848048553.ref@mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19293554_1218180824.1540848048551" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHEy3-0001pA-5L for guix-devel@gnu.org; Mon, 29 Oct 2018 17:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHExy-0007hS-6Y for guix-devel@gnu.org; Mon, 29 Oct 2018 17:20:59 -0400 Received: from sonic310-21.consmr.mail.gq1.yahoo.com ([98.137.69.147]:37100) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHExw-0007gO-BW for guix-devel@gnu.org; Mon, 29 Oct 2018 17:20:53 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: "guix-devel@gnu.org" ------=_Part_19293554_1218180824.1540848048551 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi thereI'm working on a project that want to build a guix based operating = system.For the first issue my job is to run lxqt on guix with openbox windo= w manager.After searching alot i failed in my job.So my last hope is on you= to help me with that.As i said i want to build lxqt on guix with openbox s= o i found this git:=C2=A0https://github.com/Millak/guix/blob/master/gnu/pac= kages/lxqt.scmSo i copy that and made a scm file called lxqt.scm.But when i= try to install that with:=C2=A0guix package -f lxqt.scm=C2=A0it failes wit= h this error:: error: invalid field specifier So i dont know what to do.So please if you are reading this email help me i= n that. i read all the wiki but i could not find anything.So if u just have= a link about what to just let me know.Thank you so much. With bests.Ali nourmohammadi. ------=_Part_19293554_1218180824.1540848048551 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi there
I'm working on a project t= hat want to build a guix based operating system.
For the first is= sue my job is to run lxqt on guix with openbox window manager.
Af= ter searching alot i failed in my job.
So my last hope is on you = to help me with that.
As i said i want to build lxqt on guix with= openbox so i found this git: htt= ps://github.com/Millak/guix/blob/master/gnu/packages/lxqt.scm
So i copy that and made a scm file called lxqt.scm.
But when i t= ry to install that with: 
guix package -f lxqt.scm 
it failes with this error:
<unknown location>:= error: invalid field specifier
So i dont know w= hat to do.
So please if you are reading this email h= elp me in that. i read all the wiki but i could not find anything.
So if u just have a link about what to just let me know.
Thank you so much.

With bests.
Ali nour= mohammadi.
------=_Part_19293554_1218180824.1540848048551-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brett Gilio Subject: Re: guix development Date: Mon, 29 Oct 2018 17:47:10 -0500 Message-ID: <87va5kcqvl.fsf@posteo.net> References: <1541291538.19293555.1540848048553.ref@mail.yahoo.com> <1541291538.19293555.1540848048553@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHGJs-0001va-82 for guix-devel@gnu.org; Mon, 29 Oct 2018 18:47:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHGJn-00075d-9k for guix-devel@gnu.org; Mon, 29 Oct 2018 18:47:36 -0400 Received: from mout01.posteo.de ([185.67.36.65]:57267) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHGJh-0006ua-IK for guix-devel@gnu.org; Mon, 29 Oct 2018 18:47:28 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E09B2210E9 for ; Mon, 29 Oct 2018 23:47:15 +0100 (CET) In-reply-to: <1541291538.19293555.1540848048553@mail.yahoo.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ali Nourmohammadi Cc: "guix-devel@gnu.org" Ali Nourmohammadi writes: > Hi thereI'm working on a project that want to build a guix based operating system.For the first issue my job is to run lxqt on guix with openbox window manager.After searching alot i failed in my job.So my last hope is on you to help me with that.As i said i want to build lxqt on guix with openbox so i found this git:https://github.com/Millak/guix/blob/master/gnu/packages/lxqt.scmSo i copy that and made a scm file called lxqt.scm.But when i try to install that with:guix package -f lxqt.scmit failes with this error:: error: invalid field specifier > So i dont know what to do.So please if you are reading this email help me in that. i read all the wiki but i could not find anything.So if u just have a link about what to just let me know.Thank you so much. > With bests.Ali nourmohammadi. Hi Alii Have you set an environment variable corresponding to $GUIX_PACKAGE_PATH for the guile interpreter to be able to find your package? -- Brett M. Gilio Free Software Foundation, Member https://gnu.org/s/guix | https://emacs.org From mboxrd@z Thu Jan 1 00:00:00 1970 From: Meiyo Peng Subject: Re: guix development Date: Tue, 30 Oct 2018 13:18:36 +0800 Message-ID: <87y3aggggj.fsf@gmail.com> References: <1541291538.19293555.1540848048553.ref@mail.yahoo.com> <1541291538.19293555.1540848048553@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHMQQ-0005bX-Dg for guix-devel@gnu.org; Tue, 30 Oct 2018 01:18:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHMQL-0005JM-Fg for guix-devel@gnu.org; Tue, 30 Oct 2018 01:18:46 -0400 Received: from mail-pg1-x52d.google.com ([2607:f8b0:4864:20::52d]:34903) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHMQL-0005Iu-8D for guix-devel@gnu.org; Tue, 30 Oct 2018 01:18:41 -0400 Received: by mail-pg1-x52d.google.com with SMTP id 32-v6so5040822pgu.2 for ; Mon, 29 Oct 2018 22:18:40 -0700 (PDT) In-Reply-To: <1541291538.19293555.1540848048553@mail.yahoo.com> (Ali Nourmohammadi's message of "Mon, 29 Oct 2018 21:20:48 +0000 (UTC)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ali Nourmohammadi Cc: guix-devel@gnu.org Hi Ali, Ali Nourmohammadi writes: > Hi there > I'm working on a project that want to build a guix based operating system. > For the first issue my job is to run lxqt on guix with openbox window manager. > After searching alot i failed in my job. > So my last hope is on you to help me with that. > As i said i want to build lxqt on guix with openbox so i found this git: https://github.com/Millak/guix/blob/master/gnu/packages/lxqt.scm > So i copy that and made a scm file called lxqt.scm. > But when i try to install that with: > guix package -f lxqt.scm > it failes with this error: > : error: invalid field specifier > So i dont know what to do. > So please if you are reading this email help me in that. i read all the wiki but i could not find anything. > So if u just have a link about what to just let me know. > Thank you so much. LXQt has recently been added to guix's master branch. Please run `guix pull` to update your guix. And there is no need to copy lxqt.scm from elsewhere. Please note that LXQt in guix is still immature. lxqt-runner is buggy, and lxqt-panel simply does not work. If you want to help with the development, have a look at this previous thread: https://lists.gnu.org/archive/html/guix-devel/2018-10/msg00380.html -- Meiyo Peng From mboxrd@z Thu Jan 1 00:00:00 1970 From: Meiyo Peng Subject: Re: guix development Date: Tue, 30 Oct 2018 23:56:09 +0800 Message-ID: <87muqv2zty.fsf@gmail.com> References: <1541291538.19293555.1540848048553.ref@mail.yahoo.com> <1541291538.19293555.1540848048553@mail.yahoo.com> <87y3aggggj.fsf@gmail.com> <840752987.19727522.1540911166075@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHWNM-0005HR-PG for guix-devel@gnu.org; Tue, 30 Oct 2018 11:56:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHWNJ-0002no-Ac for guix-devel@gnu.org; Tue, 30 Oct 2018 11:56:16 -0400 Received: from mail-pl1-x635.google.com ([2607:f8b0:4864:20::635]:38215) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHWNJ-0002jg-3h for guix-devel@gnu.org; Tue, 30 Oct 2018 11:56:13 -0400 Received: by mail-pl1-x635.google.com with SMTP id p7-v6so5762221plk.5 for ; Tue, 30 Oct 2018 08:56:13 -0700 (PDT) In-Reply-To: <840752987.19727522.1540911166075@mail.yahoo.com> (Ali Nourmohammadi's message of "Tue, 30 Oct 2018 14:52:46 +0000 (UTC)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ali Nourmohammadi Cc: guix-devel@gnu.org Hi Ali, Ali Nourmohammadi writes: > Hi mr.meiyo peng > Can u tell me how can i install that from local directory. i need to do that. > thank u Sorry, I don't understand what you mean by "install that from local directory". You simply install lxqt as any other package. - Run `guix pull` to update guix. - Add lxqt to your config.scm. - Run `guix system reconfigure config.scm`. I suggest you to read the guix manual first if you have any question. And please CC this mailing list when you reply email. -- Meiyo Peng From mboxrd@z Thu Jan 1 00:00:00 1970 From: Meiyo Peng Subject: Re: guix development Date: Wed, 31 Oct 2018 09:10:15 +0800 Message-ID: <87d0rqsyyw.fsf@gmail.com> References: <1541291538.19293555.1540848048553.ref@mail.yahoo.com> <1541291538.19293555.1540848048553@mail.yahoo.com> <87y3aggggj.fsf@gmail.com> <840752987.19727522.1540911166075@mail.yahoo.com> <87muqv2zty.fsf@gmail.com> <1109590423.19908040.1540924639208@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHf1n-0003uQ-Rj for guix-devel@gnu.org; Tue, 30 Oct 2018 21:10:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHf1h-0007yC-OD for guix-devel@gnu.org; Tue, 30 Oct 2018 21:10:34 -0400 Received: from mail-pl1-x630.google.com ([2607:f8b0:4864:20::630]:34143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHf1a-0007tx-DZ for guix-devel@gnu.org; Tue, 30 Oct 2018 21:10:24 -0400 Received: by mail-pl1-x630.google.com with SMTP id f10-v6so6432152plr.1 for ; Tue, 30 Oct 2018 18:10:21 -0700 (PDT) In-Reply-To: <1109590423.19908040.1540924639208@mail.yahoo.com> (Ali Nourmohammadi's message of "Tue, 30 Oct 2018 18:37:19 +0000 (UTC)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ali Nourmohammadi Cc: guix-devel@gnu.org Hi Ali, Ali Nourmohammadi writes: > thank's for your reply. > but lxqt is not defined as a service, right? > so how could i install that? There is no need to define lxqt as a shepherd service. lxqt should be started by a display manager, like SLiM or SDDM. If you include %desktop-services in your config.scm, then you have slim installed by default. Simply install lxqt and shoose lxqt from your login screen to start lxqt. Again. Please CC guix-devel@gnu.org when you reply email. -- Meiyo Peng