mirror of
https://github.com/gtalent/sc9k.git
synced 2025-09-08 12:32:54 -05:00
Remove forced GNOME theming
This commit is contained in:
@@ -11,8 +11,3 @@ cp -r $dist_dir/share/ /usr/
|
|||||||
if command -v gtk-update-icon-cache >/dev/null 2>&1; then
|
if command -v gtk-update-icon-cache >/dev/null 2>&1; then
|
||||||
sudo gtk-update-icon-cache /usr/share/icons/hicolor
|
sudo gtk-update-icon-cache /usr/share/icons/hicolor
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if command -v apt-get >/dev/null 2>&1; then
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y qt6-gtk-platformtheme qgnomeplatform-qt6 adwaita-qt
|
|
||||||
fi
|
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
QSettings::setDefaultFormat(QSettings::Format::IniFormat);
|
QSettings::setDefaultFormat(QSettings::Format::IniFormat);
|
||||||
#ifndef __APPLE__
|
#ifdef _WIN32
|
||||||
QApplication::setStyle("Fusion");
|
QApplication::setStyle("Fusion");
|
||||||
#endif
|
#endif
|
||||||
QApplication a(argc, argv);
|
QApplication a(argc, argv);
|
||||||
|
@@ -4,7 +4,7 @@ Comment=Slide and Live Stream Coordinator
|
|||||||
GenericName=Slide and Live Stream Coordinator
|
GenericName=Slide and Live Stream Coordinator
|
||||||
X-GNOME-FullName=Slide Controller 9000
|
X-GNOME-FullName=Slide Controller 9000
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=env QT_QPA_PLATFORMTHEME=gnome /usr/local/bin/SlideController
|
Exec=/usr/local/bin/SlideController
|
||||||
Terminal=false
|
Terminal=false
|
||||||
X-MultipleArgs=false
|
X-MultipleArgs=false
|
||||||
Icon=net.drinkingtea.sc9k
|
Icon=net.drinkingtea.sc9k
|
||||||
|
Reference in New Issue
Block a user