From ecad0e51ddd52c501c6e7741c7bfa73dc2b80f8f Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Sun, 10 Jun 2018 18:08:54 +0200 Subject: [PATCH] qt5designer shortcut removed for 18.04 --- repo_functions_ub1804.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/repo_functions_ub1804.sh b/repo_functions_ub1804.sh index 8109693..07cf547 100644 --- a/repo_functions_ub1804.sh +++ b/repo_functions_ub1804.sh @@ -1183,13 +1183,6 @@ function plank_PostTrtFct () { function qt_PostTrtFct () { runCmd "sudo ln -s /usr/share/qtchooser/qt5-x86_64-linux-gnu.conf /usr/lib/x86_64-linux-gnu/qtchooser/default.conf" \ "set QT5 as default" - - createAppShortcut "/usr/bin/designer" \ - "" \ - "GNOME;GTK;Development;IDE" \ - "QT Designer 5" \ - "local" \ - update-menus } #