Modify ↓
Opened 15 years ago
Closed 15 years ago
#5273 closed defect (worksforme)
Dualscreen: Windows on second screen have no text
Reported by: | berndw OSM-Bonn | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
System:
openSUSE 11.3 64bit, KDE 4.4.95 and earlier.
all patches
JOSM since install of 11.3RC2 4 weeks ago.
Every button and everthing in the menues on the secondary screen is blank, but the functions are ok.
Workaroud: drag the windows complete on the primary screen, then you can see the text.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | josm_emptx_menues.png added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This happens only, if i use JOSM with the script from User:Cobra.
Start it from console and/or the script, there are no problems anymore
#!/bin/bash
josmdir=~/bin/josm-archive
cp $josmdir/josm-latest.jar $josmdir/josm-bak.jar
wget --progress=bar -N http://josm.openstreetmap.de/josm-latest.jar -P $josmdir
java -jar $josmdir/josm-latest.jar
exit