Re: [Spice-devel] New native SPICE and VNC Clients for iOS and Mac OS X

2022-04-20 Thread i iordanov
Not yet, but we will look into it! iordan On Wed, Apr 20, 2022 at 4:59 AM Vasiliy Tolstov wrote: > > Hi! Very good news. Do you have free version available via homebrew? > -- > Vasiliy Tolstov, > e-mail: v.tols...@selfip.ru > > > На 20 апр. 2022 г., 02:52:29, i iordano

[Spice-devel] New native SPICE and VNC Clients for iOS and Mac OS X

2022-04-19 Thread i iordanov
Hello, I wanted to let you all know that I've released a new native SPICE (and VNC) Clients for iOS and Mac OS X written in Swift. aSPICE comes with console.vv and audio support. I've open-sourced them under the GPLv3 license and put up the source code here: https://gitlab.com/iiordanov/remote-de

Re: [Spice-devel] attaching a USB device by libusb_device or libusb_device_handle on Android

2022-01-09 Thread i iordanov
Hi Frediano, Uri, and Marc-Andre, Just wanted to revive the discussion on this topic and see whether you need anything more for this merge request: https://gitlab.freedesktop.org/spice/spice-gtk/-/merge_requests/95 Thanks! iordan On Thu, Dec 23, 2021 at 3:19 PM i iordanov wrote: > &

Re: [Spice-devel] error: No free USB channel

2022-01-09 Thread i iordanov
Hi Uri, Thanks for the clarifications! iordan On Sun, Dec 26, 2021 at 6:20 AM Uri Lublin wrote: > > Hi iordan, > > On Sat, Dec 25, 2021 at 11:49 PM i iordanov wrote: > > > > Hey Frediano, > > > > Thanks for responding - so I take it this is a server-sid

Re: [Spice-devel] error: No free USB channel

2021-12-25 Thread i iordanov
to inform the user how many "ports" are still available at any point, right? Thanks! iordan On Fri, Dec 24, 2021 at 4:05 AM Frediano Ziglio wrote: > > Il giorno gio 23 dic 2021 alle ore 23:38 i iordanov ha > scritto: >> >> Hi guys, >> >> During my test

[Spice-devel] error: No free USB channel

2021-12-23 Thread i iordanov
Hi guys, During my testing I've been unable to connect more than 2 USB devices at a time - could you please help me figure out why that's happening? The backend starts returning error with message "No free USB channel", but I can't see how to tune the number of USB channels available! 2021-12-23

Re: [Spice-devel] attaching a USB device by libusb_device or libusb_device_handle on Android

2021-12-23 Thread i iordanov
Hi Frediano, Thanks for your feedback, that's exactly what I was looking for ahead of opening a MR. On Thu, Dec 23, 2021 at 4:21 AM Frediano Ziglio wrote: > could you open a MR? Is this the right copy of the repo to make an MR against? https://gitlab.freedesktop.org/spice/spice-gtk > I suppo

Re: [Spice-devel] attaching a USB device by libusb_device or libusb_device_handle on Android

2021-12-22 Thread i iordanov
n Tue, Dec 21, 2021 at 8:05 AM Uri Lublin wrote: > > Hi, > > On Tue, Dec 21, 2021 at 9:24 AM i iordanov wrote: > > > > Hello, > > > > Thanks for responding! As mentioned, I am trying to find a working, > > programmatic way to pass a USB devices by either

Re: [Spice-devel] attaching a USB device by libusb_device or libusb_device_handle on Android

2021-12-20 Thread i iordanov
3011-3116/com.iiordanov.aSPICE D/GLib+GSpice: ../src/spice-channel.c:2005 usbredir-9:1: use mini header: 1 2021-12-21 02:14:00.018 3011-3116/com.iiordanov.aSPICE D/GLib+GSpice: ../src/spice-channel.c:1303 usbredir-9:1: channel up, state 3 == Your help and sugges

[Spice-devel] attaching a USB device by libusb_device or libusb_device_handle on Android

2021-12-19 Thread i iordanov
Hi guys, I saw that the developers at libusb have done a bunch of work to support accessing USB devices on unrooted Android devices, and in response to a user request, I decided to look into the current state of the implementation. I am able to obtain permissions and get both: libusb_device *dev

Re: [Spice-devel] agent_sync_audio_playback call causes deadlock

2020-08-25 Thread i iordanov
Hi Frediano, On Tue, Aug 25, 2020 at 4:31 AM Frediano Ziglio wrote: > Is it a deadlock, a crash or the program get stuck into some loop? > It is not a crash, there is no obvious loop that is being executed, and the Android Profiler shows that CPU is idle. Therefore, I postulated it's a deadlock

[Spice-devel] agent_sync_audio_playback call causes deadlock

2020-08-24 Thread i iordanov
Hello, Opaque and aSPICE (source at https://github.com/iiordanov/remote-desktop-clients) both use spice-gtk-0.37 now, and I found that while I was installing a VM under oVirt 4.4 using a Live CD (which amusingly was the LiveCD of Proxmox 6.2), when the Proxmox installer launches and the vdagent wh

Re: [Spice-devel] issues linking with openssl 1.1.0

2019-01-18 Thread i iordanov
Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > Hey Iordan > > On Thu, Jan 17, 2019 at 3:45 AM i iordanov wrote: > > > > Hello, > > > > Happy new year! > > > > I tried to build spice-gtk 0.34 and 0.35 with OpenSSL 1.1.0, and I got > s

[Spice-devel] issues linking with openssl 1.1.0

2019-01-16 Thread i iordanov
Hello, Happy new year! I tried to build spice-gtk 0.34 and 0.35 with OpenSSL 1.1.0, and I got some linking errors: jni/src/../libs/deps/x86/root/lib/libspice-client-glib-2.0.a(spice-channel.o):spice-channel.c:function spice_channel_class_intern_init: error: undefined reference to 'SSL_library_in

Re: [Spice-devel] aSPICE keyboard layout problems

2018-02-21 Thread i iordanov
Hey, I am cc-ing the SPICE developers mailing list in order to raise awareness of this user issue (apologies for cross-posting). Unfortunately, due to limitations of the SPICE protocol, input is sent as keyboard scan codes to the remote machine rather than Unicode characters. This is the reason y

Re: [Spice-devel] [PATCH spice-gtk 1/4] tests: add spice+unix:// URI checks

2018-02-15 Thread i iordanov
If one can infer the usage of unix sockets from other parameters passed anyway, then there may be no point having it in the first place. For the VNC URI, we could have gone with vnc+ssh://, or vnc+ssl:// (for stunnel), but there were ssh-related and stunnel parameters we could infer from so it beca

[Spice-devel] Windows 10 and current latest spice guest additions causes blank/black screen issue

2017-09-19 Thread i iordanov
Hi guys! Installing current latest spice guest additions from here on Windows 10: https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe (I guess v0.132) causes a fresh Windows 10 installation in oVirt to die with a blank, black screen the moment the client r

Re: [Spice-devel] spice proxy support in govirt

2015-01-15 Thread i iordanov
Hi Christophe, I am quite busy during the week, but I'll try to find time during the weekend. Thanks! iordan On Thu, Jan 15, 2015 at 8:04 AM, Christophe Fergeau wrote: > Hey, > > On Sun, Dec 28, 2014 at 02:34:10AM -0600, i iordanov wrote: >> Hello, >> >> My apo

Re: [Spice-devel] spice proxy support in govirt

2014-12-28 Thread i iordanov
eProxy in there. Would you be so kind as to add this feature? Thanks! iordan On Sun, Dec 28, 2014 at 2:29 AM, i iordanov wrote: > Hi Christophe, > > This bug got closed not long ago: > > https://bugzilla.redhat.com/show_bug.cgi?id=1054948 > > and I got around to upgradin

[Spice-devel] international keyboard layout support in aSPICE

2014-10-25 Thread i iordanov
Hey guys, I finally got some time to back-port the international keyboard layout support from the Android Ovirt client Opaque into the SPICE client aSPICE. The changes are available in v3.6.7 and are analogous to existing functionality in Opaque. There is now a field just before the Advanced Set

Re: [Spice-devel] aSPICE/Opaque can now record audio

2014-04-26 Thread i iordanov
ight? Is there any chance you guys would mainline such a change? If not, can you guys think of functionality that would serve aSPICE/Opaque purposes which you would consider mainlining? Cheers and thanks! iordan On Thu, Mar 13, 2014 at 11:25 PM, i iordanov wrote: > Hi Christophe, > >

Re: [Spice-devel] aSPICE/Opaque can now record audio

2014-03-13 Thread i iordanov
Hi Christophe, On Thu, Mar 13, 2014 at 5:18 AM, Christophe Fergeau wrote: > The point of autoaudiosrc is to guess for you the best recording source to > use, so I'd say this is a bug with gstreamer or with openslessrc. Is this > something shipped with gstreamer, or is it an out of tree gstreamer

[Spice-devel] aSPICE/Opaque can now record audio

2014-03-12 Thread i iordanov
Hey guys, Following a suggestion by a developer, in order to enable audio recording on Android, I changed spice-gstaudio.c from: gchar *pipeline = g_strdup_printf("autoaudiosrc name=audiosrc ! queue ! audioconvert ! audioresample ! " "appsink caps=\"%s\

Re: [Spice-devel] using scan code from hardware keyboards

2014-02-13 Thread i iordanov
Hi David, On Thu, Feb 13, 2014 at 6:56 AM, David Jaša wrote: > So what you need to test is to switch the keyboard layout in the OS to > the interesting one (no idea how you do that in android) There is no built-in way to switch layouts on Android. You can change the language of your soft-keybo

[Spice-devel] using scan code from hardware keyboards

2014-02-12 Thread i iordanov
Hey guys, When my hardware keyboard is connected/paired with my Android device, key events do contain a scan code. I would love to just send that scan code through to the VM, however, the Android documentation is really discouraging on this matter. Can you guys take a look at the docs for the met

[Spice-devel] Opaque oVirt/RHEV/Proxmox client and source code released

2014-02-07 Thread i iordanov
Hello! Apologies for the cross-post. I've released Opaque into production on Google Play: https://play.google.com/store/apps/details?id=com.undatech.opaque and on Blackberry World for devices running Blackberry OS 10.2.1 or newer: http://appworld.blackberry.com/webstore/content/46004889

Re: [Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-29 Thread i iordanov
On Wed, Jan 29, 2014 at 2:09 PM, Dietmar Maurer wrote: > > Now, let's say the user connects from their Android device to the same > VM while > > on the road. If the VM is set to use QWERTZ, but I am using the "common" > > layout file that is under discussion > > I think you are confused. Nobody u

Re: [Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-29 Thread i iordanov
Hi Dietmar, Another case in point. On Wed, Jan 29, 2014 at 12:08 AM, Dietmar Maurer wrote: > I am not sure why you want to depend on the andriod keyboard layout? > I do not. Users can pick whatever layout they please on their device. Opaque and aSPICE receive a KeyEvent from which a unicode val

Re: [Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-28 Thread i iordanov
Hi Dietmar, But that common file would work only for QWERTY! # # QWERTY first row # ... # # QWERTY second row # ... # # QWERTY third row # ... So it certainly doesn't cover all the cases (QWERTZ, AZERTY, etc) that Opaque/aSPICE need to cover! iordan On Tue, Jan 28, 2014 at 12:42 AM, Dietmar

Re: [Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-27 Thread i iordanov
Hi Dietmar, Case in point. Let's consider: /usr/share/qemu/keymaps/de The user wants to input the letter "q" from their Android device. Since this is QWERZ, I need a mapping of unicode 0x71 to scancode 0x10. All I can find in /usr/share/qemu/keymaps/de that mentions 0x10 is the "at" symbol with

Re: [Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-27 Thread i iordanov
Hi Dietmar, Thanks for your suggestion. These keymap files appear to describe how to effect special characters to the VM, but I don't see any description of unicode characters representing letters and numbers. What did you use for that purpose? It's a useful resource for a cross-check in any case

[Spice-devel] Support for non-English keyboard layouts in aSPICE and Opaque

2014-01-26 Thread i iordanov
Hi guys, Some of you may have seen most of this in my posting on the ovirt-users mailing list. I wanted to inform the spice-devel list separately, in order to hear your input on the topic as it concerns SPICE directly. I really didn't like the idea of releasing Opaque (the oVirt/RHEV VM console A

Re: [Spice-devel] [Users] connecting to oVirt/RHEV VMs through proxy and the oVirt API

2014-01-17 Thread i iordanov
Hi Juan, On Fri, Jan 17, 2014 at 4:55 AM, Juan Hernandez wrote: > You are right. Obtaining the global proxy setting is currently > impossible in the API. There is no bug requesting it, as far as I know. > Can you open a new one? > Here is the bug report for future reference: https://bugzilla.r

[Spice-devel] connecting to oVirt/RHEV VMs through proxy and the oVirt API

2014-01-16 Thread i iordanov
Hello, My apologies for cross-posting, but this discussion concerns both mailing lists, I think. In Opaque, I recently started setting the proxy property of SpiceSession from a console file, as is done in remote-viewer, in order to support installations where the nodes are not "visible" from the

Re: [Spice-devel] SPICE for text mode serial consoles ?

2014-01-15 Thread i iordanov
Hi Daniel, On Wed, Jan 15, 2014 at 11:08 AM, Daniel P. Berrange wrote: > For this to be of value we want > to be transporting plain text end-to-end in both directions. > This makes sense. Cheers, iordan ___ Spice-devel mailing list Spice-devel@lists.f

Re: [Spice-devel] SPICE for text mode serial consoles ?

2014-01-15 Thread i iordanov
Hi Daniel, Would the spiceterm project from Proxmox be of interest? https://git.proxmox.com/?p=spiceterm.git;a=blob_plain;f=spiceterm.pod;hb=master Cheers! iordan On Wed, Jan 15, 2014 at 10:37 AM, Daniel P. Berrange wrote: > A long time back OpenStack had a remote text console service, in par

Re: [Spice-devel] VM pools and libgovirt

2013-12-09 Thread i iordanov
Hi Christophe, Here's the new patch with the extra safety checks. Cheers! iordan On Mon, Dec 9, 2013 at 11:56 AM, i iordanov wrote: > Hi Christophe, > > On Mon, Dec 9, 2013 at 11:35 AM, Christophe Fergeau > wrote: > >> Ah cool, thanks. This mostly looks good, thoug

Re: [Spice-devel] VM pools and libgovirt

2013-12-09 Thread i iordanov
Hi Christophe, On Mon, Dec 9, 2013 at 11:35 AM, Christophe Fergeau wrote: > Ah cool, thanks. This mostly looks good, though I'd probably add a check > that the property has the right type using g_object_class_find_property. > That's a good idea. > > > I also switched out the two G_MAXUINT's in

Re: [Spice-devel] VM pools and libgovirt

2013-12-06 Thread i iordanov
eeds to be parsed. Maybe it should be in the OvirtResource class, but I'll leave that for you to decide. Also, feel free to change naming or anything else you don't like. Thanks! iordan On Thu, Dec 5, 2013 at 4:05 AM, Christophe Fergeau wrote: > On Wed, Dec 04, 2013 at 11:12:09PM

Re: [Spice-devel] VM pools and libgovirt

2013-12-04 Thread i iordanov
Hi, On Wed, Dec 4, 2013 at 10:30 AM, Christophe Fergeau wrote: > It would be nice if you could check I did not break anything for you (I > haven't tested ovirt_vm_pool_activate_vm() at all). Then I can push all of > it to git master ;) > I tested and it allocates VMs just as well as the before y

Re: [Spice-devel] VM pools and libgovirt

2013-12-04 Thread i iordanov
Hi Christophe, I'll do some testing this evening and will let you know. Thanks! iordan On Wed, Dec 4, 2013 at 10:30 AM, Christophe Fergeau wrote: > Hey, > > On Tue, Dec 03, 2013 at 06:21:22PM +0100, Christophe Fergeau wrote: > > On Tue, Dec 03, 2013 at 11:46:40AM -05

Re: [Spice-devel] VM pools and libgovirt

2013-12-03 Thread i iordanov
Hi Christophe, On Tue, Dec 3, 2013 at 5:12 AM, Christophe Fergeau wrote: > Thanks for the patch, a few quick initial comments: > - formatting of the commit log was off, see (for example) > > https://wiki.openstack.org/wiki/GitCommitMessages#Summary_of_GIT_commit_message_structure > for the reco

Re: [Spice-devel] VM pools and libgovirt

2013-12-03 Thread i iordanov
Hi Christophe, On Mon, Dec 2, 2013 at 4:33 AM, Christophe Fergeau wrote: > Thanks a lot for working on that! > My pleasure! Attached find the patch, generated the way you wanted. Cheers, iordan -- The conscious mind has only one thread of execution. From d940ea24d8146a8d728ac5b7e38ec03eaf8080

Re: [Spice-devel] VM pools and libgovirt

2013-11-29 Thread i iordanov
Hi Christophe, Good news! I have added the functionality we discussed to libgovirt 0.30 and it works. The only thing I don't have is ovirt_vmpool_invoke_action_async() and related functions. I use the synchronous call. Can you please tell me: 0) Do you require the asynchronous functions before I

Re: [Spice-devel] VM pools and libgovirt

2013-11-26 Thread i iordanov
Yes, I had noticed that which is why I retracted my question :D. Thanks Christophe! iordan On Tue, Nov 26, 2013 at 9:17 AM, Christophe Fergeau wrote: > On Tue, Nov 26, 2013 at 09:12:16AM -0500, i iordanov wrote: > > I take this back, the "action" here would be "alloca

Re: [Spice-devel] VM pools and libgovirt

2013-11-26 Thread i iordanov
I take this back, the "action" here would be "allocatevm", right? I should try playing with this. Thanks! iordan On Tue, Nov 26, 2013 at 9:10 AM, i iordanov wrote: > > > > On Tue, Nov 26, 2013 at 9:03 AM, Christophe Fergeau > wrote: > >>

Re: [Spice-devel] VM pools and libgovirt

2013-11-26 Thread i iordanov
On Tue, Nov 26, 2013 at 9:03 AM, Christophe Fergeau wrote: > I'd expect that doing something similar to ovirt_vm_action() should work? > This action stuff needs to be moved from OvirtVm to OvirtResource, but I > did not get to it yet ;) > Yes, but at least one thing that we don't know is what "ac

Re: [Spice-devel] VM pools and libgovirt

2013-11-26 Thread i iordanov
On Tue, Nov 26, 2013 at 6:41 AM, Christophe Fergeau wrote: > From a quick look at the documentation > > https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.3-Beta/html/Developer_Guide/chap-Virtual_Machine_Pools.html > it should not be too hard to add support for

[Spice-devel] VM pools and libgovirt

2013-11-25 Thread i iordanov
Hi guys! I discovered the "Pools" feature in oVirt (I am using v3.3), and created a pool of VMs. Then in FreeIPA I created a group and added a bunch of users to it. I added the group to the pool's permissions with UserRole. Now the way the web console works seems correct. When I login with one of

[Spice-devel] ovirt authentication and the "authenticate" signal

2013-11-20 Thread i iordanov
Hi Christophe, Does the OvirtProxy object always need to authenticate by emitting the "authenticate" signal? It seems to still emit the signal even though I set its username and password properties a priori with known good values. Am I doing something wrong, or is it meant to behave this way? Th

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-11-18 Thread i iordanov
Hi Christophe, On Mon, Sep 16, 2013 at 8:23 AM, Christophe Fergeau wrote: > I've been looking into this today, and ended up adding a ssl-ca-file > property to RestProxy (which OvirtProxy inherits from). This is needed > in order to be able to use custom CA certificates for the REST https > commun

Re: [Spice-devel] govirt 0.30 plans

2013-11-16 Thread i iordanov
Hi Itamar, Thanks for the explanations! I'll let Christophe confirm that govirt defaults to user-mode. On Sat, Nov 16, 2013 at 5:26 AM, Itamar Heim wrote: > so you have two options - move to admin mode in govirt, or easier (and > probably more consistent if you are aiming your solution for users

Re: [Spice-devel] [spice-gtk v5 2/2] Use system-wide trust certificate store

2013-11-13 Thread i iordanov
Hi Christophe, On Wed, Nov 13, 2013 at 5:27 AM, Christophe Fergeau wrote: > If you don't specify a CA file explicitly, spice-gtk will try to use > the CA file located in ~/.spicec/spice_truststore.pem if you use > spice_set_session_option in your application (which implies using > the spice comma

Re: [Spice-devel] [spice-gtk v5 2/2] Use system-wide trust certificate store

2013-11-13 Thread i iordanov
ystem store for CAs and a user store for > certificates (not just CAs but also personal and maybe self-signed). Is > there some good way (API, fs location, ...) how can apps use these > essentially system certs? > > David > > > i iordanov píše v Út 12. 11. 2013 v 10:55 -0500: >

Re: [Spice-devel] [spice-gtk v5 2/2] Use system-wide trust certificate store

2013-11-12 Thread i iordanov
Hi Christophe, I know I may be opening a can of worms with this question, but it'll help with supporting mobile devices, and maybe improve portability. Typically we cross-compile binaries for mobile devices, so detecting the location of anything automatically will yield inappropriate results. In

Re: [Spice-devel] govirt 0.30 plans

2013-11-06 Thread i iordanov
er Console of admin@internal. After that, I was able to connect! Do you think there is still anything wrong? Should we be able to attach to those vms (e.g. win and winbak)? Cheers, iordan On Wed, Nov 6, 2013 at 4:22 AM, Christophe Fergeau wrote: > On Tue, Nov 05, 2013 at 06:03:21PM -060

Re: [Spice-devel] govirt 0.30 plans

2013-11-06 Thread i iordanov
Hi Christophe, On Wed, Nov 6, 2013 at 4:06 AM, Christophe Fergeau wrote: > Ah right, this property is only in librest git, see > http://cgit.freedesktop.org/spice/spice-gtk/commit/?id=32b123f44fc79eaad388d6be09f103457f3 This doesn't appear to be related to rest - copy/paste issue? I did find th

Re: [Spice-devel] govirt 0.30 plans

2013-11-05 Thread i iordanov
Hi Christophe, I got around the issue of the self-signed certificate and not being able to set the ssl-ca-file property through OvirtProxy by manually hacking rest-0.7.90 for now. If you would like to see the rest-0.7.90 hack, please let me know, but I don't think it's relevant. Once I get past t

Re: [Spice-devel] govirt 0.30 plans

2013-11-05 Thread i iordanov
Just as an additional clarification, I am using rest-0.7.90 from: http://ftp.acc.umu.se/pub/GNOME/sources/rest/0.7/ Thanks! iordan On Tue, Nov 5, 2013 at 12:27 PM, i iordanov wrote: > Hi Christophe, > > I am now using the libgovirt 0.30 release. As a preliminary test with >

Re: [Spice-devel] govirt 0.30 plans

2013-11-05 Thread i iordanov
following error: GLib-GObject-WARNING **: g_object_set_valist: object class `OvirtProxy' has no property named `ssl-ca-file' Afterward, predictably the SSL handshake fails. Can you tell me what I'm doing wrong? Thanks! iordan On Tue, Oct 29, 2013 at 3:23 PM, i iordanov wrote: >

Re: [Spice-devel] What I can do to improve the performance of aSpice?

2013-10-31 Thread i iordanov
Dear Chuan, I am cc-ing the spice devel list in case anybody there wants to chime in. On Thu, Oct 31, 2013 at 10:54 AM, wrote: > The speed of playing a 1920 x 1080 FHD video in remote desktop in full > screen mode is slow. > > I have replaced jpeglib with libjpeg-turbo, this increase the mjpeg

Re: [Spice-devel] govirt 0.30 plans

2013-10-29 Thread i iordanov
Thanks Christophe! Iordan On Tue, Oct 29, 2013 at 1:29 PM, Christophe Fergeau wrote: > On Fri, Oct 25, 2013 at 11:45:53AM -0400, i iordanov wrote: >> Are you getting close to a 0.30 release? I can't wait to see the final >> version of the upgraded SSL handling! > >

Re: [Spice-devel] govirt 0.30 plans

2013-10-25 Thread i iordanov
so a callback is triggered (like the authentication callback) where the self-signed certificate is available for displaying to the user for verification? Thanks! iordan On Mon, Oct 7, 2013 at 1:43 PM, i iordanov wrote: > Hi Christophe, > > Thank you! > > iordan > > On M

[Spice-devel] aSPICE v3.3.5 with sound support released

2013-10-11 Thread i iordanov
Hello! In collaboration with Jojo, the latest version of aSPICE (v3.3.5) now has sound support. To enable sound, look for the "Enable Sound" checkbox in the Advanced Settings on the main screen. Either install/upgrade from Google Play, or grab the APK from here: https://github.com/iiordanov/bVNC

Re: [Spice-devel] Fw: Spice Android client: Screen turns black and won't recover

2013-10-10 Thread i iordanov
Hi Chuan, On Thu, Oct 10, 2013 at 12:20 PM, wrote: > The workaround in v3.3.3 works, and I can’t tell any difference on my > samsung Galaxy s4, too. But on some of my friends’ devices it can tell. > I also have a workaround. the idea is that, when the issue occurs we just > recycle the bitmap an

Re: [Spice-devel] govirt 0.30 plans

2013-10-07 Thread i iordanov
Hi Christophe, Thank you! iordan On Mon, Oct 7, 2013 at 5:11 AM, Christophe Fergeau wrote: > Hey, > > On Thu, Oct 03, 2013 at 04:03:22PM -0400, i iordanov wrote: >> When do you plan to release govirt 0.30 with the SSL fixes and the new >> API for getting available VMs,

[Spice-devel] govirt 0.30 plans

2013-10-03 Thread i iordanov
Hi Christophe, When do you plan to release govirt 0.30 with the SSL fixes and the new API for getting available VMs, powering on the VM at login time, etc.? Do you plan to include something like the function that I submitted to spice-devel earlier for reading the cert from a local file? You had s

Re: [Spice-devel] Where is the source code of aSpice? And is there a spice version in iOS?

2013-10-03 Thread i iordanov
Hi Shen, The source code is part of the bVNC project. https://github.com/iiordanov/bVNC Please keep in mind that the user interface is GPL licensed, and if you distribute binaries to third parties, you must also make public the exact source code that was used to produce the binaries. Cheers and

Re: [Spice-devel] 回复: Sync of audio in android

2013-09-20 Thread i iordanov
Hi Jojo and SPICE developers, First of all, Jojo, thank you for your contribution to aSPICE. I am currently working on integrating your audio code into the main trunk. I have also noticed that audio and video get out of sync. The issue seems to be more severe when the bandwidth of the connection

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-16 Thread i iordanov
Hi Christophe, On Mon, Sep 16, 2013 at 8:23 AM, Christophe Fergeau wrote: > I've been looking into this today, and ended up adding a ssl-ca-file > property to RestProxy This is for the oVirt (non-spice-related) SSL encryption, right? This makes sense, and it will allow people with self-signed ce

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-15 Thread i iordanov
bytes, &cert_length); set_downloaded_ca_cert(proxy, (char*)ca_data, cert_length); error: if (bytes != NULL) g_object_unref(bytes); if (ca_file != NULL) g_object_unref(ca_file); return; } Thanks! iordan On Fri, Sep 13, 2013 at 4:52 PM, i iordanov wrote: > Hi Christ

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-13 Thread i iordanov
rt_length); error: if (ca_file != NULL) g_object_unref(ca_file); if (bytes != NULL) g_object_unref(bytes); } Cheers, iordan On Fri, Sep 13, 2013 at 12:53 PM, i iordanov wrote: > Hi Christophe, > > I hope this is not too much to ask, but would it be possible f

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-13 Thread i iordanov
13, 2013 at 12:09 PM, i iordanov wrote: > Hi Christophe, > > I read through some govirt code, and I think you're right that gvfs is > only used during the fetching of the certificate. If that's the case, I > will start by not fetching the CA automatically, but requiring for

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-13 Thread i iordanov
Hey Iordan, > > On Thu, Sep 12, 2013 at 01:11:45PM -0400, i iordanov wrote: > > Hi Christophe, > > > > It is currently very hard, bordering on impossible to build gvfs for > > Android, because it ends up depending on GTK. The sequence of > > dependencies is: > &g

Re: [Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-12 Thread i iordanov
Hi Christophe, It is currently very hard, bordering on impossible to build gvfs for Android, because it ends up depending on GTK. The sequence of dependencies is: glib network I/O -> gvfs -> libsoup-gnome -> gnome-keyring -> gcr-3 -> gcr-ui-3 -> GTK The glib guys are arguing that this is not a b

Re: [Spice-devel] aSPICE for android with usbredir

2013-09-11 Thread i iordanov
Hello! At the moment aSPICE does not support usbredir. It is certainly something that I plan to support in the future, but I haven't even had a chance to explore the feasibility of such a feature on the Android platform. Cheers! iordan On Mon, Sep 9, 2013 at 10:22 PM, 李超 wrote: > hi: > Th

[Spice-devel] oVirt support in aSPICE stalled due to broken network file I/O

2013-09-09 Thread i iordanov
Hey guys, I've been looking at adding oVirt support to aSPICE, and at the moment I'm completely stuck because of some glib functionality not working on Android. The library govirt uses glib's convenient support for network file I/O (for fetching certificates, VMs, etc.), but because of gio's relia

Re: [Spice-devel] [virt-tools-list] Is virsh supposed to work on Windows?

2013-09-05 Thread i iordanov
Hey Fernando, 1) As a possible workaround, can't you put a Linux server with virt-manager installed somewhere, and then have the Windows sysadmins use it through X11 forwarding (with Xming, or Cygwin installed on the Windows machines)? 2) Also, if virt-manager can run under Cygwin, you can use it

Re: [Spice-devel] aSPICE and oVirt proxy

2013-08-29 Thread i iordanov
That's what I thought. Thanks Christophe! iordan On Thu, Aug 29, 2013 at 5:31 PM, Christophe Fergeau wrote: > On Thu, Aug 29, 2013 at 05:28:34PM -0400, i iordanov wrote: > > Hey Christophe, Marc-Andre, > > > > Would introspection be necessary for aSPICE? I

Re: [Spice-devel] aSPICE and oVirt proxy

2013-08-29 Thread i iordanov
Hey Christophe, Marc-Andre, Would introspection be necessary for aSPICE? I would be calling libgovirt functions exclusively from C. I think I I'll have to turn it off in order to cross-compile some of these libraries, so it would be *very* nice if it were not necessary! As far as I can tell, cros

Re: [Spice-devel] aSPICE and oVirt proxy

2013-08-26 Thread i iordanov
Hi Marc-Andre, Christophe, Thank you very much for your answers, it took me a little while to find the libgovirt code, but now I have it and will read it and remote-viewer's code to add the same functionality to aSPICE. Cheers, iordan On Mon, Aug 26, 2013 at 7:18 AM, Christophe Fergeau wrote:

[Spice-devel] aSPICE and oVirt proxy

2013-08-23 Thread i iordanov
Hello SPICE developers! When I was coding aSPICE I elected to use non-UI code from spicy. This may have not been the wisest choice, because the recommended client is now remote/virt-viewer. I'm guessing because spicy has not been maintained for some time, it lacks logic to authenticate with a user

Re: [Spice-devel] 回复: porting the virt-viewer onto Android

2013-08-05 Thread i iordanov
Hi Jojo, On Sun, Aug 4, 2013 at 10:08 PM, jojo wrote: > Hi, > Almost of all what you said is right. > Ok, i have enabled Audio by now, please give me a little more time. > Good news! I can't wait to see your code! :) > > And it will be much more simple to build aSPICE client with dependence

Re: [Spice-devel] porting the virt-viewer onto Android

2013-07-25 Thread i iordanov
Hello! I've cc'd Jojo with whom we discussed at length building aSPICE and succeeded in the end to set up a build environment on his machine. Jojo, please chime in if I forget something. 1) One needs to build a set of libraries which Jojo and I were able to build, but so far haven't found the tim

Re: [Spice-devel] Howto built about for SPICE client for Android

2013-07-01 Thread i iordanov
Hello to everyone who is trying to build aSPICE. 1) Yes, by default when the source for the project is downloaded, a VNC client is built. To change the behavior of the client, you can look at the boolean variables isRdp and isSpice in VncCanvas.java which control whether the project behaves as an

[Spice-devel] why getScanCode() will not work for keyboard input

2013-06-23 Thread i iordanov
Hi Marc-Andre, (And anybody else who wants to weigh in on this). After some research, reading and experimentation, here is what I've discovered. getScanCode() works only for physical devices (e.g. USB keyboards, bluetooth keyboards, or hardware device keyboards). The vast majority of input device

Re: [Spice-devel] New SPICE client for Android

2013-06-22 Thread i iordanov
Hello everyone, I have released v3.2.8 of aSPICE in Google Play. This version supports SSL and obeys rotation lock! In order to use SSL, one must tap on the "Import CA" button. I've tried to put as clear instructions in the dialog itself as possible. That being said, your comments on correctness

Re: [Spice-devel] New SPICE client for Android

2013-06-11 Thread i iordanov
ely, iordan On Tue, Jun 11, 2013 at 2:18 PM, i iordanov wrote: > Hi David, > > On Tue, Jun 11, 2013 at 11:51 AM, David Jaša wrote: > >> >> would you mind adding your projects to f-droid repository? The more >> open-source apps are there, the better. :) >> >

Re: [Spice-devel] New SPICE client for Android

2013-06-11 Thread i iordanov
Hi David, On Tue, Jun 11, 2013 at 11:51 AM, David Jaša wrote: > > would you mind adding your projects to f-droid repository? The more > open-source apps are there, the better. :) > Absolutely, I only learned about f-droid a few days ago. > I also noticed no SSL/TLS connection options, did you

[Spice-devel] aSPICE development discussion

2013-06-11 Thread i iordanov
Hello! I decided to start a separate thread to discuss some of the upstream changes I proposed. On Mon, Jun 10, 2013 at 3:38 PM, Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > You can modify the guest display resolution by calling > spice_main_update_display(). > I'll look into that a

Re: [Spice-devel] New SPICE client for Android

2013-06-10 Thread i iordanov
Hi Alon, On Mon, Jun 10, 2013 at 8:53 AM, Alon Levy wrote: > I noticed you say "Multi-language support.." in the opening screen, this > seems a left over from aVNC - Spice should work with any keyboard, the > server doesn't actually know the language. > Yes, you are right it's left-over from bV

Re: [Spice-devel] New SPICE client for Android

2013-06-10 Thread i iordanov
Hi Marc-Andre, Christophe, I will reply to both of you in one message because Marc's reply contains Christophe's message :). I am in Canada, so there is a time-zone difference too. On Mon, Jun 10, 2013 at 8:26 AM, Marc-André Lureau < marcandre.lur...@gmail.com> wrote: > > Fantastic news! I played