[manjaro-dev] manjaro-dev Digest, Vol 19, Issue 23

Patrice Esclapion esclapion at gmail.com
Sun Oct 25 12:31:11 CET 2015


In pacman-mirrorlist, the test on python3.4 must be changed for python3.5
(lines 97 and 149).

2015-10-25 12:00 GMT+01:00 <manjaro-dev-request at manjaro.org>:

> Send manjaro-dev mailing list submissions to
>         manjaro-dev at manjaro.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.manjaro.org/mailman/listinfo/manjaro-dev
> or, via email, send a message with subject or body 'help' to
>         manjaro-dev-request at manjaro.org
>
> You can reach the person managing the list at
>         manjaro-dev-owner at manjaro.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of manjaro-dev digest..."
>
>
> Today's Topics:
>
>    1.  Budgie V8.3 (Stefano Capitani)
>    2.  cinnamon , cinnamon-settings dont start (ringo de kroon)
>    3.  Also CATfish is bugged. (ringo de kroon)
>    4. Re:  Budgie V8.3 (Philip M?ller)
>    5.  [python issue] pacman-mirrors -i decapriated ? (ringo de kroon)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 24 Oct 2015 20:02:39 +0200
> From: Stefano Capitani <capitani74 at gmail.com>
> To: manjaro-dev at manjaro.org
> Subject: [manjaro-dev] Budgie V8.3
> Message-ID:
>         <
> CAD_2_gLdTf_XcuTyA+gnykVLAXLMzEdAfdFuov96SefSMmc15w at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> No idea if double post , sorry
>
> Hi Philip , have a great notice for our community .. talk whit ikey doherty
> around budgie desktop , v 8.2 is broken with gt 3.18 , yesterday ask at
> bernhard to update a pkg at last commit on git ( this work ) but now ikey
> respond me with this link :
>
> https://github.com/solus-project/budgie-desktop/releases/tag/v8.3
>
> is a good man .. can you or other packager upoload this .
>
> Greetings
> Stefano
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.manjaro.org/pipermail/manjaro-dev/attachments/20151024/9337958d/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Sun, 25 Oct 2015 01:16:55 +0200
> From: ringo de kroon <ringodekroon at gmail.com>
> To: manjaro-dev at manjaro.org
> Subject: [manjaro-dev] cinnamon , cinnamon-settings dont start
> Message-ID: <562C1167.5020009 at gmail.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> hi
>
> cinnamon-settings dont start since today update ..
>
> reinstalled gdk-pixbuf also add the lib32 , pyhton-gobject reinstall
> nothing mmmm
>
>
> [ringo at Konoha Desktop]$ cinnamon-settings
> /usr/lib/cinnamon-settings/cinnamon-settings.py:12: PyGIWarning: Gtk was
> imported without specifying a version first. Use
> gi.require_version('Gtk', '3.0') before import to ensure that the right
> version gets loaded.
>    from gi.repository import Gio, Gtk, GObject, GdkPixbuf, GLib, Pango,
> Gdk, cairo
> /usr/lib/cinnamon-settings/modules/cs_notifications.py:4: PyGIWarning:
> Notify was imported without specifying a version first. Use
> gi.require_version('Notify', '0.7') before import to ensure that the
> right version gets loaded.
>    from gi.repository import GObject, Notify
> /usr/lib/cinnamon-settings/modules/cs_power.py:4: PyGIWarning:
> CinnamonDesktop was imported without specifying a version first. Use
> gi.require_version('CinnamonDesktop', '3.0') before import to ensure
> that the right version gets loaded.
>    from gi.repository import CinnamonDesktop, Gdk, UPowerGlib
> /usr/lib/cinnamon-settings/modules/cs_power.py:4: PyGIWarning:
> UPowerGlib was imported without specifying a version first. Use
> gi.require_version('UPowerGlib', '1.0') before import to ensure that the
> right version gets loaded.
>    from gi.repository import CinnamonDesktop, Gdk, UPowerGlib
> /usr/lib/cinnamon-settings/modules/cs_user.py:4: PyGIWarning:
> AccountsService was imported without specifying a version first. Use
> gi.require_version('AccountsService', '1.0') before import to ensure
> that the right version gets loaded.
>    from gi.repository import AccountsService, GLib
> Traceback (most recent call last):
>    File "/usr/lib/cinnamon-settings/cinnamon-settings.py", line 38, in
> <module>
>      modules = map(__import__, mod_files)
>    File "/usr/lib/cinnamon-settings/modules/cs_user.py", line 9, in
> <module>
>      import pexpect
>    File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 75,
> in <module>
>      from .pty_spawn import spawn, spawnu
>    File "/usr/lib/python2.7/site-packages/pexpect/pty_spawn.py", line
> 11, in <module>
>      import ptyprocess
> ImportError: No module named ptyprocess
> [ringo at Konoha Desktop]$
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 25 Oct 2015 07:56:34 +0100
> From: ringo de kroon <ringodekroon at gmail.com>
> To: manjaro-dev at manjaro.org
> Subject: [manjaro-dev] Also CATfish is bugged.
> Message-ID: <562C7D22.6060700 at gmail.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> hi, besides cinnamon-settings is bugged. catfish also, installed xfce
> and removed cinnamon :)
>
> catfish from terminal :
>
> [ringo at Konoha ~]$ catfish
> sys:1: PyGIWarning: Gtk was imported without specifying a version first.
> Use gi.require_version('Gtk', '3.0') before import to ensure that the
> right version gets loaded.
> Traceback (most recent call last):
>    File "/usr/share/catfish/bin/catfish.py", line 43, in <module>
>      import catfish
>    File "/usr/share/catfish/catfish/__init__.py", line 25, in <module>
>      from catfish import CatfishWindow
>    File "/usr/share/catfish/catfish/CatfishWindow.py", line 30, in <module>
>      import pexpect
>    File "/usr/lib/python3.5/site-packages/pexpect/__init__.py", line 75,
> in <module>
>      from .pty_spawn import spawn, spawnu
>    File "/usr/lib/python3.5/site-packages/pexpect/pty_spawn.py", line
> 11, in <module>
>      import ptyprocess
> ImportError: No module named 'ptyprocess'
> [ringo at Konoha ~]$
>
>
> looks te same as cinnamon issue , ptyprocess
>
>
>
> ------------------------------
>
> Message: 4
> Date: Sun, 25 Oct 2015 11:09:34 +0100
> From: Philip M?ller <philm at manjaro.org>
> To: manjaro-dev at manjaro.org
> Subject: Re: [manjaro-dev] Budgie V8.3
> Message-ID: <562CAA5E.3070107 at manjaro.org>
> Content-Type: text/plain; charset=windows-1252
>
> Am 24.10.2015 um 20:02 schrieb Stefano Capitani:
> > No idea if double post , sorry
> >
> > Hi Philip , have a great notice for our community .. talk whit ikey
> doherty
> > around budgie desktop , v 8.2 is broken with gt 3.18 , yesterday ask at
> > bernhard to update a pkg at last commit on git ( this work ) but now ikey
> > respond me with this link :
> >
>
> It is now in our testing and unstable branch for testing.
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sun, 25 Oct 2015 11:37:34 +0100
> From: ringo de kroon <ringodekroon at gmail.com>
> To: manjaro-dev at manjaro.org
> Subject: [manjaro-dev] [python issue] pacman-mirrors -i decapriated ?
> Message-ID: <562CB0EE.9040203 at gmail.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> hmmm...
>
> see no pacman-mirrors -i anymore in real system and virtualbox...update
> of today python-gobject seems not to work on cat-fish.... stil the same.
>
>
> ------------------------------
>
> _______________________________________________
> manjaro-dev mailing list
> manjaro-dev at manjaro.org
> http://lists.manjaro.org/mailman/listinfo/manjaro-dev
>
>
> End of manjaro-dev Digest, Vol 19, Issue 23
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.manjaro.org/pipermail/manjaro-dev/attachments/20151025/fa047cbb/attachment.html>


More information about the manjaro-dev mailing list