Hi,
Sorry for cross-posting this to both i18n and Dev, but IIRC any changes
made to the wiki are to be announced on x2go-Dev too? (please correct me
if I'm wrong here)
Den 06. des. 2012 08:46, skrev Mike Gabriel:
> Hi Terje,
>
> On Do 06 Dez 2012 00:17:04 CET Terje Andersen wrote:
>
>>
>> Den 26. nov. 2012 15:12, skrev Mike Gabriel:
>>> Hi All,
>>>
>>> here you find another call for translation. This time for the
>>> server-side applet ,,x2godesktopsharing''.
>>>
>>> The project is a Qt4 project, so you have to use Qt4 linguist.
>>> Similar to translating x2goclient.
>>>
<snip>
>> Some comments:
>> * The use of different versions of "X2Go" should be fixed in the
>> original (English) to only "X2Go"
>
> and not X2GO, x2go, X2go (I did that for the Python X2Go class names,
> arggghhh...)...
>
>> * The application is called "X2Go DesktopSharing" one place, other
>> places it's different (e.g. "Desktop sharing") - it should be the
>> same everywhere (if it refers to the application).
>
> Please differentiate between the application name (X2Go
> DesktopSharing) and what it does (desktop sharing or in headlines:
> Desktop Sharing).
>
>> * Maybe the Devs could come up with a list of names/words/phrases
>> that should *not* be translated and that could be kept updated on the
>> wiki?
>
> Normally, devs are to busy for such stuff :-( (my guess). But we will
> be happy to look at proposals of such a list! To me, making the
> expressions in X2Go applications more congruent with each other will
> be a great benefit for the applications. This is fine tuning, of
> course!!! But for some people, it will make a big difference.
I have done some changes (a note tip) to the
http://wiki.x2go.org/doku.php/wiki:development:i18n page, and also
created a sub-page from that wikipage with a table list of the words or
phrases that are not to be translated to other languages. Please see if
this is satisfactory, and (everybody) please help keeping the list
updated (if it's to be kept).
Thanks,
Terje
Package: pyhoca-gui
Version: 0.2.1.1
Tags: patch
Importing all of pyhoca.wxgui in setup.py causes rpmbuild problems due to
DISPLAY not being set. It is overkill as well, causing extra dependencies to
be installed at build time. The attached patch fixes.
Something similar can be done for the other python packages as well.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com
Sent from my Telstra Next G deviceOrion Poplawski <orion(a)cora.nwra.com> wrote:On 12/15/2012 04:18 PM, Mike Gabriel wrote:
>
> This has actually been an issue in Python X2Go. This commit should fix it:
> http://code.x2go.org/gitweb?p=python-x2go.git;a=commitdiff;h=a30ff312cbb337…
That appears to have fixed it. Thanks!
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com
_______________________________________________
X2Go-Dev mailing list
X2Go-Dev(a)lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev
Package: pyhoca-gui
Version: 0.2.1.0
Severity: normal
Creating session profile from template disables the source template forever.
Reproduce:
- Create session profile from another session profile
- Save the new session profile
- The session profile used as template is not accessible anymore
Mike
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: mike.gabriel(a)das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x…
I'm looking at packaging x2go for Fedora and am running into a few issues
which I'm hoping to get resolved.
nx-libs:
- bin/Makefile doesn't support DESTDIR. The attached nx-libs-destdir.patch
partially addresses that.
- The various nx*/configure.in files do not honor passed in compiler flags.
The attached nx-libs-optflags.patch fixes that. Note also though that CFLAGS
is used in some and CPPFLAGS in others.
- Is there a preferred way to install into /usr rather than /usr/local? I
ended up doing:
sed -i -e 's,/usr/local,/usr,' nx-X11/config/cf/site.def
- It would be very nice if you could support installing into /usr/lib64. I
had to do the following:
sed -i -e 's,/lib/nx,/%{_lib}/nx,' nx-X11/config/cf/X11.tmpl
sed -i -e 's,/usr/lib/,/usr/%{_lib}/,' bin/*
make install ... USRLIBDIR=/usr/lib64/nx SHLIBDIR=/usr/lib64/nx
# Make sure x2goagent is linked relative and on 64-bit
rm -rf %{buildroot}%{_prefix}/lib/x2go
mkdir -p %{buildroot}%{_libdir}/x2go/bin
ln -sf ../../nx/bin/nxagent %{buildroot}%{_libdir}/x2go/bin/x2goagent
x2goserver:
- Does not honor passed in CFLAGS. The attached x2goserver-cflags.patch fixes.
- Again, very hard to use /usr/lib64...
x2goclient:
- Required the attached x2goclient-include.patch to build. There is no qt4
prefix on Fedora, and in general that should be specified by -I...
General:
- Why the use of install -o root -g root? Is this a debian build specific
thing? On rpm systems this fails when builds are done as non-root (and it's
redundant when done as root).
Thank you for your attention.
- Orion
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com