2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 07:25:46 +00:00

styles gen tab fixed, linux nautilus changed to xdg-open, source for 0.8.25.dev version

This commit is contained in:
John Preston
2015-06-15 20:30:02 +03:00
parent 84c2a33c18
commit 9fee0ace4c
2 changed files with 2 additions and 2 deletions

View File

@@ -1101,7 +1101,7 @@ void psOpenFile(const QString &name, bool openWith) {
void psShowInFolder(const QString &name) {
App::wnd()->layerHidden();
system((qsl("nautilus ") + escapeShell(QFileInfo(name).absoluteDir().absolutePath())).toUtf8().constData());
system((qsl("xdg-open ") + escapeShell(QFileInfo(name).absoluteDir().absolutePath())).toUtf8().constData());
}
void psStart() {