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/01/30 14:28] kukuruzoen:faq [2023/08/14 07:01] (current) – external edit 127.0.0.1
Line 24: Line 24:
  
   * Update Psi+ to the current version   * Update Psi+ to the current version
-  * Download [[http://psi-dev.googlecode.com/svn/trunk/iconsets/clients/fingerprint.jisp|fingerprint.jisp]] and copy it to the **Psi+/iconsets/clients** directory+  * Download [[https://github.com/psi-plus/resources/blob/master/iconsets/clients/fingerprint.jisp|fingerprint.jisp]] and copy it to the **Psi+/iconsets/clients** directory
   * Enable the specified option in the roster settings and choose the roster iconset in appearance settings   * Enable the specified option in the roster settings and choose the roster iconset in appearance settings
  
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 **PsiData** from **C:\Documents and Settings\%USERNAME%** to **C:\Program Files\Psi+** and start Psi+ via the script [[http://psi-dev.googlecode.com/files/psi-plus-portable.bat|psi-plus-portable.bat]] +  - Copy a folder **Psi+** from **%APPDATA%** (**%APPDATA%\Roaming** in OS Windows >= 7) to folder that contains **psi-plus.exe** 
-  - Convert **psi-plus.exe** to **psi-plus-portable.exe** using the script [[http://psi-dev.googlecode.com/files/make-psi-plus-portable.bat|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 52: Line 52:
 ===== Question 6: How to build Psi+ under MS Windows? ===== ===== Question 6: How to build Psi+ under MS Windows? =====
  
-**Answer 6:** Instructions for building Psi+ under MS Windows (32 bit) are [[http://code.google.com/p/psi-dev/wiki/mingw32|here]].+**Answer 6:** Instructions for building Psi+ under MS Windows (32 bit) are [[http://psi-plus.com/wiki/mingw32|here]].
  
  
Line 60: Line 60:
 ===== Question 7: Where to get a fresh Russian localization for Psi/Psi+? ===== ===== Question 7: Where to get a fresh Russian localization for Psi/Psi+? =====
  
-**Answer 7:** The latest version of the Russian localization for Psi/Psi+ is [[http://psi-ru.googlecode.com/svn/branches/psi-plus/|here]].+**Answer 7:** The latest version of the Russian localization for Psi/Psi+ is [[https://sourceforge.net/projects/psiplus/files/Translations/|here]].
  
  
Line 88: Line 88:
 **Answer 10:** For example: **Answer 10:** For example:
  
-  * Download the Plugins from [[https://sourceforge.net/projects/psiplus/files/MS-Windows/|here]]+  * Download the Plugins from [[https://sourceforge.net/projects/psiplus/files/MS-Windows/Plugins/|here]]
   * Extract for example the **screenshotplugin.dll** to the Psi+ folder (for example, C:/Program Files/Psi+/Plugins)   * Extract for example the **screenshotplugin.dll** to the Psi+ folder (for example, C:/Program Files/Psi+/Plugins)
   * Run the Psi+ -> Open the application **Options** -> Choose a **Plugins** entry -> **Screenshot Plugin** -> And turn on the check mark in front of the name of the plugin -> Press Apply button -> Restart the Psi+   * Run the Psi+ -> Open the application **Options** -> Choose a **Plugins** entry -> **Screenshot Plugin** -> And turn on the check mark in front of the name of the plugin -> Press Apply button -> Restart the Psi+
Line 103: Line 103:
 **For official builds:** **For official builds:**
   * Download and install Psi+ version with **Aspell** support   * Download and install Psi+ version with **Aspell** support
-  * Download **aspell-15.dll** and the Russian-English Dictionary from [[http://psi-dev.googlecode.com/files/aspell-ruen.exe|here]] , unzip the archive into the Psi+ directory+  * Download **aspell-15.dll** and the Russian-English Dictionary from [[https://sourceforge.net/projects/psiplus/files/MS-Windows/Libs/aspell-libs-mingw-win32.zip/download|here]] , unzip the archive into the Psi+ directory
   * Checkmark **[v] Check spelling** in Misc. tab of application Options   * Checkmark **[v] Check spelling** in Misc. tab of application Options
  
Line 218: Line 218:
  
 ===== Question 16: How to connect to Google (GMail, GTalk)? ===== ===== Question 16: How to connect to Google (GMail, GTalk)? =====
 +ATTENTION!!! This information is obsolete but can help in some extraordinary cases!
  
 __**Answer**__: Usually sufficient default account settings. If you have previously configured your account with specified host (For example, host:talk.google.com), you must delete the **HOST** entry and reconnect to the Google server. __**Answer**__: Usually sufficient default account settings. If you have previously configured your account with specified host (For example, host:talk.google.com), you must delete the **HOST** entry and reconnect to the Google server.
Line 248: 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.1485786510.txt.gz · Last modified: 2017/01/30 14:28 by kukuruzo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki