[Bug 1033204] Re: bluetooth-sendto crashed with SIGSEGV in handle_method_call()

2014-08-11 Thread Alexandre Magno
Sony Xperia X10i + Ubuntu 14.04 LTS -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/1033204 Title: bluetooth-sendto crashed with SIGSEGV in handle_method_call() To manage

[Bug 1033204] Re: bluetooth-sendto crashed with SIGSEGV in handle_method_call()

2014-08-11 Thread Alexandre Magno
alexandre@alberto-desktop:~$ dmesg | tail -n 10 [24946.263801] input: 40:2B:A1:91:F5:AE as /devices/virtual/input/input22 [21867.512027] usb 5-1: new full-speed USB device number 2 using uhci_hcd [21867.795043] usb 5-1: New USB device found, idVendor=0a12, idProduct=0001 [21867.795048] usb 5-1:

[Bug 556442] Re: Nautilus doesn't automatically remount a network share when a clicking a symlink pointing to the share via .gvfs

2014-08-11 Thread Alexandre Magno
Nautilus should automatically mount if it is a partition? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/556442 Title: Nautilus doesn't automatically remount a network share when

[Bug 1350973] Re: Support an UltraVNC function: Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-08-01 Thread Alexandre Magno
See https://github.com/jwendell/gtk-vnc/issues/1 An other client don't resolves my problem because the UltraVNC's code manages the requests per client, then only remains for me to add the feature to gtk-vnc and vinagre, if I don't want to change the UltraVNC. -- You received this bug

[Bug 1350973] Re: Support an UltraVNC function: Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-08-01 Thread Alexandre Magno
** Description changed: See images. The server gets a big eye as static screensaver, in some configurations (operational system + setted options). For more details, - see the two last files that are listed at comment #8. + see the two last files that are listed at comment #8 below.

[Bug 1350973] Re: Support an UltraVNC function: Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-08-01 Thread Alexandre Magno
** Description changed: See images. - The server gets a big eye as static screensaver. + The server gets a big eye as static screensaver, in some + configurations (operational system + setted options). See the two last + files that are listed at comment #8. THIS IS A PROPOSAL fo a new

[Bug 766530] Re: vinagre uses wrong keyboard layout

2014-07-31 Thread Alexandre Magno
- Server: Windows 7 Home Premium with the newer UltraVNC - Client: Ubuntu 14.04 LTS updated with Vinagre Windows's Notepad receives tildes and others accents, but Windows's Start Menu no. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 1350967] [NEW] Eliminate bottom padding at the Vinagre's window

2014-07-31 Thread Alexandre Magno
Public bug reported: See image. ** Affects: vinagre (Ubuntu) Importance: Undecided Status: New ** Attachment added: vinagre-bottom-padding.png https://bugs.launchpad.net/bugs/1350967/+attachment/4166848/+files/vinagre-bottom-padding.png -- You received this bug notification

[Bug 1350973] [NEW] More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
Public bug reported: See image. The server gets a big eye as static screensaver. ** Affects: vinagre (Ubuntu) Importance: Undecided Status: New ** Attachment added: vncviewer-function.png

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
See from to vinagre_vnc_tab_set_viewonly (line 946) in vinagre-vnc-tab.c -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu. https://bugs.launchpad.net/bugs/1350973 Title: More compatibility with the UltraVNC

[Bug 1350967] Re: Eliminate bottom padding at the Vinagre's window

2014-07-31 Thread Alexandre Magno
See from to vnc_tab_resize_align (line 972) in vinagre-vnc-tab.c -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu. https://bugs.launchpad.net/bugs/1350967 Title: Eliminate bottom padding at the Vinagre's window To

[Bug 862537] Re: Resolution incorrect on resize

2014-07-31 Thread Alexandre Magno
I think it should only do scaling but not change the remote resolution. It is simpler. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu. https://bugs.launchpad.net/bugs/862537 Title: Resolution incorrect on resize

[Bug 1350967] Re: Eliminate bottom padding at the Vinagre's window

2014-07-31 Thread Alexandre Magno
That is the status bar without content, but a solution is create a latch for window's scale x remote resolution. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu. https://bugs.launchpad.net/bugs/1350967 Title:

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
** Attachment added: The UltraVNC's big eye https://bugs.launchpad.net/ubuntu/+source/vinagre/+bug/1350973/+attachment/4166943/+files/SAM_3629.JPG -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu.

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
Study from ultravnc-code/UltraVNC Project Root/UltraVNC/vncviewer/ClientConnection.cpp. Line 931: ti.lpszText = (LPSTR) szTips[id++]; szTips[1] ← sz_L3 ← IDS_L3 ← Toggle Remote Input and Remote Blank Monitor (On/Off) -- You received this bug notification because you are a member of Ubuntu

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
I don't know to interpret C++ code but seems that the actions are in: Line 6741: case ID_DINPUT: Or line 6876: case ID_VIEWONLYTOGGLE: I am assuming it is in (from) this first block refered above. Beacuse the line 854: buttonmap=IDB_BITMAPlx; Considering this, it is especially important

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
I don't know to interpret C++ code but seems that the actions are in: Line 6741: case ID_DINPUT: Or line 6876: case ID_VIEWONLYTOGGLE: I am assuming it is in (from) this first block refered above. Beacuse the line 854: buttonmap=IDB_BITMAPlx; Considering this, it is especially important

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
The answer is in the lines 4781-4792: bool ClientConnection::SendServerInput(BOOL enabled) { rfbSetServerInputMsg sim; int len = 0; sim.type = rfbSetServerInput; sim.status = enabled; WriteExact((char*)sim, sz_rfbSetServerInputMsg, rfbSetServerInput); return true; } --

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
For study the UltraVNC's code: $ sudo apt-get install subversion $ svn checkout svn://svn.code.sf.net/p/ultravnc/code/ ultravnc-code $ cd ultravnc-code $ clear; grep -n -r SEARCH_KEY ./ | grep -v -e '\/.svn\/' -e '\/translations\/' -e '\/old\/' SEARCH_KEY examples: ID_DINPUT, rfbSetServerInput

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
** Also affects: gtk-vnc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vinagre in Ubuntu. https://bugs.launchpad.net/bugs/1350973 Title: More compatibility with the UltraVNC

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
** Description changed: - See image. + See images. The server gets a big eye as static screensaver. + + THIS IS A PROPOSAL fo a new feature. Perharps affects: + + - vinagre: /plugins/vnc/vinagre-vnc-plugin.c + - gtk-vnc: /src/vncconnection.c ** Description changed: See images. The

