Lazaros Vaitsoudis ρώτησε πριν 9 έτη

Καλησπέρα, έχω εδώ και λίγο καιρό τα Ubuntu 14.10 και έχω περάσει το viber... Το πρόβλημα μου είναι ότι όταν τρέχει η εφαρμογή αριστερά πάνω στην γωνία εμφανίζεται το εικονίδιο και είναι σπαστικό γιατί μου κρύβει το κουμπί (κλείσιμο των εφαρμογών) και πρέπει να κάνω πάντα ελαχιστοποίηση για να κλείσω μια εφαρμογή... Υπάρχει κάποιος τρόπος να φύγει από εκεί ;

5 Απαντήσεις

Άγγελος Κυρίτσης Staff απάντησε πριν 9 έτη

Καλησπέρα Λάζαρε,

Άνοιξε ένα τερματικό και γράψε με τη σειρά αυτές τις εντολές:

sudo apt-add-repository ppa:gurgn/systray-utopic
sudo apt-get update && sudo apt-get -y dist-upgrade

Αφού ολοκληρωθούν, κάνε επανεκκίνηση και θα είναι εντάξει.

Lazaros Vaitsoudis απάντησε πριν 9 έτη

Έχω δοκιμάσει αυτές τις εντολές:

sudo apt-add-repository ppa:gurqn/systray-trusty
sudo apt-get update
sudo apt-get upgrade

Αλλά και πάλι δεν έγινε τίποτα.
Αυτές οι εντολές μου που έδωσες εσύ μου βγάζει κάποιο πρόβλημα...

Άγγελος Κυρίτσης Staff απάντησε πριν 9 έτη

To 14.10 είναι το Utopic Unicorn, δεν πρόκειται να λειτουργήσει το systray-trusty.

Τι πρόβλημα σου βγάζει? Έτρεξα τις εντολές στο δικό μου υπολογιστή και μου λειτούργησε κανονικά.

Lazaros Vaitsoudis απάντησε πριν 9 έτη

sudo apt-add-repository ppa:gurgn/systray-utopic
[sudo] password for vaits:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 101, in _get_https_content_py3
lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.4/urllib/request.py", line 461, in open
response = meth(req, response)
File "/usr/lib/python3.4/urllib/request.py", line 571, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.4/urllib/request.py", line 499, in error
return self._call_chain(*args)
File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain
result = func(*args)
File "/usr/lib/python3.4/urllib/request.py", line 579, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 321, in get_ppa_info
ret = get_ppa_info_from_lp(user, ppa)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 91, in get_ppa_info_from_lp
return get_info_from_lp(lp_url)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 87, in get_info_from_lp
return _get_https_content_py3(lp_url)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 107, in _get_https_content_py3
raise PPAException("Error reading %s: %s" % (lp_url, reason), e)
softwareproperties.ppa.PPAException: 'Error reading https://launchpad.net/api/1.0/~gurgn/+archive/ubuntu/systray-utopic: Not Found'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 101, in _get_https_content_py3
lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
File "/usr/lib/python3.4/urllib/request.py", line 153, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.4/urllib/request.py", line 461, in open
response = meth(req, response)
File "/usr/lib/python3.4/urllib/request.py", line 571, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.4/urllib/request.py", line 499, in error
return self._call_chain(*args)
File "/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain
result = func(*args)
File "/usr/lib/python3.4/urllib/request.py", line 579, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/apt-add-repository", line 119, in
shortcut = shortcut_handler(line)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 839, in shortcut_handler
ret = factory(shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 382, in shortcut_handler
return PPAShortcutHandler(shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 346, in __init__
info = get_ppa_info(self.shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 333, in get_ppa_info
_get_suggested_ppa_message(user, ppa))
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 292, in _get_suggested_ppa_message
lp_user = get_info_from_lp(LAUNCHPAD_USER_API % user)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 87, in get_info_from_lp
return _get_https_content_py3(lp_url)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 107, in _get_https_content_py3
raise PPAException("Error reading %s: %s" % (lp_url, reason), e)
softwareproperties.ppa.PPAException: 'Error reading https://launchpad.net/api/1.0/~gurgn: Not Found'

Άγγελος Κυρίτσης Staff απάντησε πριν 9 έτη

Για δοκίμασε αυτό

sudo rm -rf /usr/share/ca-certificates
sudo apt-get --reinstall install ca-certificates

Ύστερα δοκίμασε να ξαναπεράσεις το repository.