GoldenDict-ng is a feature-rich dictionary lookup program, supporting multiple
@@ -26,8 +31,12 @@
https://xiaoyifang.github.io/goldendict-ng/
+ https://xiaoyifang.github.io/goldendict-ng/
+ https://github.com/xiaoyifang/goldendict-ng/issues
+ https://github.com/xiaoyifang/goldendict-ng/discussions
+ https://github.com/xiaoyifang/goldendict-ng
https://github.com/xiaoyifang/goldendict-ng
- org.xiaoyifang.GoldenDict_NG.desktop
+ io.github.xiayifang.goldendict_ng.desktop
org.goldendict_ng.desktop
diff --git a/src/ui/mainwindow.cc b/src/ui/mainwindow.cc
index a6cbeed3..aa89e204 100644
--- a/src/ui/mainwindow.cc
+++ b/src/ui/mainwindow.cc
@@ -3088,7 +3088,8 @@ void MainWindow::setAutostart( bool autostart )
if ( autostart == QFile::exists( destinationPath ) )
return; // Nothing to do.
if ( autostart ) {
- const QString sourcePath = Config::getProgramDataDir() + "../applications/org.xiaoyifang.GoldenDict_NG.desktop";
+ const QString sourcePath =
+ Config::getProgramDataDir() + "../applications/io.github.xiayifang.goldendict_ng.desktop";
QFile::copy( sourcePath, destinationPath );
}
else