On Thu, July 24, 2014 11:16 pm, Armin K. wrote: > On 07/24/2014 08:07 AM, [email protected] wrote: > >> Author: cjg >> Date: Wed Jul 23 23:07:26 2014 >> New Revision: 13598 >> >> >> Log: >> updated gnome-bluetooth page to match what is done in systemd. >> >> Modified: >> branches/systemd/gnome-systemd/desktop/gnome-bluetooth.xml >> branches/systemd/gnome-systemd/intro/build-order.xml >> >> Modified: branches/systemd/gnome-systemd/desktop/gnome-bluetooth.xml >> ======================================================================== >> ====== >> --- branches/systemd/gnome-systemd/desktop/gnome-bluetooth.xml Wed Jul >> 23 18:33:10 2014 (r13597) >> +++ branches/systemd/gnome-systemd/desktop/gnome-bluetooth.xml Wed Jul >> 23 23:07:26 2014 (r13598) >> @@ -8,7 +8,7 @@ >> "&gnome-download-http;/gnome-bluetooth/3.12/gnome-bluetooth-&gnome-bluet >> ooth-version;.tar.xz"> <!ENTITY gnome-bluetooth-download-ftp >> "&gnome-download-ftp;/gnome-bluetooth/3.12/gnome-bluetooth-&gnome-blueto >> oth-version;.tar.xz"> - <!ENTITY gnome-bluetooth-md5sum >> "a3b0b6c2c542b3264cb0144a4efb3342"> >> + <!ENTITY gnome-bluetooth-md5sum >> "c23666aa1d0bfc37be38f45493679de2"> >> <!ENTITY gnome-bluetooth-size "1.3 MB"> >> <!ENTITY gnome-bluetooth-buildsize "21 MB"> >> <!ENTITY gnome-bluetooth-time "0.2 SBU"> >> @@ -130,24 +130,31 @@ >> <filename>/dev/rfkill</filename>. Create a >> <application>Udev</application> rule that will allow >> normal users to write to <filename>/dev/rfkill</filename> - with the >> following command as the + with the following commands as the >> <systemitem class="username">root</systemitem> user: >> </para> >> >> >> -<screen role="root"><userinput>cat > >> /lib/udev/rules.d/61-gnome-bluetooth.rules << "EOF" >> + <para> >> + First create a new group: >> + </para> >> + >> +<screen role="root"><userinput>groupadd -r rfkill</userinput></screen> >> + >> + <para> >> + Create the udev rule: >> + </para> >> + >> +<screen role="root"><userinput>cat > >> /lib/udev/rules.d/61-rfkill.rules << "EOF" >> <literal># Get access to /dev/rfkill for users >> -# See https://bugzilla.redhat.com/show_bug.cgi?id=514798 >> -# >> -# Updated for udev >= 154 >> -# http://bugs.debian.org/582188 >> -# https://bugzilla.redhat.com/show_bug.cgi?id=588660 >> - >> -ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end" >> -ACTION!="add|change", GOTO="gnome_bluetooth_end" >> -KERNEL=="rfkill", TAG+="udev-acl" >> -LABEL="gnome_bluetooth_end"</literal> >> +KERNEL=="rfkill", GROUP="rfkill", MODE="0664"</literal> >> EOF</userinput></screen> >> >> > > You shouldn't need this at all anymore. systemd-logind exists to avoid > the user being member of many groups to do things. Note that > gnome-settings-daemon installs the similar file to the one that was > previously used, but in /usr/lib/udev/rules.d by default and that one > should be used, without any new groups. I'll fix it when I begin reviewing > this section. > >> + <para> >> + Add a user to the new group: >> + </para> >> + >> +<screen role="root"><userinput>usermod -a -G rfkill >> <replaceable><username></replaceable></userinput></screen> >> + >> </sect2> >> >> >> <sect2 role="commands"> >> >> >> Modified: branches/systemd/gnome-systemd/intro/build-order.xml >> ======================================================================== >> ====== >> --- branches/systemd/gnome-systemd/intro/build-order.xml Wed Jul 23 >> 18:33:10 2014 (r13597) >> +++ branches/systemd/gnome-systemd/intro/build-order.xml Wed Jul 23 >> 23:07:26 2014 (r13598) >> @@ -230,6 +230,9 @@ >> <para><xref linkend="exempi"/>,</para> >> </listitem> >> <listitem> >> +<para><xref linkend="shared-mime-info"/>,</para> >> +</listitem> >> +<listitem> >> <para><xref linkend="nautilus"/>,</para> >> </listitem> >> <listitem> >> >> > > > -- > Note: My last name is not Krejzi. > > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-dev > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > >
I was wondering if that section was needed at all, so I went on a hunt and that was one of the suggestions. I think it was on archlinux but failed to keep the bookmark of it. I knew that if it was wrong it could always be removed. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
