Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377929
Collapse All | Expand All

(-)src/MediaView.cpp (-1 / +1 lines)
Lines 347-353 Link Here
347
347
348
    QString tempDir = QDesktopServices::storageLocation(QDesktopServices::TempLocation);
348
    QString tempDir = QDesktopServices::storageLocation(QDesktopServices::TempLocation);
349
#ifdef Q_WS_X11
349
#ifdef Q_WS_X11
350
    QString tempFile = tempDir + "/minitube-" + getenv("USERNAME") + ".mp4";
350
    QString tempFile = tempDir + "/minitube-" + getenv("USER") + ".mp4";
351
#else
351
#else
352
    QString tempFile = tempDir + "/minitube.mp4";
352
    QString tempFile = tempDir + "/minitube.mp4";
353
#endif
353
#endif

Return to bug 377929