diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2014-09-05 05:21:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-06 00:02:51 +0700 |
commit | 8557e772da342593f0858610a907a8d99d196b33 (patch) | |
tree | b908625503b632c530125bb663c78c95d11ea170 /development/eclipse-cpp | |
parent | 2891dd84e8752f4cf4450380e19def7cfe2b8c11 (diff) |
development/eclipse-cpp: Disable GTK+3 theme.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eclipse-cpp')
-rw-r--r-- | development/eclipse-cpp/eclipse-cpp.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/eclipse-cpp/eclipse-cpp.desktop b/development/eclipse-cpp/eclipse-cpp.desktop index 8233bf687730..7dac3874afba 100644 --- a/development/eclipse-cpp/eclipse-cpp.desktop +++ b/development/eclipse-cpp/eclipse-cpp.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Exec=eclipse-cpp +Exec=env SWT_GTK3=0 eclipse-cpp Name=Eclipse CDT GenericName=Eclipse C and C++ Integrated Development Environment Comment=Eclipse C and C++ Integrated Development Environment |