Alex V. Povar
Alex V. Povar
Will this help? https://visionmedia.github.io/superagent/#progress-tracking
Well, for those who are interested, this is what happens: - `lerna version` check if remote branch exists: https://github.com/lerna/lerna/blob/main/commands/version/index.js#L127 - it simply runs `git show-ref --verify refs/remotes//` here https://github.com/lerna/lerna/blob/main/commands/version/lib/remote-branch-exists.js#L19 I'm...
А как быть с тем, если я из сети выпал на сутки? Всё, больше не увижу статью? У нотифая же вроде время жизни есть.
@olav-st let me know which data you need exactly or how to obtain it. Default output is very short :) . This is what happened when using `screencloud` in terminal:...
Same issue with fullscreen. `ldd` output: ``` wert@laptop:~$ ldd /usr/bin/screencloud linux-vdso.so.1 => (0x00007ffc88541000) libQt5Xml.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5 (0x00007fc59911e000) libQt5Multimedia.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Multimedia.so.5 (0x00007fc599038000) libQt5X11Extras.so.5 => /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5 (0x00007fc599032000) libquazip5.so.1 => /usr/lib/x86_64-linux-gnu/libquazip5.so.1 (0x00007fc598e02000) libPythonQt.so.1...
Done! ``` Thread 1 "screencloud" received signal SIGSEGV, Segmentation fault. 0x00000000004b567b in SystemTrayIcon::saveScreenshot(QString, QString) () (gdb) backtrace #0 0x00000000004b567b in SystemTrayIcon::saveScreenshot(QString, QString) () #1 0x00000000004b614f in SystemTrayIcon::captureSelection(QRect&, QPixmap&) () #2...
Oh. Clipboard works. Maybe this will help, but with there is an issue with dropbox plugin too. Here is an error text which appears in modal window when I'm trying...
This very strange. I just add dropbox uploader (it not crushes, but it cannot initialize itself. Check previous message for details). Then removed dropbox uploader. And it start working now!...
Is there any way to check that? I made: 1. `sudo apt remove screencloud` 2. replace repo url in `/etc/apt/...` 3. `sudo apt update` 4. `sudo apt install screencloud`
@lots0logs Looks like I saw that before. This is what helps for me: 1. `sudo apt remove screencloud` 2. `sudo apt install screencloud` 3. run `screencloud` 4. delete all plugins:...