Probably, we are not understand each other. Start menu of LXQT translated on 100%But Porteus specific context menu are .desktop files inside /usr/share/applications, so you may want to edit them manually and translate to Russian.
Location bar of pcmanfm-qt and his buttons in dialog windows not translated only.
For exampleEvery single LXQt package was compiled by me and inserted in those modules I gave you on my post above. So you won't make any progress by compiling lxqt-l10n.
Code: Select all
#Your localization
root@porteus:~# ls -l /home/guest/Загрузки/lxqt-locales/usr/share/pavucontrol-qt/translations
итого 12
-rw-r--r-- 1 guest users 8693 июн 21 15:23 pavucontrol-qt_ru.qm
#My localization
root@porteus:~# ls -l /home/guest/Загрузки/lxqt-l10n-ru-x86_64/usr/share/pavucontrol-qt/translations
итого 12
-rw-r--r-- 1 root root 10075 май 29 16:30 pavucontrol-qt_ru.qm
root@porteus:~#
I think that I need to compile current https://github.com/lxde/lxqt-l10n I tried it, but I have failed
Note. git-2.9.0-x86_64-1.xzm is required for building lxqt-l10n from the git repo.
Code: Select all
root@porteus:/home/guest/Загрузки# cd /tmp
root@porteus:/tmp# git clone https://github.com/lxde/lxqt-l10n.git
Клонирование в «lxqt-l10n»…
remote: Counting objects: 18029, done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 18029 (delta 6), reused 4 (delta 2), pack-reused 18009
Получение объектов: 100% (18029/18029), 5.53 MiB | 1.05 MiB/s, готово.
Определение изменений: 100% (13039/13039), готово.
Проверка соединения… готово.
root@porteus:/tmp# cd /tmp/lxqt-l10n
root@porteus:/tmp/lxqt-l10n# cmake /tmp/lxqt-l10n
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:7 (find_package):
By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"Qt5LinguistTools", but CMake did not find one.
Could not find a package configuration file provided by "Qt5LinguistTools"
with any of the following names:
Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake
Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
set "Qt5LinguistTools_DIR" to a directory containing one of the above
files. If "Qt5LinguistTools" provides a separate development package or
SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "/tmp/lxqt-l10n/CMakeFiles/CMakeOutput.log".
root@porteus:/tmp/lxqt-l10n#


For example, I automaticly mount local windows partition via samba and for it I created hidden fileWhy? I don't like the idea of having files that I can't see. This hiding philosophy seems a Microsoft approach, don't you think?Blaze wrote:2) Please, disable option with 'Show hidden files and folders'
Code: Select all
echo -e username=Windows_user_name\\npassword=Windows_user_password > /root/.smblocal1
chmod 400 /root/.smblocal1
I think that the key combination Ctrl+H invented for this not in vain.
Updated. Tested and don't give effect.Since this LXQt module is based on OpenBox, it could be that we're missing openBox location files.