![]() |
User can't run IC Software wierd error - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: User can't run IC Software wierd error (/showthread.php?tid=5610) |
User can't run IC Software wierd error - DjSapsan - 09-21-2018 I installed 1C software. 1C is program for managing processes in enterpise. Developed by Russian programmers. Problems occurs even on Windows OS. Well, i succesfully installed this program and can run as admin. But i cant run program as another user! I tried different ways and got different errors. 1) Run icon appeared in menu - nothing happend (in task manager i see process only for 5 sec and then it dissapear) 2) Run "/opt/1C/v8.3/x86_64/1cv8c" in terminal (working for admin aswell) - error: Original Code: Ошибка сегментирования (стек памяти сброшен на диск) Code: Error of segmentation (stack dropped to disk) 3) Run "sudo /opt/1C/v8.3/x86_64/1cv8c" in terminal - warning: Code: 1cv8c:8865): IBUS-WARNING **: 12:03:35.834: The owner of /home/Пользователь/.config/ibus/bus is not root! I edited visudo: Code: %users ALL = (ALL) NOPASSWD:/opt/1C/v8.3/x86_64/1cv8c I edited permissions i all directories related to 1C everywhere to allow edit and delete for everyone. Assuming: admin and user typing the same code. Admin running program in any way. User can't start program at all. How to fix? Re: User can't run IC Software wierd error - DjSapsan - 09-21-2018 Solved problem by creating new user without cyrillic! |