Re: [arch-general] libreoffice not work

2015-10-12 Thread Gaetan Bisson
[2015-10-12 22:53:47 -0500] Yaro Kasear:
> It seems like bad form to enable unstable features for a package in
> [extra]. Shouldn't it be set to enable the GTK2 VCL by default?

I'd normally agree but seeing as every line is commented out in our
shipped libreoffice-fresh.sh it appears GTK3 VCL is an upstream default.

Cheers.

-- 
Gaetan


Re: [arch-general] libreoffice not work

2015-10-12 Thread Doug Newgard
On Tue, 13 Oct 2015 11:39:16 +0800
mudongliang  wrote:

> On 10/13/2015 11:29 AM, mudongliang wrote:
> > $ libreoffice
> >
> > (soffice:4385): GLib-GObject-CRITICAL **: g_value_set_boxed: assertion 
> > 'G_VALUE_HOLDS_BOXED (value)' failed
> >
> > (soffice:4385): GLib-GObject-WARNING **: gtype.c:4268: type id '0' is 
> > invalid
> >
> > (soffice:4385): GLib-GObject-WARNING **: can't peek value table for 
> > type '' which is not currently referenced
> > Application Error
> >
> > $ libreoffice --version
> > LibreOffice 5.0.2.2 00m0(Build:2)
> >
> > $ pacman -Ss libreoffice | grep installed
> > extra/libcdr 0.1.1-2 [installed]
> > extra/libreoffice-fresh 5.0.2-3 [installed]
> >
> > version not matchs here.
> > There are no enough error tips. Does anyone know how to fix this problem?  
> A moment ago , I find a solution: 
> https://bbs.archlinuxcn.org/viewtopic.php?id=3761
> The above url has a simple solution.
> You should export an environment variable.
> 
> |export SAL_USE_VCLPLUGIN=gtk|
> 
> Can I get an automatic solution? Set it to .xinitrc or other file?
> 
> Who can detail it? Thanks in advance.
>  - mudongliang
> > - mudongliang
> >

You could try paying attention to what pacman told you when you upgraded.


Re: [arch-general] libreoffice not work

2015-10-12 Thread Yaro Kasear

It seems like bad form to enable unstable features for a package in
[extra]. Shouldn't it be set to enable the GTK2 VCL by default?

Yaro

On Tue, 2015-10-13 at 11:51 +0800, mudongliang wrote:
> 
> On 10/13/2015 11:38 AM, Jens Adam wrote:
> > Tue, 13 Oct 2015 11:29:18 +0800
> > mudongliang :
> > 
> > > $ libreoffice
> > Have you read the note from the last update?
> > https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h
> > =packages/libreoffice-
> > fresh&id=dad0330304d72dcc0cb01b209dad0e83308bfdc0
> I have seen this url, it's great tip. I have uncommented the gtk2 in 
> /etc/profile.d/libreoffice-fresh.sh.
> 
> #export SAL_USE_VCLPLUGIN=gen
> #export SAL_USE_VCLPLUGIN=kde4
> export SAL_USE_VCLPLUGIN=gtk
> #export SAL_USE_VCLPLUGIN=gtk3
> 
> Is this right?
> > 
> > > version not matchs here.
> > What?
> > 
> > > There are no enough error tips
> > The forum is full of libreoffice threads:
> > https://bbs.archlinux.org/search.php?action=search&keywords=libreof
> > fice&author=&search_in=-1&sort_by=0&sort_dir=DESC&show_as=topics
> I don't frequently go to the forum, only subscribe the mailing list. 
> Maybe I should go there often.
> Thanks.
> 
>   - mudongliang
> > 
> > --byte
> > 
> > 
> > 
> > 


Re: [arch-general] libreoffice not work

2015-10-12 Thread mudongliang



On 10/13/2015 11:38 AM, Jens Adam wrote:

Tue, 13 Oct 2015 11:29:18 +0800
mudongliang :


$ libreoffice

Have you read the note from the last update?
https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/libreoffice-fresh&id=dad0330304d72dcc0cb01b209dad0e83308bfdc0
I have seen this url, it's great tip. I have uncommented the gtk2 in 
/etc/profile.d/libreoffice-fresh.sh.


#export SAL_USE_VCLPLUGIN=gen
#export SAL_USE_VCLPLUGIN=kde4
export SAL_USE_VCLPLUGIN=gtk
#export SAL_USE_VCLPLUGIN=gtk3

Is this right?



version not matchs here.

What?


There are no enough error tips

The forum is full of libreoffice threads:
https://bbs.archlinux.org/search.php?action=search&keywords=libreoffice&author=&search_in=-1&sort_by=0&sort_dir=DESC&show_as=topics
I don't frequently go to the forum, only subscribe the mailing list. 
Maybe I should go there often.

Thanks.

 - mudongliang


--byte






Re: [arch-general] libreoffice not work

2015-10-12 Thread mudongliang



On 10/13/2015 11:29 AM, mudongliang wrote:

$ libreoffice

(soffice:4385): GLib-GObject-CRITICAL **: g_value_set_boxed: assertion 
'G_VALUE_HOLDS_BOXED (value)' failed


(soffice:4385): GLib-GObject-WARNING **: gtype.c:4268: type id '0' is 
invalid


(soffice:4385): GLib-GObject-WARNING **: can't peek value table for 
type '' which is not currently referenced

Application Error

$ libreoffice --version
LibreOffice 5.0.2.2 00m0(Build:2)

$ pacman -Ss libreoffice | grep installed
extra/libcdr 0.1.1-2 [installed]
extra/libreoffice-fresh 5.0.2-3 [installed]

version not matchs here.
There are no enough error tips. Does anyone know how to fix this problem?
A moment ago , I find a solution: 
https://bbs.archlinuxcn.org/viewtopic.php?id=3761

The above url has a simple solution.
You should export an environment variable.

|export SAL_USE_VCLPLUGIN=gtk|

Can I get an automatic solution? Set it to .xinitrc or other file?

Who can detail it? Thanks in advance.
- mudongliang

- mudongliang







Re: [arch-general] libreoffice not work

2015-10-12 Thread Jens Adam
Tue, 13 Oct 2015 11:29:18 +0800
mudongliang :

> $ libreoffice

Have you read the note from the last update?
https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/libreoffice-fresh&id=dad0330304d72dcc0cb01b209dad0e83308bfdc0

> version not matchs here.

What?

> There are no enough error tips

The forum is full of libreoffice threads:
https://bbs.archlinux.org/search.php?action=search&keywords=libreoffice&author=&search_in=-1&sort_by=0&sort_dir=DESC&show_as=topics

--byte






pgpGqnVvewwUa.pgp
Description: Digitale Signatur von OpenPGP


[arch-general] libreoffice not work

2015-10-12 Thread mudongliang

$ libreoffice

(soffice:4385): GLib-GObject-CRITICAL **: g_value_set_boxed: assertion 
'G_VALUE_HOLDS_BOXED (value)' failed


(soffice:4385): GLib-GObject-WARNING **: gtype.c:4268: type id '0' is 
invalid


(soffice:4385): GLib-GObject-WARNING **: can't peek value table for type 
'' which is not currently referenced

Application Error

$ libreoffice --version
LibreOffice 5.0.2.2 00m0(Build:2)

$ pacman -Ss libreoffice | grep installed
extra/libcdr 0.1.1-2 [installed]
extra/libreoffice-fresh 5.0.2-3 [installed]

version not matchs here.
There are no enough error tips. Does anyone know how to fix this problem?
- mudongliang





Re: [arch-general] Thunar sftp connection not working - access denied

2015-10-12 Thread Kyle Terrien
On 10/09/2015 05:54 PM, Friedrich Strohmaier wrote:
> Hi Leonid, *,
> 
> Am 10.10.2015 um 02:23 schrieb Leonid Isaev:
>> On Sat, Oct 10, 2015 at 02:05:38AM +0200, Friedrich Strohmaier wrote:
>>> Hi Folks,
> 
>>> since some time I cannot get thunar connect my remote servers folders via 
>>> sftp.
> 
>>> Error dialog:
>>> Failed to open "/my/remote/path on my.server"
>>> access denied
> 
>>> ssh access works as expected.
> 
>>> I feel like it stopped working after I got this arch announce:
>>> https://www.archlinux.org/news/d-bus-now-launches-user-buses/
> 
>> So, does sftp work from the command line?
> 
> yes works as expected.
> 
> btw. filezilla also does..

As a workaround, you can use sshfs.  sshfs will mount a remote
filesystem over ssh.

I use sshfs quite a bit with Thunar.  Thunar lists the mount as an
external drive.

--Kyle



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] python2-cherrypy stuck to old version

2015-10-12 Thread Cédric Girard
On Sun, Oct 11, 2015 at 11:15 AM, Jelle van der Waa  wrote:

> I've just updated it yesterday!


Thank you!

-- 
Cédric Girard


Re: [arch-general] Network issue with broadcom-wl-dkms

2015-10-12 Thread Thomas AUREL

Thx, it's worked.

I uses awesome as wm and it's show me wifi signal done so i don't check 
with the last version (reboot is boring when you do it 30 times a day).


Thank you again

On 10/12/2015 03:23 PM, Guillaume ALAUX wrote:

On Mon, Oct 12, 2015 at 3:16 PM, Thomas AUREL  wrote:

Hi everyone,

I have some issues with my wireless. It is capable to connect to a network 
(with a static IP address) but when i launch a application which network, my 
laptop froze.

The last driver version is installed with dkms (I removed all other versions).
My laptop is the Dell XPS 13 (2015), I uses linux-lts.

Any hint will be appreciate,

Thomas

It seems this issue is already discussed on the AUR package page [0].
Have you seen this and tested this very last version of the package?

[0] https://aur.archlinux.org/packages/broadcom-wl-dkms/


Re: [arch-general] Network issue with broadcom-wl-dkms

2015-10-12 Thread Guillaume ALAUX
On Mon, Oct 12, 2015 at 3:16 PM, Thomas AUREL  wrote:
>
> Hi everyone,
>
> I have some issues with my wireless. It is capable to connect to a network 
> (with a static IP address) but when i launch a application which network, my 
> laptop froze.
>
> The last driver version is installed with dkms (I removed all other versions).
> My laptop is the Dell XPS 13 (2015), I uses linux-lts.
>
> Any hint will be appreciate,
>
> Thomas

It seems this issue is already discussed on the AUR package page [0].
Have you seen this and tested this very last version of the package?

[0] https://aur.archlinux.org/packages/broadcom-wl-dkms/


[arch-general] Network issue with broadcom-wl-dkms

2015-10-12 Thread Thomas AUREL

Hi everyone,

I have some issues with my wireless. It is capable to connect to a 
network (with a static IP address) but when i launch a application which 
network, my laptop froze.


The last driver version is installed with dkms (I removed all other 
versions).

My laptop is the Dell XPS 13 (2015), I uses linux-lts.

Any hint will be appreciate,

Thomas


Re: [arch-general] glibc-2.22-4?

2015-10-12 Thread Andrew Chen
On Oct 12, 2015 11:01 PM, "Mauro Santos"  wrote:
>
> On 12-10-2015 09:49, Florian Pritz wrote:
> > On Sun, 11 Oct 2015 19:17:53 -0700 "Ian D. Scott" 
> > wrote:
> >> Note to self (and others): keep a statically linked suid root copy of
> >> busybox handy.
> >
> > Busybox in the repo is statically linked, but you should really have a
> > usb stick or PXE boot with a somewhat recent ISO because in many
> > situations even busybox won't help you. Nice to keep it around anyway.
> >
>
> I assume the "best" course of action in these cases is to use pacman
> with --root and give it the path to the hosed / right?

I wouldn't say it's the best in all scenarios, but it's a sure way of
fixing the problem if you didn't happen to have a statically linked suid
busybox ready.

>
> --
> Mauro Santos


Re: [arch-general] glibc-2.22-4?

2015-10-12 Thread Mauro Santos
On 12-10-2015 09:49, Florian Pritz wrote:
> On Sun, 11 Oct 2015 19:17:53 -0700 "Ian D. Scott" 
> wrote:
>> Note to self (and others): keep a statically linked suid root copy of
>> busybox handy.
> 
> Busybox in the repo is statically linked, but you should really have a
> usb stick or PXE boot with a somewhat recent ISO because in many
> situations even busybox won't help you. Nice to keep it around anyway.
> 

I assume the "best" course of action in these cases is to use pacman
with --root and give it the path to the hosed / right?

-- 
Mauro Santos


Re: [arch-general] glibc-2.22-4?

2015-10-12 Thread Oon-Ee Ng
On Mon, Oct 12, 2015 at 11:02 AM, Jens Adam  wrote:
> Sun, 11 Oct 2015 19:17:53 -0700
> "Ian D. Scott" :
>
>> I had a fun time fixing that by scp'ing a staically linked busybox over
>> using another system, decompressing the old package with that, using
>> machinectl shell to gain root access, and then running pacman with
>> LD_LIBRARY_PATH to where I decompressed the package to restore it.  But
>> then, I didn't even have to reboot!
>>
>> Note to self (and others): keep a statically linked suid root copy of
>> busybox handy.
>
> Nice one! +1
>
> I got unlucky as well but as it's just my old, not-so-important
> notebook and I had the archiso USB key within arm's reach, I simply
> pulled the plug.
>
> Perfect opportunity to plug this old DynDNS host of mine:
>
> http://allan.broke-it.net
>
> SCNR ;-)
>
> --byte

I KNEW it =)

This sort of thing only seems to happen after I happen to reformat the
last archISO USB drive to copy a slightly larger file from one place
the another


Re: [arch-general] glibc-2.22-4?

2015-10-12 Thread Florian Pritz
On Sun, 11 Oct 2015 19:17:53 -0700 "Ian D. Scott" 
wrote:
> Note to self (and others): keep a statically linked suid root copy of
> busybox handy.

Busybox in the repo is statically linked, but you should really have a
usb stick or PXE boot with a somewhat recent ISO because in many
situations even busybox won't help you. Nice to keep it around anyway.


pgpKiv2pg6kkE.pgp
Description: OpenPGP digital signature