GithubHelp home page GithubHelp logo

Comments (11)

slgobinath avatar slgobinath commented on August 22, 2024

Hi Andrew,

I couldn't reproduce this on my system (Ubuntu 16.10 in VM, Python 2.7.12+). Could you please share your system language and region?

Here is my system locale:

gobinath@gobinath-VirtualBox:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=en_US.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=

If possible, could you please share the output of the following Python script?

import locale
print locale.setlocale(locale.LC_ALL, '')

from safeeyes.

hotice avatar hotice commented on August 22, 2024

By the way, the latest SafeEyes doesn't work on either my system, there's simply no break screen. Edit: It works in some virtual machines while it fails to start in others, while using the same Ubuntu versions. So I'm not sure what's going on.

Here's what you requested:

andrei@andrei-desktop:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=en_GB.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION=en_GB.UTF-8
LC_ALL=

and:

andrei@andrei-desktop:~$ python
Python 2.7.12+ (default, Sep 17 2016, 12:08:02) 
[GCC 6.2.0 20160914] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import locale
>>> print locale.setlocale(locale.LC_ALL, '')
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=en_GB.UTF-8;LC_TIME=en_GB.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_GB.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=en_GB.UTF-8;LC_ADDRESS=en_GB.UTF-8;LC_TELEPHONE=en_GB.UTF-8;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=en_GB.UTF-8

from safeeyes.

hotice avatar hotice commented on August 22, 2024

By the way, the SafeEyes Indicator menu lists an item called "Disabled until restart" which doesn't make any sense since SafeEyes is not disabled:

image

from safeeyes.

slgobinath avatar slgobinath commented on August 22, 2024

That happens due to this bug. That is the default value for that menu. Since the time is not updated due to this bug, the default value is there.
One more help, please. I need the output of the following Python script.

Thanks in advance

import locale
locale.setlocale(locale.LC_ALL, '')
print locale.getlocale(locale.LC_TIME)

from safeeyes.

slgobinath avatar slgobinath commented on August 22, 2024

Hi @hotice & @orschiro,
I have released a new version 1.16 with the fix. Once it is available, please test the behavior and do let me know. Until your feedback, I leave this issue open.

Thank you very much for your support.

from safeeyes.

orschiro avatar orschiro commented on August 22, 2024

Thanks!

Can you release an installable deb file?

from safeeyes.

slgobinath avatar slgobinath commented on August 22, 2024

@orschiro,
Done. It is available in Git Hub release and within few minutes it will be available in PPA (Already built and pending publication)

EDIT: Now it is available in PPA. Just update and upgrade apt.

from safeeyes.

orschiro avatar orschiro commented on August 22, 2024

Problem fixed! :-)

from safeeyes.

hotice avatar hotice commented on August 22, 2024

Fixed here as well, closing this. Thanks for the quick fix!

from safeeyes.

slgobinath avatar slgobinath commented on August 22, 2024

Thank you very much for your support :-)

from safeeyes.

tommyip avatar tommyip commented on August 22, 2024

I am getting the "Disabled until restart" message and no breaks are triggered.

(Linux Mint 19, SafeEyes v2.0.8)

from safeeyes.

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.