1. 19 Oct, 2015 2 commits
  2. 14 Oct, 2015 5 commits
  3. 12 Oct, 2015 2 commits
  4. 09 Oct, 2015 1 commit
  5. 28 Sep, 2015 2 commits
  6. 24 Sep, 2015 4 commits
  7. 14 Sep, 2015 2 commits
  8. 08 Sep, 2015 7 commits
  9. 07 Sep, 2015 5 commits
    • Michael Shigorin's avatar
      gear-store-tags · bcf4c4a2
      Michael Shigorin authored
      bcf4c4a2
    • Michael Shigorin's avatar
      1.1.73-alt1 · 9c075aa2
      Michael Shigorin authored
      - im feature
      9c075aa2
    • Michael Shigorin's avatar
      mktmpdir: fixed sort key · 025e6110
      Michael Shigorin authored
      The sort key field value has been off-by-one apparently,
      "6" corresponds to "capacity" field of df -PT output
      while the "available" one was meant:
      
      Filesystem     Type  1024-blocks     Used Available Capacity Mounted on
      /dev/sda9      ext4     15350768 12799972   1747980      88% /
      tmpfs          tmpfs     1967204    27396   1939808       2% /tmp
      
      1              2               3        4         5       6
      
      This lapse has been five years old, looks like it's only
      been masked by lower available space limit *and* filesystem
      ordering by type so far.  It didn't hit me even now, rather
      inspected the code while implementing volumes-profile-starterkit...
      025e6110
    • Michael Shigorin's avatar
      live: tweak HOMEPAGE · 881163dc
      Michael Shigorin authored
      The reason behind this silly patch is that the default URL
      can be left alone with no rebuilds neccessary but with the
      intranet services delivered through a "captive portal" or
      a redirecting proxy; we definitely don't want the canonical
      wiki URL, http://www.altlinux.org, blocked by a rule made
      for redirecting the default homepage, so let it be another
      one which is served but not widely known or linked to.
      881163dc
    • Michael Shigorin's avatar
      base+smartcard: add PAM module too · dde1fe24
      Michael Shigorin authored
      pam_pkcs11 is needed for SC-based authentication,
      let's carry it as well.
      
      Note that further configuration is still required.
      dde1fe24
  10. 06 Sep, 2015 3 commits
    • Michael Shigorin's avatar
      regular.mk: added templates to gnome3 · e8e244f7
      Michael Shigorin authored
      This has been proposed and largely implemented
      by antohami@, see also #30851.
      e8e244f7
    • Michael Shigorin's avatar
      base+desktop+live: added nano too · 42723960
      Michael Shigorin authored
      gd07e9c37 was apparently not enough to cover regular desktop images...
      42723960
    • Michael Shigorin's avatar
      regular.mk: add IM support to some desktop images · 7e9bf819
      Michael Shigorin authored
      Wish this was done before starterkits alpha but still;
      here are the preliminary (unqualified) test results:
      
      - cinnamon: OK (vi_VN, zh_CN, ko_KR)
      - gnome3: no way to change the hotkey; menu font troubles
      - kde4: OK but lacks corresponding localization subpackages
      - lxde: OK (vi_VN, zh_CN, ko_KR)
      - lxqt: imsettings-xfce somehow gets in (unrequested!)
      - mate: unable to change hotkey, applet complains to stderr
      - tde: native apps don't recognize ibus input
      7e9bf819
  11. 02 Sep, 2015 2 commits
    • Michael Shigorin's avatar
      x11: add IM hints · 7f742a8a
      Michael Shigorin authored
      This makes use of IM_PACKAGES variable processed by
      newly added im feature so that DE-specific targets
      could tell which DE-specific IM packages they'd like
      on a system *iff* use/im has been requested.
      
      Might be lacking right now, to be sorted out with
      the actual users.
      7f742a8a
    • Michael Shigorin's avatar
      im: new feature · d773be4d
      Michael Shigorin authored
      This one has emerged due to request by Chú minh
      to add Vietnamese support to LXDE starterkit.
      d773be4d
  12. 31 Aug, 2015 4 commits
  13. 25 Aug, 2015 1 commit