[blfs-dev] build sudo for a new system

2019-11-02 Thread hykwok1--- via blfs-dev
When I tried to build sudo (1.8.29) for a new system, "make install" reported fail because the file "/etc/sudoers" was missing. So I had to create this file before I executed "make install". I am not sure this problem is related this change or not: https://www.sudo.ws/stable.html#1.8.29: For

[blfs-dev] intel xorg driver and systemd

2019-10-09 Thread hykwok1--- via blfs-dev
1. Intel Xorg driver I have to add the option "LDFLAGS=-lXv" when I build the Intel Xorg driver if "libXvMC 1.0.12" is used. 2. Systemd If you want to use pattern matching for journalctl, pcre2 is required. Reference: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890265 --

[blfs-dev] gnome tweaks 3.34

2019-09-30 Thread hykwok1--- via blfs-dev
GNOME TWEAKS 3.34.0 requires libhandy (https://source.puri.sm/Librem5/libhandy) : GIR files and libraries from: GLib (>= 2.58) GTK+ 3 (>= 3.12) gnome-desktop (>= 3.30) libhandy libsoup libnotify Pango Reference: https://github.com/GNOME/gnome-tweaks --

[blfs-dev] mousepad 0.4.2 and gnome monospace font

2019-07-31 Thread hykwok1--- via blfs-dev
1. mousepad (0.4.2) requires Xfconf 2. For Gnome, the default font name of "Monospace font" is "Source Code Pro". (Reference: https://github.com/GNOME/gsettings-desktop-schemas/blob/master/schemas/org.gnome.desktop.interface.gschema.xml.in) The font can be downloaded from:

[blfs-dev] suggestions

2019-07-02 Thread hykwok1--- via blfs-dev
1. libgdata It is better to review the build instruction for libgdata: there is no meson configuration file in the source package. 2. MariaDB MariaDB 10.4.6 is the current stable (GA) series of MariaDB 10.4 Reference: https://downloads.mariadb.org/mariadb/+releases/ 3. GifLab The latest

[blfs-dev] Update for LightDM and LightDM GTK+

2019-06-28 Thread hykwok1--- via blfs-dev
New Version was released: LightDM (1.30.0) - 2019.05.17 https://github.com/CanonicalLtd/lightdm/releases/download/1.30.0/lightdm-1.30.0.tar.xz Release notes: Add lightdm_user_get_is_locked () Hide users with shell /bin/false Remove unity-system-compositor support (dead upstream) Fix dm-tool

[blfs-dev] Re:Re: Re:_Question_about_xinit_and_other_suggestions

2019-06-27 Thread hykwok1--- via blfs-dev
>On 6/27/19 1:03 PM, Bruce Dubbs via blfs-dev wrote: >> On 6/26/19 9:23 PM, hykwok1--- via blfs-dev wrote: >>>>> 1. Xinit 1.4.1 >>>>> Can anyone expain why we have to use the parameter >>>>> "--with-xinitdir=/etc/X11/app-defau

[blfs-dev] Re:Re: Question about xinit and other suggestions

2019-06-27 Thread hykwok1--- via blfs-dev
On 6/26/19 8:59 PM, hykwok1--- via blfs-dev wrote: >> 1. Xinit 1.4.1 >> >> Can anyone expain why we have to use the parameter >> "--with-xinitdir=/etc/X11/app-defaults" for Xinit? >> >> That's because I find that the folder "/etc/X11/ap

[blfs-dev] 回复:Re: Question about xinit and other suggestions

2019-06-27 Thread hykwok1--- via blfs-dev
>> 1. Xinit 1.4.1 >> >> Can anyone expain why we have to use the parameter >> "--with-xinitdir=/etc/X11/app-defaults" for Xinit? >Hmm, I can answer this one (because I did it). Back in 2006, XFree86 and >Xorg were each installed as a single package. When 6.9 and 7.0 were >release

[blfs-dev] Re: Question about xinit and other suggestions

2019-06-26 Thread hykwok1--- via blfs-dev
>>1. Xinit 1.4.1 >>Can anyone expain why we have to use the parameter >>"--with-xinitdir=/etc/X11/app-defaults" for Xinit? >>That's because I find that the folder "/etc/X11/app-defaults/xinitrc.d" is >>not created while some applications will install thier "sh" >>files to

[blfs-dev] Question about xinit and other suggestions

2019-06-26 Thread hykwok1--- via blfs-dev
1. Xinit 1.4.1 Can anyone expain why we have to use the parameter "--with-xinitdir=/etc/X11/app-defaults" for Xinit? That's because I find that the folder "/etc/X11/app-defaults/xinitrc.d" is not created while some applications will install thier "sh" files to "/etc/X11/xinit/xinitrc.d". As a

[blfs-dev] 回复:Re: Suggestion for Qt5 configuration

2019-05-31 Thread hykwok1--- via blfs-dev
>On 5/30/19 12:53 AM, hykwok1--- via blfs-dev wrote: >> When I built poppler (0.76.1), CMake (3.14.4) reported that Qt 5 was not >> found (However, in fact Qt 5 was built sucessfully). >> So I added the following line to the "/etc/profile.d/qt5.sh"

[blfs-dev] Suggestion for Qt5 configuration

2019-05-30 Thread hykwok1--- via blfs-dev
When I built poppler (0.76.1), CMake (3.14.4) reported that Qt 5 was not found (However, in fact Qt 5 was built sucessfully). So I added the following line to the "/etc/profile.d/qt5.sh" in order to fix the problem: pathappend $QT5DIR CMAKE_PREFIX_PATH I think it will not cause any problem for

[blfs-dev] Build PyGObject3 Error

2019-05-29 Thread hykwok1--- via blfs-dev
I encountered build error for PyGObject3 (3.32.1) with meson (0.50.1). After I executed the following command, meson reported that "PyCairo" (1.18.1) was not found and the build process stopped: meson --prefix=/usr -Dpython=python3 After I did some checking, I found that the install procedure

[blfs-dev] Re: Gnome blfs-svn

2019-03-13 Thread hykwok1--- via blfs-dev
> Hi > Just built Gnome from svn, and gnome-control-center crashes. I got it to > open 2 or 3 times then when I tried user details in crashed and now > wont even come back? I used glib-2,60. I have been building Gnome for > awhile now getting the latest versions when released, I have found/had

[blfs-dev] Two suggestions for BLFS

2019-02-26 Thread hykwok1--- via blfs-dev
1. AccountsService It is better to create a file such as "40-adm.rules" in "/etc/polkit-1/rules.d" with the following contents: polkit.addAdminRule(function(action, subject) { return ["unix-group:adm"]; }); Then PolicyKit can recognize all users in the "adm" group as administrator.

Re: [blfs-dev] Markup for i686 sed in Xorg intel driver ?

2019-02-21 Thread hykwok1--- via blfs-dev
>On 2/17/19 10:54 PM, Bruce Dubbs via blfs-dev wrote: >> On 2/17/19 3:15 PM, Ken Moffat via blfs-dev wrote: >>> The intel xorg driver has a sed for i686. I assume that people who >>> use jhalfs will apply it even on x86_64. Is that a problem ? >>> >>> >>> If you are building on

[blfs-dev] new verion for gtk-vnc

2019-01-18 Thread hykwok1--- via blfs-dev
The version of gtk-vnc in current BLFS is 0.7.2 but the latest version is 0.9.0. The file link is: https://download.gnome.org/sources/gtk-vnc/0.9/gtk-vnc-0.9.0.tar.xz -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the

[blfs-dev] Build instruction erros in BLFS

2019-01-15 Thread hykwok1--- via blfs-dev
I found some build instruction erros in the following packages: 1. AccountsService The following lines are missing: mkdir build && cdbuild && 2. DConf / DConf-Editor The option "-Dbash_completion=false" should be applied to dconf, not the dconf editor 3. gnome-color-manager If the

[blfs-dev] Incorrect patch file for liboauth

2019-01-10 Thread hykwok1--- via blfs-dev
The book uses incorrect patch file for the build instructions. Instruction: liboauth-1.0.3-openssl-1.1.0-3.patch URL file name: liboauth-1.0.3-openssl-1.1.0-2.patch -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the

[blfs-dev] bash_completion.sh and 'have' keyword

2019-01-09 Thread hykwok1--- via blfs-dev
I created a new Linux system and followed the instruction (from the "The Bash Shell Startup Files" section) to create the file /etc/profile.d/bash_completion.sh. However, I got the following errors after system statup: -bash: have: command not found After that I found the cause and the