Modify ↓
Opened 3 years ago
Closed 3 years ago
#5273 closed defect (worksforme)
Dualscreen: Windows on second screen have no text
| Reported by: | berndw | Owned by: | team |
|---|---|---|---|
| Priority: | normal | 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)
Changed 3 years ago by berndw
comment:1 Changed 3 years ago by berndw
comment:2 Changed 3 years ago by berndw
- Resolution set to worksforme
- Status changed from new to 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