automatically deploy via a release by pushing a tag. Now I realize that deploying a Pyside6 application is more complicated than expected and could not find projects on Github which can be used as reference. I do this in my spare time and hopefully I'm not the firstone in this world ...
QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); QApplication a(argc, argv); qDebug() << "Sapphire Startup"; SMenu::initSysCommands(); pir = new IconReader; pir->scanForDefault(); static QSharedMemory *shareMem = new QSharedMemory("Sapphire"); //创建“SingleApp”的共享内存...
Not really, Ubuntu has a very ancient version, it's a distro that updates once in two years. Not to mention that debian almost always doesn't have latest version of Telegram in unstable, so Ubuntu has old version of tdesktop even at the time of feature freeze. ...
Telegram-Desktop is visible for a very short time (would say less than one second) and then crashes. But I'm not seeing any assertion failures (probably because I didn't compile it as debug version). If I run telegram-desktop -testmode it doesn't crash (I assume either because the ch...
Another issue is compatibility with dark GTK theme. When using dark theme, only application's title bar that gets affected by the dark theme, the rests are not affected. Member davvid commented Dec 29, 2017 Regarding the dark theme. you can set git config --global cola.icontheme dark an...
/* Require a shortcut with matching AUMI, create if missing, modify if not matching. This is the default. */ SHORTCUT_POLICY_REQUIRE_CREATE = 2, }; WinToast(void); virtual ~WinToast(); static WinToast* instance(); static bool isCompatible(); static bool isSupportingModernFeatures(); ...