[Bug 1350973] Re: More compatibility with the UltraVNC function Toggle Remote Input and Remote Blank Monitor (On/Off)

2014-07-31 Thread Alexandre Magno
** Description changed: See images. The server gets a big eye as static screensaver. THIS IS A PROPOSAL fo a new feature. Perhaps affects: - vinagre: /plugins/vnc/vinagre-vnc-plugin.c - gtk-vnc: /src/vncconnection.c + + See from to vinagre_vnc_tab_set_viewonly (line 946) in

[Bug 877701] Re: No way to return to the contact list

2014-07-18 Thread Alexandre Magno
You can try to run the application. I think that it will not disconnect and it will open the contact list. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/877701 Title: No way to

[Bug 611782] Re: Support /away in IRC chat

2014-07-18 Thread Alexandre Magno
How to check my IRC status from Empathy? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/611782 Title: Support /away in IRC chat To manage notifications about this bug go to:

[Bug 569276] Re: FreeNode in IRC server list is incorrectly capitalized

2014-07-18 Thread Alexandre Magno
I think that it could be Freenode. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/569276 Title: FreeNode in IRC server list is incorrectly capitalized To manage notifications

[Bug 1045870] Re: I cannot use more than one IRC online account at a time

2014-07-18 Thread Alexandre Magno
You can join channels with /join command from the net of active channel. You can enter into channels with /join command. The net will be the same from active channel. You can open the Empathy's contact list and then Control+J for choose net and channel to enter. But really the Empathy is not

[Bug 1045870] Re: I cannot use more than one IRC online account at a time

2014-07-18 Thread Alexandre Magno
Fix: /nick nick -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/1045870 Title: I cannot use more than one IRC online account at a time To manage notifications about this bug go

[Bug 1045870] Re: I cannot use more than one IRC online account at a time

2014-07-18 Thread Alexandre Magno
Work around: with IRC accounts, you do not must grant access for the Ubuntu. So you can use a same nick in distinct accounts. What matters for the remote connection is the nick configured in the options Empathy Messenger of each account config. -- You received this bug notification because you

[Bug 456326] Re: Empathy sometimes fails to connect to IRC servers

2014-07-17 Thread Alexandre Magno
It is possible be the ports that are configured for the servers. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. https://bugs.launchpad.net/bugs/456326 Title: Empathy sometimes fails to connect to IRC servers To manage

[Bug 685067] Re: encoding problem empathy irc

2014-07-17 Thread Alexandre Magno
I am receiving words like não as n?o. $ lsb_release -d Description:Ubuntu 14.04 LTS $ locale | grep LANG LANG=pt_BR.UTF-8 LANGUAGE=pt_BR:pt:pt_PT:en -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu.

[Bug 1253096] Re: Cannot add IRC account with NickServ password

2014-07-16 Thread Alexandre Magno
Would it be related to the bug #1042455? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/1253096 Title: Cannot add IRC account with NickServ password To manage notifications about

[Bug 1042455] Re: Unable to set Nickserv password in IRC account options

2014-07-16 Thread Alexandre Magno
Would it be related to the bug #1253096? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/1042455 Title: Unable to set Nickserv password in IRC account options To manage

[Bug 974915] Re: Nautilus Context menu missing icons

2014-06-30 Thread Alexandre Magno
Solution for Gnome Shell: http://askubuntu.com/a/489874/259960 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/974915 Title: Nautilus Context menu missing icons To manage

[Bug 1094086] Re: Bluetooth: Computer running Ubuntu 12.04 with visible-switch turned on not visible for other bluetooth devices

2013-03-05 Thread Alexandre Magno
What else can I send? ** Attachment added: echo `lsb_release -a; dmesg | grep -i blue; lsusb` bluetooth-diag.txt https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1094086/+attachment/3559569/+files/bluetooth-diag.txt -- You received this bug notification because you are a

[Bug 875224] Re: nautilus shows the files with wrong calculated size

2012-04-29 Thread Alexandre Magno
I propose to be created gconf configuration options. See: a href=http://askubuntu.com/questions/7882/can-the-nautilus-properties- page-show-size-in-bytes-for-multiple-selects-and-foCan the Nautilus Properties page show size in bytes for multiple-selects, and for directories?/a -- You received