User Tools

Site Tools


en:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:faq [2017/02/09 22:49] kukuruzoen:faq [2023/08/14 07:01] (current) – external edit 127.0.0.1
Line 35: Line 35:
 **Answer 4:** To get Psi+ working in portable mode, you have several options: **Answer 4:** To get Psi+ working in portable mode, you have several options:
  
-  - Copy a folder **Psi+** from **%APPDATA%** to folder that contains **psi-plus.exe** +  - Copy a folder **Psi+** from **%APPDATA%** (**%APPDATA%\Roaming** in OS Windows >= 7) to folder that contains **psi-plus.exe** 
-  - Rename **psi-plus.exe** to **psi-plus-portable.exe** using the script [[https://sourceforge.net/projects/psiplus/files/MS-Windows/make-psi-plus-portable.bat/download|make-psi-plus-portable.bat]] directly in the working Psi+ folder and then run **psi-plus-portable.exe**.+  - Rename **psi-plus.exe** to **psi-plus-portable.exe** manually or using the script [[https://sourceforge.net/projects/psiplus/files/MS-Windows/make-psi-plus-portable.bat/download|make-psi-plus-portable.bat]] directly in the working Psi+ folder and then run **psi-plus-portable.exe**.
  
  
Line 249: Line 249:
  
  
-===== Question 17: How to install Psi + in silent mode? =====+===== Question 17: How to install Psi + in silent mode (without questions)? =====
  
-__**Answer**__: Use the **/S** switch for silent install and **/D=dir** for select installation directory. These options are case sensitive. Psi+ uses the [[http://nsis.sourceforge.net/|NSIS]] installer from Nullsoft.+__**Answer**__: An example of command for installing the current version of Psi+ with all plugins and two languages (EN, RU):
  
 +<code>
 +psi-plus-1.5.1646.0-x64-setup.exe /SP- /VERYSILENT /SUPRESSMSGBOXES /NORESTART /LANG=russian /COMPONENTS="*plugins,Dicts\ru_RU,Dicts\en_US"
 +</code>
 +
 +
 +===== Question 18: How to run Psi + in OS Linux with Wayland? =====
 +
 +__**Answer**__: Add **-platform xcb** argument to the program start command
 +
 +Or create a local startup file Psi +:
 +
 +''
 +cp /usr/share/applications/psi-plus.desktop ~ /.local/share/applications/''
 +
 +open the file **~/.local/share/applications/psi-plus.desktop** with a text editor and fix the exec line:
 +
 +from
 +
 +''
 +Exec = psi-plus %U''
 +
 +to
 +
 +''Exec = psi-plus -platform xcb %U''
  
  
 +===== Question 19: How to prevent chat window rising in Cinnamon? =====
  
 +Check Cinnamon's window manager settings. There is an option preventing focus stealing and it definitely work in version 4.2.4 of Cinnamon. You have earlier version the setting may absent or do not work.
 +Essentially it looks like a Cinnamon bug since they rise a window even on methods supposed to just flash the task bar.
  
en/faq.1486680578.txt.gz · Last modified: 2017/02/09 22:49 by kukuruzo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki