Giter VIP home page Giter VIP logo

Comments (21)

olav-st avatar olav-st commented on July 29, 2024

Do you have libqt4-svg installed?

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

Le 01/03/2014 16:17, olav-st a écrit :

Do you have |libqt4-svg| installed?


Reply to this email directly or view it on GitHub
#41 (comment).

Yes I do

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

What output do you get if you run it from the terminal?
/opt/screencloud/screencloud.sh

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

This is what it says :

Using bundled icon: ":/systray/trayicon_gray.svg"
There is a new verision available ( "1.1.3" )

(screencloud:30779): Gtk-WARNING **: Theme file for default has no
directories

Le 18/03/2014 22:37, olav-st a écrit :

What output do you get if you run it from the terminal?
|/opt/screencloud/screencloud.sh|


Reply to this email directly or view it on GitHub
#41 (comment).

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

I updated with the last version.
Now it says :
[INFO] "Loaded 1 plugin(s)"
[INFO] "Using bundled icon: :/systray/trayicon-gray.svg"
But Ubuntu also tells me that screencloud has crashed with the error log
inattachement

Le 18/03/2014 22:37, olav-st a écrit :

What output do you get if you run it from the terminal?
|/opt/screencloud/screencloud.sh|


Reply to this email directly or view it on GitHub
#41 (comment).

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

But Ubuntu also tells me that screencloud has crashed with the error log inattachement

Can you paste this log here?

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

Sure, but do you know how I can copy paste it ? The error log dialog box
won't let me copy it's content. That's why I made a screenshot. I
understand that text is better though, so if you know how I can copy it,
I'll gladly do it

Le 20/03/2014 10:27, olav-st a écrit :

But Ubuntu also tells me that screencloud has crashed with the
error log inattachement

Can you paste this log here?


Reply to this email directly or view it on GitHub
#41 (comment).

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

If you can't copy it, take a screenshot and paste the link here. Attachments don't show up on GitHub.

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

Here it is :
http://pix.toile-libre.org/upload/original/1395312384.jpg

Le 20/03/2014 11:10, olav-st a écrit :

If you can't copy it, take a screenshot and paste the link here.
Attachments don't show up on GitHub.


Reply to this email directly or view it on GitHub
#41 (comment).

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

Strange, looks like you don't have the sys module. Is python2.7 and libpython2.7-stdlib installed?

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

Yes I have both

Le 20/03/2014 11:52, olav-st a écrit :

Strange, looks like you don't have the |sys| module. Is |python2.7|
and |libpython2.7-stdlib| installed?


Reply to this email directly or view it on GitHub
#41 (comment).

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

Weird, I'll set up Ubuntu 13.10 in a Virutal Machine and see if I get the same problem.

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

Ok, here is the output for whereis python
python: /usr/bin/python /usr/bin/python2.7 /usr/bin/python3.3m
/usr/bin/python3.3 /etc/python /etc/python2.7 /etc/python3.3
/usr/lib/python2.7 /usr/lib/python3.3 /usr/bin/X11/python
/usr/bin/X11/python2.7 /usr/bin/X11/python3.3m /usr/bin/X11/python3.3
/usr/local/lib/python2.7 /usr/local/lib/python3.3 /usr/include/python2.7
/usr/share/python /usr/share/man/man1/python.1.gz
Maybe the fact that I also have 3.3 creates a problem

Le 20/03/2014 15:02, olav-st a écrit :

Weird, I'll set up Ubuntu 13.10 in a Virutal Machine and see if I get
the same problem.


Reply to this email directly or view it on GitHub
#41 (comment).

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

I was able to reproduce the issue in 13.10. 34dd70f should fix the problem. I'll release it with version 1.1.4 soon.

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

Awesome. Thank you very much !

Le jeu. 20 mars 2014 at 19:47, olav-st [email protected] a
écrit :

I was able to reproduce the issue in 13.10. 34dd70f should fix the
problem. I'll release it with version 1.1.4 soon.


Reply to this email directly or view it on GitHub.

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

1.1.4 is available. Is the error fixed in this version?

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

Thanks it doesn't crash anymore, but the icon doesn't appear in systray

Le 23/03/2014 15:13, olav-st a écrit :

|1.1.4| is available. Is the error fixed in this version?


Reply to this email directly or view it on GitHub
#41 (comment).

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

Thanks it doesn't crash anymore, but the icon still doesn't appear in
systray

Le 23/03/2014 15:13, olav-st a écrit :

|1.1.4| is available. Is the error fixed in this version?


Reply to this email directly or view it on GitHub
#41 (comment).

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

Not sure why it's not showing up. Is sni-qt installed on your system?

from screencloud.

hnovaway avatar hnovaway commented on July 29, 2024

That was it ! Thank you very much, you're boss :)

Le 24/03/2014 18:28, olav-st a écrit :

Not sure why it's not showing up. Is |sni-qt| installed on your system?


Reply to this email directly or view it on GitHub
#41 (comment).

from screencloud.

olav-st avatar olav-st commented on July 29, 2024

I've added sni-qt to the recommended dependencies with 0f16b6c

from screencloud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.