Search Criteria
Package Details: screencloud 1.5.3-1
Git Clone URL: | https://aur.archlinux.org/screencloud.git (read-only, click to copy) |
---|---|
Package Base: | screencloud |
Description: | An easy to use screenshot sharing application |
Upstream URL: | https://github.com/olav-st/screencloud/ |
Licenses: | |
Submitter: | lybin |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 42 |
Popularity: | 0.041839 |
First Submitted: | 2012-09-24 12:40 |
Last Updated: | 2020-10-28 22:24 |
Dependencies (14)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libx11 (libx11-git, libx11-threadsafe)
- python (python-dbg)
- pythonqt (pythonqt-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-multimedia (qt5-multimedia-git)
- qt5-x11extras (qt5-x11extras-git)
- quazip
- cmake (cmake-git) (make)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened) (make)
- qt5-svg (qt5-svg-git) (make)
- qt5-tools (qt5-tools-git) (make)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git) (make)
- python-ssh2 (optional) – for SFTP support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
bcc commented on 2016-12-07 12:20
on latest Arch update, QT5 broke screencloud. I had to reinstall screecloud, make sure pythonqt installed properly (it was breaking for me), then rm -rf ~/.local/share/screencloud, reinstalled imgur plugin and it worked again
lybin commented on 2016-11-17 16:22
Hi, looks like a bugs in screencloud plugins. May be someone will have time to open issue in github: https://github.com/olav-st/screencloud-plugins I'm so busy, sorry, I solved this problem using script(shell plugin), which upload by sftp screenshots: https://gist.github.com/llybin/73502a930808e368c6de27c7f1fdce1d
xgdgsc commented on 2016-11-17 07:36
I encountered a crash when installing the local file plugin with this package. And solved it by replacing the old quazip-qt4 with quazip and rebuild screencloud. Just note here in case anyone else also get hit.
tate commented on 2016-11-16 14:53
I've noticed problems with screencloud since the latest version of gnome started using wayland.
All of my screenshots are just black screens.
Anyone else experiencing this? Is there a way to get screencloud to not use Wayland?
[$] <> gnome-shell --version
GNOME Shell 3.22.2
[$] <> screencloud --version
[INFO] "ScreenCloud version 1.3.1 (Linux)"
schischa commented on 2016-11-02 13:23
@SunRed and all others who have problems with the sftp module:
The only solution I found for now is linking the crypto module directly in the sftp module. Make sure python-crypto is installed then as normal user:
cd /home/$your-user/.local/share/screencloud/ScreenCloud/plugins/sftp/modules/
ln -s /usr/lib/python3.5/site-packages/Crypto Crypto
Worked for me
AlfredoRamos commented on 2016-10-11 18:40
pythonqt-qt5 and pythonqt [1] were merged, I thought I had commented on the packages that needed the *-qt5 package but apparently I missed this one, sorry for that.
[1]: https://aur.archlinux.org/packages/pythonqt/
greyfade commented on 2016-10-10 23:44
@lybin: Dependency `pythonqt-qt5` doesn't exist, and cmake can't seem to find it when the equivalent `qt5-python27-git` is installed.
lybin commented on 2016-09-04 11:21
@SunRed, do you have idea how to fix it?
SunRed commented on 2016-09-04 11:10
I still have the same error posted below when using the sftp service / module.
AlfredoRamos commented on 2016-08-31 03:27
It doesn't provide "screencloud-git" but "screencloud", you should change that in your PKGBUILD.