View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006690 | Kali Linux | [All Projects] Kali Package Bug | public | 2020-08-28 18:06 | 2020-10-08 10:15 |
Reporter | redfoxhunter | Assigned To | daniruiz | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Product Version | 2020.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006690: 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). | ||||
|
2020-08-28_21-05_1.png (264,701 bytes) |
|
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 |
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 |