Search found 3 matches

by catcatcatcat
Mon Jul 01, 2024 5:30 am
Forum: MP - General [Français]
Topic: Mise a l'échelle UI (Débutant Linux Mint)
Replies: 5
Views: 4813

Re: Mise a l'échelle UI (Débutant Linux Mint)

bonjour, detail procedure linux/mint:

- pour lancer en command-line xnview, se creer un ficher executable:

~:[ordi] cat /home/me/bin/xnview_launcher
#! /bin/bash
QT_SCALE_FACTOR=1.2 xnview
~:[ordi] ls -l /home/me/bin/xnview_launcher
-rwxr-xr-x 1 cat cat 38 mars 31 18:45 /home/cat/bin/xnview ...
by catcatcatcat
Sat Jun 29, 2024 6:34 am
Forum: MP - Suggestions
Topic: need alternate patterns for the SelectionGrid
Replies: 0
Views: 888

need alternate patterns for the SelectionGrid

context: while selecting a part of the picture, the appearance of the selection area:
the SelectionGrid is currently a boolean value (0: no grid / 1: 9 cells grid)
I always use the 9 cells grid because it helps me much!
but it would be much more comfortable to have alternate patterns for the ...
by catcatcatcat
Sun Mar 31, 2024 4:24 pm
Forum: MP - General [Français]
Topic: Mise a l'échelle UI (Débutant Linux Mint)
Replies: 5
Views: 4813

Re: Mise a l'échelle UI (Débutant Linux Mint)

bonjour,

sous linux mint 21.3 virginia / mate + XnViewMP 1.7.0
idem, le paramètre DPI du gestionnaire d'apparence de mint s'applique bien sur la +part des applications, mais pas sur XnviewMP

=> workaroud: démarrer XnViewMP de la façon suivante:

QT_SCALE_FACTOR=1.5 xnview

(adapter la valeur du ...