[blfs-dev] 回复:Re: sddm-0.12.0

2015-08-17 Thread hykwok1
Sddm checks two backends for power managment (https://github.com/sddm/sddm/blob/master/src/daemon/PowerManager.cpp) UPOWER BACKEND or LOGIN1 BACKEND That means we have to start upower before sddm otherwise no "power off" and "reboot" buttons for the sddm greeter. H.Y. - 原始邮件 - 发件人:F

[blfs-dev] cups-filters-1.0.73

2015-08-18 Thread hykwok1
cups-filters 1.0.73 is released: http://openprinting.org/download/cups-filters/cups-filters-1.0.73.tar.xz -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-dev] network manager applet question

2015-08-20 Thread hykwok1
After the Network manager applet is built successfully, I find that some images are missing for some buttons. So, what icon theme should I install to fix it? Thanks. H.Y. Kwok P.S. Please update the BLFS (Systemd edition) version for the Network manager and Network manager applet to 1.0.4 -- h

[blfs-dev] Fix main menu display problem for LXQT

2015-08-28 Thread hykwok1
If LXQt is installed to /opt, we have to run the following commands to fix the main menu display problem: for i in $LXQT_PREFIX/share/desktop-directories/* do ln -svf $i /usr/share/desktop-directories/ done -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch

[blfs-dev] 回复:Re: Fix main menu display problem for LXQT

2015-08-28 Thread hykwok1
>Em 28-08-2015 04:54, hykw...@sina.com escreveu: >> for i in $LXQT_PREFIX/share/desktop-directories/* >> do >> ln -svf $i /usr/share/desktop-directories/ >> done > Fixed. Thanks. > I've changed many things, including that, without success. > Today, I tried to revert the other modifications, and i

[blfs-dev] File archiver for LXQT

2015-09-08 Thread hykwok1
Today, when I was testing my LXQT environment, I found the command "Compress" in the pop-up menu. Then I selected a file and click it but nothing was happened. With the help from LXQT web site, I knew I had to set a file archiver for the pcmanfm (In the PCManFM file Manager, select Edit->Prefer

[blfs-dev] Handle missing icons in the "Choose an Application" dialog box for LXQT

2015-09-08 Thread hykwok1
In LXQT, if the icon image file is missing in the /usr/share/icons directory, the "Choose an application" dialog box cannot show it: https://github.com/lxde/lxqt/issues/814 That means, for Qt package, we have to create the related symbolic links for those application icon images. For example, l

[blfs-dev] FHS config option for UDisk

2015-10-16 Thread hykwok1
When I was building the Udisk 2.1.6, I found a config option for FHS: --enable-fhs-media Mount devices in /media instead of /run/media [default=no] Since the directory tree of LFS 7.8 is based on the FHS, I think we can add this option to the section "UDisk" of BLFS book-- http://lists

[blfs-dev] Update URLs for Qt5

2015-11-09 Thread hykwok1
1. Update the URL of libxkbcommon 2. Update the URL of iBus because "IBus's project has been move to https://github.com/ibus/ibus/wiki"; (refer to the iBus Google code web page) Here is the patch: Index: BOOK/x/lib/qt5.xml === --- B

[blfs-dev] 回复:Re: Update URLs for Qt5

2015-11-09 Thread hykwok1
> hykw...@sina.com wrote: >> 1. Update the URL of libxkbcommon >> 2. Update the URL of iBus because "IBus's project has been move to >> https://github.com/ibus/ibus/wiki"; (refer to the iBus Google code web page) >> >> Here is the patch: >> >> Index: BOOK/x/lib/qt5.xml >> =

[blfs-dev] Suggestion for LXQT 0.10.0 building

2015-11-10 Thread hykwok1
1. libxkbcommon (required by lxqt-panel) "--disable-static" option can be removed because this option is included in the XORG_CONFIG variable. (refer to "Introduction to Xorg-7.7" section) 2. My build environment: chroot under Ubuntu LXQT target path: /opt/lxqt KF5 path: /opt/kf5 In order to b

[blfs-dev] Firefox and GTK3

2015-11-12 Thread hykwok1
I did not build Firefox 42.0 but I found the following statement in the Firefox's Linux Prerequisites page: (https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Linux_Prerequisites) As of Firefox 42, the GTK3 widget toolkit, version 3.4 or higher So, does GTK3 bec

[blfs-dev] Typo for LXQT

2016-04-05 Thread hykwok1
In the "Kwindowsystem-5.20.0 for lxqt", "Kguiaddons-5.20.0 for lxqt" and "Solid-5.20.0 for lxqt" pages, they have a note: This packge is extracted from the KF5 set of packages. If KDE Frameworks-5.20.0 is built, do NOT also build this package as prsented here. The world "prsented" should be cha

[blfs-dev] PAM setting for vsftpd

2016-05-29 Thread hykwok1
If PAM is enabled for vsftpd, according to the file "INSTALL", we have to copy the the file RedHat/vsftpd.pam to /etc/pam.d/ as follows: cp RedHat/vsftpd.pam /etc/pam.d/ftp Otherwise, we cannot use the existing accounts to login the FTP server. -- http://lists.linuxfromscratch.org/listinfo/blfs-d

[blfs-dev] 回复:Re: PAM setting for vsftpd

2016-06-02 Thread hykwok1
>On 05/30/2016 03:11 AM, Pierre Labastie wrote: >> On 30/05/2016 08:24, hykw...@sina.com wrote: >>> >>> If PAM is enabled for vsftpd, according to the file "INSTALL", we have >>> to copy the the file RedHat/vsftpd.pam to /etc/pam.d/ as follows: >>> >>> >>> cp RedHat/vsftpd.pam /etc/pam.d/ftp >>> >>

[blfs-dev] build errors for keybinder2 and lxdm

2016-10-14 Thread hykwok1
Hi, 1. I find that "keybinders" requires pyGTK otherwise we get the following errors: checking for a Python interpreter with version >= 2.5... python checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... linux2 checking for python script direct

[blfs-dev] Suggestions for BLFS

2018-01-31 Thread hykwok1
Version: systemd edition - Version 2018-01-30 1. Wicd - The sed line: ""/detection failed/ aself." should be changed to ""/detection failed/ a\self." 2. lxqt-panel - "PulseAudio" should be in "Required" list because I cannot build this package if PulseAudio is m

[blfs-dev] Re:Re: Suggestions for BLFS

2018-02-08 Thread hykwok1
>On 31/01/2018 10:24, hykw...@sina.com wrote: >> Version: systemd edition - Version 2018-01-30 >> >> 1. Wicd >> - The sed line: ""/detection failed/ aself." should be >> changed to ""/detection failed/ a\self." >> 2. lxqt-panel >> - "PulseAudio" should be in "Req

[blfs-dev] 回复:Re: Suggestions for BLFS

2018-02-21 Thread hykwok1
>Pierre Labastie wrote: >> On 20/02/2018 19:39, Bruce Dubbs wrote: >>> Pierre Labastie wrote: On 20/02/2018 12:47, Pierre Labastie wrote: > On 31/01/2018 10:24, hykw...@sina.com wrote: >> Version: systemd edition - Version 2018-01-30 >>[...] >> - EXO is required if Xfwm is

[blfs-dev] VTE build option

2018-02-27 Thread hykwok1
For VTE-0.50.2, I find that I have to add the option "--without-gnutls" if GnuTLS is missing otherwise I cannot build the package. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

[blfs-dev] keybinder-0.3.0

2018-03-10 Thread hykwok1
1. The package URL is invalid 2. I found a new package link from the debian package web page (https://packages.debian.org/jessie/libkeybinder0) : https://github.com/kupferlauncher/keybinder And the latest release is keybinder-3.0-v0.3.2. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FA

[blfs-dev] Re:Re: gmodule bad settings in glib2

2018-03-21 Thread hykwok1
>Did you install gdk-pixbuf using the Meson build system by any chance? If so, >did you >issue the following afterwards (as root user)? >gdk-pixbuf-query-loaders --update-cache >I remember a while back when I first built gdk-pixbuf with Meson I >received a build error in one of the packages that

[blfs-dev] QtWebEngine 5.11.1, KDE Framework 5.47 and Plasma 5.13.1, lightdm and GCC 8.1

2018-06-24 Thread hykwok1
In the last week, I tried to build Plasma 5.13.1 with LFS development (systemd) version and here are my notes: 1. QtWebEngine 5.11.1 supports GCC 8.1 now but the following patch is required for a 32 bits system: D=src/3rdparty/chromium/mojo/public/c/system && sed -i 's/MOJO_ALIGNOF(int

[blfs-dev] Build WebkitGTK+ 2.20.2

2018-06-27 Thread hykwok1
I followed the instructions to build WebkitGTK+ and I could build the package successfully for a 32 bits system. However, the build was fail for a 64 bits system. Actually, I encountered the similar problem, which was reported by Spiky (Reference: http://lists.linuxfromscratch.org/pipermail/blfs

[blfs-dev] Notes for GNOME

2018-08-09 Thread hykwok1
Hi, 1. "Xdg-user-dirs" requires "libxslt". (I found this error because of my build order problem) 2. "gnome-control-center" "libgnomekbd" is the runtime dependence package of "gnome-control-center". (keyboard layout will not shown if it is missing.) 3. "Mutter" I could not build it for a 32 b

[blfs-dev] Bug Report and Suggestion

2018-08-22 Thread hykwok1
Bug Report: 1. libjpeg-turbo 2.0.0 It requires "CMake" now. Suggestion: 1. Plasma 5.13.4 KF5 installed location: /opt/kf5 1.1 I did not run the following commands (in my chroot build environment) but the desktop works: cd $KF5_PREFIX/share/plasma/plasmoids for j in $(find -name \*.js); do

[blfs-dev] 回复: Fwd: Fwd: Bug Report and Suggestion

2018-08-23 Thread hykwok1
>> Bug Report: >> >> 1. libjpeg-turbo 2.0.0 >> >> It requires "CMake" now. >Already fixed. But the "Required" List in the page is not updated. >I didn't get this at my gmail account either. There are a couple more >messages in -dev that I didn't get either. > Forwarded Message

[blfs-dev] Lastest xf86-video-intel driver and other suggestions

2018-08-28 Thread hykwok1
1. xf86-video-intel The lastest source codes can be found from: https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel I used the following instructions to build the codes (please note that you can find more options from meson_option.txt): mkdir -p build cd build meson --prefix=$XO

[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 solution

[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 above

[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 opti

[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 abo

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 i6

[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. Referen

[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] 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] Suggestion for Qt5 configuration

2019-05-29 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] 回复: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] 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: 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/xinit

[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 simultaneously,

[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/X

[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] 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 cras

[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 ver

[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: https://github.com

[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 -- http://lists.

[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 -- http://lists.li

[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 ma