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 [2019/10/15 13:51] rionen:faq [2025/08/26 14:51] (current) – [Question 19: How to prevent chat window rising in Cinnamon?] kukuruzo
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>
  
  
Line 280: Line 284:
 Essentially it looks like a Cinnamon bug since they rise a window even on methods supposed to just flash the task bar. Essentially it looks like a Cinnamon bug since they rise a window even on methods supposed to just flash the task bar.
  
 +===== Question 20: How to make Psi windows larger on high-resolution monitors? =====
 +
 +Qt6 has an environment variable that allows you to set a global window scaling parameter QT_SCALE_FACTOR.
 +If you run Psi by setting the variable value to a number that means the scale, then all Psi windows will be larger by as many times as set in the parameter.
 +
 +For example, for Linux:
 +
 +QT_SCALE_FACTOR=2 psi
 +
 +and Psi windows will be 2 times larger
 +
 +For Windows:
 +
 +set QT_SCALE_FACTOR=2 && psi.exe
en/faq.1571147513.txt.gz · Last modified: 2019/10/15 13:51 by rion

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki