Re: [arch-general] Ncurses over ssh

2014-07-29 Thread Timothée Ravier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2014-07-26 22:09, luc.li...@mailoo.org wrote: In a totally unrelated matter, do you know how to make a remote program launch local scripts through ssh ? You may use ssh -R to open a remote socket forwarding packets to your host and then send

[arch-general] [vte3] Wrong permissions for /etc/profile.d/vte.sh ?

2014-07-29 Thread Neitsab
On 22/07/14 09:55 AM, Neitsab wrote: Hi, As I was checking some stuff about environment variables, I noticed that I have one file in /etc/profile.d which doesn't have the same perms as the others: $ ls -la /etc/profile.d/ total 72 drwxr-xr-x 2 root root 4096 19 juil. 20:36 .

[arch-general] owncloud: incorrect dependencies in PKGBUILD

2014-07-29 Thread Neitsab
Hi everybody, Today I was looking at the installation of ownCloud on my home Arch server, and I noticed one of the optional dependencies returned by pacman (php-imagick) couldn't be found in the official repos. Turns out it's in the AUR [1]. Arch packages' owncloud webpage mentions (virtual) next

Re: [arch-general] owncloud: incorrect dependencies in PKGBUILD

2014-07-29 Thread Florian Pritz
On 29.07.2014 12:49, Neitsab wrote: I had a go at an amended PKGBUILD, please find it below. Tell me if this is better suited as a bug report. Yes, please create a bug report for such issues. signature.asc Description: OpenPGP digital signature

Re: [arch-general] owncloud: incorrect dependencies in PKGBUILD

2014-07-29 Thread Neitsab
Le 29/07/2014 17:35, Florian Pritz a écrit : On 29.07.2014 12:49, Neitsab wrote: I had a go at an amended PKGBUILD, please find it below. Tell me if this is better suited as a bug report. Yes, please create a bug report for such issues. Thanks, done: https://bugs.archlinux.org/task/41381.

Re: [arch-general] [draft] xorg-server 1.16 is now available (v2)

2014-07-29 Thread Mauro Santos
On 28-07-2014 22:27, Laurent Carlier wrote: Le dimanche 27 juillet 2014, 23:43:08 Karol Blazewicz a écrit : https://mailman.archlinux.org/pipermail/arch-dev-public/2014-July/026496.htm l The draft still doesn't say how can I launch more than one rootless X server at a time or if it's possible

Re: [arch-general] [draft] xorg-server 1.16 is now available (v2)

2014-07-29 Thread Mauro Santos
On 29-07-2014 17:35, Mauro Santos wrote: You can add another thing that doesn't work to the list: Running skype (or any other program) as a separate user. It works fine if I use Xwrapper.config to run X as root but without it I see only a grey window. I did look into the manual pages but I

Re: [arch-general] Ncurses over ssh

2014-07-29 Thread luc . linux
On Tue, Jul 29, 2014 at 11:23:57AM +0200, Timothée Ravier wrote: You may use ssh -R to open a remote socket forwarding packets to your host and then send commands through it: ssh my.server.com -t -R :localhost: -- ... I tried this, but I can't get the port forwarding to work. Testing

Re: [arch-general] [draft] xorg-server 1.16 is now available (v2)

2014-07-29 Thread Simon Brand
Am 29.07.2014 um 19:46 schrieb Mauro Santos: QT_GRAPHICSSYSTEM=native Oh nice, thank you. It fixes the problem running skype in xephyr too. (Grey window) This worked before an update of lib32-qt4, so I'd guess it is a libqt problem and not a X problem.

Re: [arch-general] Ncurses over ssh

2014-07-29 Thread Timothée Ravier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2014-07-29 20:26, luc.li...@mailoo.org wrote: On Tue, Jul 29, 2014 at 11:23:57AM +0200, Timothée Ravier wrote: You may use ssh -R to open a remote socket forwarding packets to your host and then send commands through it: ssh my.server.com