works now with current TW. Add input “vietnamese (unikey)” form menu
zypper in fcitx fcitx-m17n fcitx-table-other fcitx-unikey zypper in fcitx-config-gtk3
Open ~/.profile (if there is no such file, create one) and add
export INPUT_METHOD="fcitx"
to this file.
Restart.
fcitx-configtool is a gtk based tool for change Fcitx configuration. It has gtk2 and gtk3 support. And for gtk2 version, it will be single instance application if compiled against libunique.
Search and use fcitx software
If not installed above:
zypper in fcitx-unikey
Restart fcitx
fcitx -r
Install following:
php7-zip php7-gd systemctl restart apache2.service
Php 7 is the default, we install Php 5 ←– dokuwiki works with php 7 now
Install php5 (1click) from here: https://software.opensuse.org/package/php5 . This will add repo Leap 42.3.
Then follow the 2 links above.
Preventing php7 when zypper up.
zypper addlock php7
localhost:/home/dang # cp -p /etc/apache2/mod_userdir.conf /etc/apache2/conf.d/
Uncomment
UserDir public_html
Add AllowOverride for user's .htaccess:
<Directory /home/*/public_html>
#AllowOverride FileInfo AuthConfig Limit Indexes
AllowOverride All
http://www.ocsmag.com/2017/09/23/opensuse-fonts/
Yast font config
Install rpm but alternative failed. So…
10005 sudo update-alternatives --install "/usr/bin/java" "java" "/usr/java/latest/bin/java" 1 10006 sudo update-alternatives --set java /usr/java/latest/bin/java 10007 sudo update-alternatives --install "/usr/bin/java" "java" "/usr/java/latest/bin/javac" 1 <---- oopss error 10010 sudo alternatives --display java 10015 sudo update-alternatives --remove java /usr/java/latest/bin/javac <---- fixed 10016 sudo update-alternatives --config java 10018 sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/latest/bin/javac" 1 10019 sudo update-alternatives --set javac /usr/java/latest/bin/javac
* https://en.opensuse.org/SDB:Installing_Java#Install_Oracle_Java_SE
/usr/sbin/update-alternatives --install /usr/lib64/browser-plugins/libjavaplugin.so libjavaplugin.so.x86_64 /usr/java/latest/jre/lib/amd64/libnpjp2.so 3 --slave /usr/bin/javaws javaws /usr/java/latest/jre/bin/javaws --slave /usr/share/man/man1/javaws.1 javaws.1 /usr/java/latest/man/man1/javaws.1
localhost:631
Download driver ppd files if not found in the list.