Xangel, what does that do?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/723224
Title:
Add XDMCP client support
Status in Light Display Manager:
Triaged
Status in “lightdm” packag
Solution for Gnome Shell: http://askubuntu.com/a/489874/259960
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/974915
Title:
Nautilus Context menu missing icons
Status in “nautilus”
alexandre$ lsb_release -d
Description:Ubuntu 12.04.2 LTS
the update manager says:
Versão instalada: 19.0+build1-0ubuntu0.12.04.2
Versão disponível: 19.0.2+build1-0ubuntu0.12.04.1
I expect a version 19.0.2+build1-0ubuntu0.12.04.2 or it will not exist?
--
You received this bug notification be
Public bug reported:
Random crash at Unity session's start.
sudo apport-retrace -g /var/crash/_usr_sbin_unity-greeter.104.crash
...
(into gdb)
...
thread apply all bt
...
bt
Results (into gdb): Backtrace stopped: previous frame inner to this
frame (corrupt stack?)
ProblemType: Bug
DistroRelease
** Description changed:
Random crash at Unity session's start.
sudo apport-retrace -g /var/crash/_usr_sbin_unity-greeter.104.crash
...
(into gdb)
...
thread apply all bt
...
bt
Results (into gdb): Backtrace stopped: previous frame inner to this
frame (corrupt stack?)
+
I did not set up seats in the lightdm.conf but I face the
https://bugs.launchpad.net/mir/+bug/1195762/comments/1 problem. These
bugs are not related?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpa
alexandre$ ps -FC X
UIDPID PPID CSZ RSS PSR STIME TTY TIME CMD
alexandre$ ps -FC Xorg
UIDPID PPID CSZ RSS PSR STIME TTY TIME CMD
root 1314 1239 1 15276 24264 1 09:28 tty7 00:10:51 /usr/bin/X :0
-auth /var/run/lightdm/root/:0 -noliste
m_validate", "validate
vram_list" and "validate: -12" Edit». See
http://paste.ubuntu.com/5848672/ for dmesg and lspci output please.
I don't know if I would must to create a new bug report...
Thank you for your attention.
Alexandre Magno
--
You received this bug notifica
@a7x, I use Ubuntu 12.04.2. This PPA focuses only on support multiseat?
Do it keeps sync with the mainstream in other issues? With it I face
much risk of having serious bugs in the system?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to
- 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 Desktop
Packages, which is subscribed to v
What is a background session? I think it's something for that I look...
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vino in Ubuntu.
https://bugs.launchpad.net/bugs/996502
Title:
Background sessions only show black screen
Status in
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
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"
https://bugs.launchpad.net/bugs/1350973/+attachment/4166862/+files/vncviewer-function
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 Desktop
Packages, which is subscribed to vinagre in Ubuntu.
https://bugs.launchpad.net/bugs/1350973
Title:
More compatibility with the UltraVNC function "T
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 Desktop
Packages, which is subscribed to vinagre in Ubuntu.
https://bugs.launchpad.net/bugs/1350967
Title:
Eliminate bottom padding at the Vinagre's window
Status
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 Desktop
Packages, which is subscribed to vinagre in Ubuntu.
https://bugs.launchpad.net/bugs/1350967
Title:
Elimin
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 Desktop
Packages, which is subscribed to vinagre in Ubuntu.
https://bugs.launchpad.net/bugs/862537
Title:
Resolution incorrect on resize
Sta
** 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 Desktop
Packages, which is subscribed to vinagre in Ubuntu.
https://bugs.lau
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 Deskto
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
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
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;
}
--
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", "rfbSetServerIn
** Also affects: gtk-vnc (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk-vnc in Ubuntu.
https://bugs.launchpad.net/bugs/1350973
Title:
More compatibility with the UltraVNC functi
** 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.
Th
** 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 v
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 notificatio
** 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 ne
** 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.
Nautilus should automatically mount if it is a partition?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/556442
Title:
Nautilus doesn't automatically remount a network share when a c
Would it be related to the bug #1042455?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1253096
Title:
Cannot add IRC account with NickServ password
Status in Chat app, and Telepathy
Would it be related to the bug #1253096?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/1042455
Title:
Unable to set Nickserv password in IRC account options
Status in “empathy” pack
It is possible be the ports that are configured for the servers.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/456326
Title:
Empathy sometimes fails to connect to IRC servers
Status
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 Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs
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 Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/877701
Title:
No way to retur
How to check my IRC status from Empathy?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/611782
Title:
Support /away in IRC chat
Status in Chat app, and Telepathy user interface:
Co
I think that it could be "Freenode".
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/569276
Title:
"FreeNode" in IRC server list is incorrectly capitalized
Status in Chat app, and Tel
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 supp
Fix:
/nick
--
You received this bug notification because you are a member of Desktop
Packages, 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
Status in Chat app, and Telepathy user interface:
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 yo
firefox9.0.1+build1-0ubuntu0.10.04.1
alexandre$ ls -la /usr/share/myspell/dicts/
total 129
drwxr-xr-x 2 root root 1088 2011-02-03 06:28 .
drwxr-xr-x 4 root root 96 2008-07-02 07:36 ..
-rw-r--r-- 1 root root 129761 2011-01-26 23:31 DicOOo.sxw
lrwxrwxrwx 1 root root 24 2010-05-07 04:34
I propose to be created gconf configuration options. See: "http://askubuntu.com/questions/7882/can-the-nautilus-properties-
page-show-size-in-bytes-for-multiple-selects-and-fo">Can the Nautilus
Properties page show size in bytes for multiple-selects, and for
directories?"
--
You received this bug
42 matches
Mail list logo