/dports/security/keybase/client-v5.7.1/shared/desktop/ |
H A D | package.desktop.tsx | 12 const desktopPath = (...args) => path.join(__dirname, ...args) 16 const srcRoot = desktopPath(src) 17 const dstRoot = desktopPath(target) 31 fs.copySync(desktopPath(src), desktopPath(target), {...options, dereference: true}) 54 dir: desktopPath('./build'), 101 del.sync(desktopPath('dist')) 102 del.sync(desktopPath('build')) 107 fs.removeSync(desktopPath('build/images/folders')) 108 fs.removeSync(desktopPath('build/images/iconfont')) 109 fs.removeSync(desktopPath('build/images/mock')) [all …]
|
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kioslave/desktop/ |
H A D | kio_desktop.cpp | 64 QString desktopPath = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation); in checkLocalInstall() local 66 const QDir desktopDir(desktopPath); in checkLocalInstall() 71 ::mkdir(QFile::encodeName(desktopPath), S_IRWXU); in checkLocalInstall() 78 …GenericDataLocation, QStringLiteral("kio_desktop/directory.desktop")), desktopPath + "/.directory"… in checkLocalInstall() 95 QFile::copy(fullPath, QStringLiteral("%1/%2").arg(desktopPath, link)); in checkLocalInstall() 111 const QString desktopPath = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation); in rewriteUrl() local 112 newUrl.setPath(desktopPath + oldPath); in rewriteUrl() 237 const QString desktopPath = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation); in fileSystemFreeSpace() 238 QStorageInfo storageInfo{desktopPath}; in fileSystemFreeSpace() 244 error(KIO::ERR_CANNOT_STAT, desktopPath); in fileSystemFreeSpace()
|
/dports/sysutils/plasma5-kde-cli-tools/kde-cli-tools-5.23.5/keditfiletype/ |
H A D | kservicelistwidget.cpp | 32 , desktopPath(pService->entryPath()) in KServiceListItem() 43 …itableLocation(QStandardPaths::GenericDataLocation) + QStringLiteral("/kservices5/") + desktopPath; in KServiceListItem() 251 …if (static_cast<KServiceListItem *>(servicesLB->item(index))->desktopPath == service->entryPath())… in addService() 285 const QString desktopPath = selItem->desktopPath; in editService() local 287 KService::Ptr service = KService::serviceByDesktopPath(desktopPath); in editService() 312 service = KService::serviceByDesktopPath(desktopPath); in editService() 323 …if (static_cast<KServiceListItem *>(servicesLB->item(index))->desktopPath == service->entryPath())… in editService()
|
H A D | kservicelistwidget.h | 26 QString desktopPath; variable
|
H A D | kserviceselectdlg.cpp | 59 return KService::serviceByDesktopPath(selItem->desktopPath); in service()
|
/dports/devel/kf5-kservice/kservice-5.89.0/tests/ |
H A D | findservice.cpp | 30 …QCommandLineOption desktopPath(QStringList() << QStringLiteral("p") << QStringLiteral("desktop-pat… in main() local 32 parser.addOption(desktopPath); in main() 52 } else if (parser.isSet(desktopPath)) { in main()
|
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/autostart/ |
H A D | autostartmodel.cpp | 196 QString desktopPath; in addApplication() local 203 desktopPath = m_xdgAutoStartPath.filePath(service->name() + QStringLiteral(".desktop")); in addApplication() 205 KDesktopFile desktopFile(desktopPath); in addApplication() 216 desktopPath = m_xdgAutoStartPath.filePath(service->storageId()); in addApplication() 218 QFile::remove(desktopPath); in addApplication() 222 auto newDeskTopFile = desktopFile.copyTo(desktopPath); in addApplication() 231 desktopPath, in addApplication()
|
/dports/games/palapeli/palapeli-21.12.3/src/file-io/ |
H A D | collection.cpp | 120 const QString desktopPath = readPseudoUrl(baseDesktopPath, false); in Collection() local 122 …if (!path.isEmpty() && (desktopPath.isEmpty() || QFileInfo(path).lastModified() >= QFileInfo(deskt… in Collection() 129 if (desktopPath.isEmpty()) in Collection() 132 …Palapeli::Puzzle* puzzle = new Palapeli::Puzzle(new Palapeli::RetailStorageComponent(desktopPath),… in Collection()
|
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/config/ |
H A D | khelpclient.cpp | 54 const QString desktopPath(it.next()); in invokeHelp() local 55 KDesktopFile desktopFile(desktopPath); in invokeHelp()
|
/dports/x11-toolkits/kf5-kconfigwidgets/kconfigwidgets-5.89.0/src/ |
H A D | khelpclient.cpp | 39 const QString desktopPath(it.next()); in invokeHelp() local 40 KDesktopFile desktopFile(desktopPath); in invokeHelp()
|
/dports/deskutils/libcprime/libcprime-a5d026eb116d714d1d5312210f914d0a0d4adb2d/cprime/ |
H A D | systemxdg.cpp | 194 QString desktopPath; in desktopForName() local 197 desktopPath = appDirStr + "/" + desktopName; in desktopForName() 202 return DesktopFile( desktopPath ); in desktopForName()
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/unix/ |
H A D | mimetype.cpp | 637 wxString desktopPath = dirs[j]; in Initialize() 638 if (desktopPath.Last() != '/') desktopPath += '/'; in Initialize() 639 desktopPath += "applications/"; in Initialize() 640 desktopPath += desktopFile; in Initialize() 642 if (wxFileExists(desktopPath)) in Initialize() 643 LoadXDGApp(desktopPath); in Initialize()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/unix/ |
H A D | mimetype.cpp | 618 wxString desktopPath = dirs[j]; in Initialize() 619 if (desktopPath.Last() != '/') desktopPath += '/'; in Initialize() 620 desktopPath += "applications/"; in Initialize() 621 desktopPath += desktopFile; in Initialize() 623 if (wxFileExists(desktopPath)) in Initialize() 624 LoadXDGApp(desktopPath); in Initialize()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/unix/ |
H A D | mimetype.cpp | 618 wxString desktopPath = dirs[j]; in Initialize() 619 if (desktopPath.Last() != '/') desktopPath += '/'; in Initialize() 620 desktopPath += "applications/"; in Initialize() 621 desktopPath += desktopFile; in Initialize() 623 if (wxFileExists(desktopPath)) in Initialize() 624 LoadXDGApp(desktopPath); in Initialize()
|
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/ |
H A D | toonzfolders.cpp | 23 QString desktopPath = in getDesktopPath() local 25 return TFilePath(desktopPath); in getDesktopPath()
|
/dports/devel/upp/upp/bazaar/Updater/ |
H A D | Windows.cpp | 186 String desktopPath = GetShellFolder("Desktop", HKEY_CURRENT_USER); in ShellLink() local 187 CreateShellLink(exePath, AppendFileName(desktopPath, linkName), comment, iconPath); in ShellLink()
|
/dports/devel/kf5-kio/kio-5.89.0/autotests/ |
H A D | dropjobtest.cpp | 135 const QString desktopPath = m_srcDir + "/target.desktop"; in shouldDropToDesktopFile() local 136 KDesktopFile desktopFile(desktopPath); in shouldDropToDesktopFile() 146 QFile file(desktopPath); in shouldDropToDesktopFile() 150 QUrl destUrl = QUrl::fromLocalFile(desktopPath); in shouldDropToDesktopFile() 162 QVERIFY(QFile::remove(desktopPath)); in shouldDropToDesktopFile()
|
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/taskmanager/plugin/ |
H A D | backend.cpp | 436 const QString desktopPath = action->property("entryPath").toUrl().toLocalFile(); in handleRecentDocumentAction() local 439 if (desktopPath.isEmpty() || resource.isEmpty()) { in handleRecentDocumentAction() 447 KService::Ptr service = KService::serviceByDesktopPath(desktopPath); in handleRecentDocumentAction()
|
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/ |
H A D | kglobalsettings.h | 199 static KDELIBS4SUPPORT_DEPRECATED QString desktopPath();
|
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/xfce-integration/src/ |
H A D | applet-thunar-vfs.c | 1265 gchar *desktopPath = NULL; in vfs_backend_get_desktop_path() local 1269 desktopPath = g_strdup_printf("%s/%s", home, "Desktop"); in vfs_backend_get_desktop_path() 1272 return desktopPath; in vfs_backend_get_desktop_path()
|
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/ |
H A D | juce_win32_FileChooser.cpp | 194 std::unique_ptr<WCHAR, FreeLPWSTR> desktopPath (ptr); in showDialog() local 199 … if (FAILED (SHParseDisplayName (desktopPath.get(), nullptr, &pidl, SFGAO_FOLDER, nullptr))) in showDialog()
|
/dports/games/granatier/granatier-21.12.3/src/ |
H A D | gamescene.cpp | 60 const QString desktopPath = player->getDesktopFilePath(); in GameScene() local 61 KgTheme* theme = new KgTheme(desktopPath.toUtf8()); in GameScene() 62 theme->readFromDesktopFile(desktopPath); in GameScene()
|
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/ |
H A D | MSWindowsScreen.cpp | 150 char desktopPath[MAX_PATH]; in MSWindowsScreen() local 151 if (SUCCEEDED(SHGetFolderPath(NULL, CSIDL_DESKTOP, NULL, 0, desktopPath))) { in MSWindowsScreen() 152 m_desktopPath = std::string(desktopPath); in MSWindowsScreen()
|
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/platform/ |
H A D | MSWindowsScreen.cpp | 157 char desktopPath[MAX_PATH]; in MSWindowsScreen() local 158 if (SUCCEEDED(SHGetFolderPath(NULL, CSIDL_DESKTOP, NULL, 0, desktopPath))) { in MSWindowsScreen() 159 m_desktopPath = String(desktopPath); in MSWindowsScreen()
|
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/unix/ |
H A D | mimetype.cpp | 1630 … wxString desktopPath(dirs[j] + wxT("/applications/") + desktopFile); in Initialize() local 1631 if (wxFileExists(desktopPath)) in Initialize() 1633 LoadKDEApp(desktopPath); in Initialize()
|