View Issue Details

IDProjectCategoryView StatusLast Update
0006690Kali LinuxKali Package Bugpublic2020-10-08 10:15
Reporterredfoxhunter Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version2020.3 
Summary0006690: burpsuite is scaled down ob retina screen
Description

I use Macbook with Kali Linux on USB drive.
Macbook display has @2x density. Kali understands this and show almost every screen with 200% scale.

Burpsuite is an exception: is opens up with 100% scale, so the window is very small.

Screenshot is attached.

Steps To Reproduce

Open burpsuite on device with retina screen (200% scale).

Attached Files
2020-08-28_21-05_1.png (264,701 bytes)

Activities

daniruiz

daniruiz

2020-09-02 12:13

manager   ~0013376

Burpsuite is a Java-based app, thus, it doesn't use the same settings as the rest of the apps.

You can force the 2x scaling by running it from the terminal with:
GDK_SCALE=2 burpsuite

You can also make this change permanent by adding the following line to ~/.xsessionrc:
export GDK_SCALE=2

If you have trouble with qt apps too, you can add the following line too:
export QT_SCALE_FACTOR=2

Issue History

Date Modified Username Field Change
2020-08-28 18:06 redfoxhunter New Issue
2020-08-28 18:06 redfoxhunter File Added: 2020-08-28_21-05_1.png
2020-09-02 12:13 daniruiz Note Added: 0013376
2020-09-02 12:13 daniruiz Assigned To => daniruiz
2020-09-02 12:13 daniruiz Status new => assigned
2020-10-08 10:15 daniruiz Status assigned => resolved
2020-10-08 10:15 daniruiz Resolution open => won't fix