Skip to content

Commit

Permalink
run with GTK2 on Linux for now, GTK3 doesn't seem to work well enough…
Browse files Browse the repository at this point in the history
… yet
  • Loading branch information
angryziber committed Dec 8, 2016
1 parent 8ca0236 commit 1c60868
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions .idea/runConfigurations/Main.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions TODO.md
@@ -1,15 +1,13 @@
HiDPI:
* New flat and retina-compatible icons :-)
* GTK3 startup is slow
* GTK3 progress bar - can it be centered?
* Fewer problems when starting with SWT_GTK3=0
* Scan complete Close button is partly outside of the window

* Remember InfoDialog size

* Add URLFetcher with configurable URL and JSON/XPath expression
* WHOIS fetcher

* Switch to GTK3 on Linux (currently, startup is slow, progress bar is not nice)
* Windows: net stop SharedAccess
* gtk sort direction arrows
* advanced exporting options dialog (with append checkbox)
Expand Down
2 changes: 1 addition & 1 deletion ext/deb-bundle/usr/bin/ipscan
@@ -1,2 +1,2 @@
#!/bin/sh
java -jar /usr/lib/ipscan/ipscan*.jar "$@"
SWT_GTK3=0 java -jar /usr/lib/ipscan/ipscan*.jar "$@"

0 comments on commit 1c60868

Please sign in to comment.