Re: Package for LXQt. Help wanted.

2018-10-27 Thread 宋文武
Meiyo Peng writes: > Hello Song, > >> Hello, thank you again, I have push them! > > Thank you. > >> - Add comments about the missing translations (disable the >> PULL_TANSLATIONS), which are in the lxqt-l10n git repository. I think >> we can prefetch it as a 'origin', add it to the input of

Re: Package for LXQt. Help wanted.

2018-10-27 Thread 宋文武
Meiyo Peng writes: > Hello Song, > > On Fri, Oct 26, 2018 at 2:26 PM 宋文武 wrote: > >> - Correct some licenses, eg: obconf-qt, qps are under GPL2+. > > I made a terrible mistake. I assumed that all LXQt apps are licensed > under LGPL2.1+. But in fact only core LXQt apps are licensed under >

Re: Package for LXQt. Help wanted.

2018-10-27 Thread Meiyo Peng
Hello Song, On Fri, Oct 26, 2018 at 2:26 PM 宋文武 wrote: > - Correct some licenses, eg: obconf-qt, qps are under GPL2+. I made a terrible mistake. I assumed that all LXQt apps are licensed under LGPL2.1+. But in fact only core LXQt apps are licensed under LGPL2.1+. Several apps are licensed

Re: Package for LXQt. Help wanted.

2018-10-26 Thread Meiyo Peng
Hello Song, > Hello, thank you again, I have push them! Thank you. > - Add comments about the missing translations (disable the > PULL_TANSLATIONS), which are in the lxqt-l10n git repository. I think > we can prefetch it as a 'origin', add it to the input of the > application, or add a

Re: Package for LXQt. Help wanted.

2018-10-26 Thread 宋文武
Meiyo Peng writes: > Hello everyone, > > I made a series of packages for LXQt. The code is at: > https://github.com/meiyopeng/guix/tree/lxqt Hello, thank you again, I have push them! With some minor edits: - Add comments about the missing translations (disable the PULL_TANSLATIONS), which

Re: Package for LXQt. Help wanted.

2018-10-23 Thread 宋文武
Meiyo Peng writes: > Hello, Mr. Song. > > Thank you for your reply. > >> Some notes to you: >> - Wrap lines under 80 characters if possible. > > My emacs automatically wrap lines at exactly 80 characters. Should I set > it to less than 80? Not needed (there is 'guix lint', which warn lines

Re: Package for LXQt. Help wanted.

2018-10-22 Thread Meiyo Peng
Hello, Mr. Song. Thank you for your reply. > Some notes to you: > - Wrap lines under 80 characters if possible. My emacs automatically wrap lines at exactly 80 characters. Should I set it to less than 80? #+BEGIN_SRC emacs-lisp (setq-default fill-column 80) ;; Change this to 70? #+END_SRC

Re: Package for LXQt. Help wanted.

2018-10-22 Thread Meiyo Peng
Hello, I checked kwindowsystem's package in debian. It seems the plugins directory in kwindowsystem should be installed to /run/current-system/profile/lib/qt5/plugins rather than /run/current-system/profile/lib/plugins. Maybe this is a bug in the kwindowsystem package. File list of package

Re: Package for LXQt. Help wanted.

2018-10-22 Thread 宋文武
Meiyo Peng writes: > Hello everyone, > > I made a series of packages for LXQt. The code is at: > https://github.com/meiyopeng/guix/tree/lxqt Hello, it looks great! > > I did this beacuse I want to run i3 window manager within lxqt > session. Currently most things work great except lxqt-panel.

Package for LXQt. Help wanted.

2018-10-21 Thread Meiyo Peng
Hello everyone, I made a series of packages for LXQt. The code is at: https://github.com/meiyopeng/guix/tree/lxqt I did this beacuse I want to run i3 window manager within lxqt session. Currently most things work great except lxqt-panel. I have two problems. 1. The $QT_PLUGIN_PATH environment