diff options
Diffstat (limited to 'java/intellij-rubymine/files')
-rw-r--r-- | java/intellij-rubymine/files/pkg-message.in | 6 | ||||
-rw-r--r-- | java/intellij-rubymine/files/rubymine.desktop.in | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/java/intellij-rubymine/files/pkg-message.in b/java/intellij-rubymine/files/pkg-message.in index dc0880e9dc5f..583ac2e7d756 100644 --- a/java/intellij-rubymine/files/pkg-message.in +++ b/java/intellij-rubymine/files/pkg-message.in @@ -1,10 +1,10 @@ [ { type: install message: <<EOM -There is native (faster) file watching support backed by kqueue which is -enabled by default. If you encounter problems problems with watching large +The native (faster) file watching support backed by kqueue is enabled +by default. If you encounter problems problems with watching large trees, you disable it by appending the following property into -%%DATADIR%%/bin/idea.properties: +%%DATADIR%%/bin/rubymine.properties: idea.filewatcher.disabled=true EOM diff --git a/java/intellij-rubymine/files/rubymine.desktop.in b/java/intellij-rubymine/files/rubymine.desktop.in index ebd2fe4d5b85..92f5879610d9 100644 --- a/java/intellij-rubymine/files/rubymine.desktop.in +++ b/java/intellij-rubymine/files/rubymine.desktop.in @@ -2,11 +2,11 @@ Version=1.0 Encoding=UTF-8 Type=Application -Name=IntelliJ IDEA Ultimate Edition -GenericName=IntelliJ IDEA Ultimate Edition -Comment=IntelliJ Integrated Development Environment -Icon=%%DATADIR%%/idea.png -Exec=%%DATADIR%%/bin/idea.sh +Name=RubyMine +GenericName=RubyMine +Comment=Ruby on Rails IDE from JetBrains +Icon=%%DATADIR%%/rubymine.png +Exec=%%DATADIR%%/bin/rubymine.sh Terminal=false StartupNotify=true Categories=Application;Development; |