ci: correct tar command for xz compression & fix typos (#11213)
This commit is contained in:
parent
fd0c1f2ab4
commit
5c8d675eed
45 changed files with 85 additions and 85 deletions
|
|
@ -149,7 +149,7 @@ static bool openSockets(std::array<CFileDescriptor, 2>& sockets, int display) {
|
|||
}
|
||||
#else
|
||||
if (*CREATEABSTRACTSOCKET) {
|
||||
Debug::log(WARN, "The abstract XWayland Unix domain socket might be used only on Linux systems. A regular one'll be created insted.");
|
||||
Debug::log(WARN, "The abstract XWayland Unix domain socket might be used only on Linux systems. A regular one'll be created instead.");
|
||||
}
|
||||
path = getSocketPath(display, false);
|
||||
strncpy(addr.sun_path, path.c_str(), path.length() + 1);
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ void CXDataSource::send(const std::string& mime, CFileDescriptor fd) {
|
|||
|
||||
xcb_flush(g_pXWayland->m_wm->getConnection());
|
||||
|
||||
//TODO: make CFileDescriptor setflags take SETFL aswell
|
||||
//TODO: make CFileDescriptor setflags take SETFL as well
|
||||
fcntl(fd.get(), F_SETFL, O_WRONLY | O_NONBLOCK);
|
||||
transfer->wlFD = std::move(fd);
|
||||
m_selection.transfers.emplace_back(std::move(transfer));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue