[Bug 389049] [NEW] usershares guest_ok=y results in "Permission denied" error

2009-06-18 Thread Mihai Capotă
Public bug reported:

Binary package hint: samba

Usershare having guest_ok=y cannot be mounted as guest. I have the default 
smb.conf from Jaunty which includes:
usershare allow guests = yes

I tried creating such a share using both nautilus and net usershare. The 
resulting file is identical:
mi...@dutier:~$ cat /var/lib/samba/usershares/public 
#VERSION 2
path=/home/mihai/Public
comment=
usershare_acl=S-1-1-0:R
guest_ok=y

I tried accessing the usershare using:
-nautilus
Can't mount location
Failed to mount Windows share

-mount.cifs
mi...@dutier:~$ sudo mount.cifs //dutier/public Media/tmp/ -o guest
retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

-smbclient
mi...@dutier:~$ smbclient -N //dutier/Public
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.3.2]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Every time I get the same error in the samba log:
[2009/06/18 17:24:41,  0] smbd/service.c:make_connection_snum(1073)
  '/home/mihai/Public' does not exist or permission denied when connecting to 
[public] Error was Permission denied

I can access the same usershare using a username:
-mount.cifs
mi...@dutier:~$ sudo mount.cifs //dutier/public Media/tmp/ -o user=mihai

-smbclient
mi...@dutier:~$ smbclient //dutier/Public
Enter mihai's password: 
Domain=[DUTIER] OS=[Unix] Server=[Samba 3.3.2]
smb: \>

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: samba 2:3.3.2-1ubuntu3
ProcEnviron:
 LANG=ro_RO.UTF-8
 SHELL=/bin/bash
SourcePackage: samba
Uname: Linux 2.6.28-11-generic x86_64

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
usershares guest_ok=y results in "Permission denied" error
https://bugs.launchpad.net/bugs/389049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389049] Re: usershares guest_ok=y results in "Permission denied" error

2009-06-18 Thread Mihai Capotă

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28067874/Dependencies.txt

-- 
usershares guest_ok=y results in "Permission denied" error
https://bugs.launchpad.net/bugs/389049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389049] Re: usershares guest_ok=y results in "Permission denied" error

2009-06-18 Thread Mihai Capotă
At least one other person has the same problem:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/204703/comments/4

-- 
usershares guest_ok=y results in "Permission denied" error
https://bugs.launchpad.net/bugs/389049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 204703] Re: usershare: insuffisant permissions for anonymous login

2009-06-18 Thread Mihai Capotă
I also encountered this problem in Jaunty.
I created a new bug report:
https://bugs.launchpad.net/bugs/389049

-- 
usershare: insuffisant permissions for anonymous login
https://bugs.launchpad.net/bugs/204703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389049] Re: usershares guest_ok=y results in "Permission denied" error

2009-06-18 Thread Mihai Capotă
@Montel Edwards
The commenter from the other bug I was referring too was advised to open a 
separate bug:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/204703/comments/5

** This bug is no longer a duplicate of bug 204703
   usershare: insuffisant permissions for anonymous login

-- 
usershares guest_ok=y results in "Permission denied" error
https://bugs.launchpad.net/bugs/389049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389049] Re: usershares guest_ok=y results in "Permission denied" error

2009-06-19 Thread Mihai Capotă
mi...@dutier:~$ ls -ld /home/mihai/
drwx-- 86 mihai mihai 12K 2009-06-18 20:37 /home/mihai/
mi...@dutier:~$ ls -ld /home/mihai/Public/
drwxr-xr-x 2 mihai mihai 4,0K 2009-06-18 14:28 /home/mihai/Public/

I added the execute bit on /home/mihai and it now works.
Since the permission was there by default and I removed it, I'm marking this 
bug as invalid.

-- 
usershares guest_ok=y results in "Permission denied" error
https://bugs.launchpad.net/bugs/389049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389049] Re: usershares guest_ok=y results in "Permission denied" error

2009-06-19 Thread Mihai Capotă
mi...@dutier:~$ ls -ld /home/mihai/
drwx-- 86 mihai mihai 12K 2009-06-18 20:37 /home/mihai/
mi...@dutier:~$ ls -ld /home/mihai/Public/
drwxr-xr-x 2 mihai mihai 4,0K 2009-06-18 14:28 /home/mihai/Public/

I added the execute bit on /home/mihai and it now works.
Since the permission was there by default and I removed it, this bug as invalid.

** Changed in: samba (Ubuntu)
   Status: Incomplete => Invalid

-- 
usershares guest_ok=y results in "Permission denied" error
https://bugs.launchpad.net/bugs/389049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389331] Re: Pidgin cant connect to YahooMessenger

2009-06-19 Thread Mihai Capotă
I can't connect either.
I also tried Empathy.
This seems to be a known problem:
http://www.celticwolf.com/useful-information/faqs/26-pidgin-yahoo

-- 
Pidgin cant connect to YahooMessenger
https://bugs.launchpad.net/bugs/389331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389817] Re: Doesn't connect, stops at "Available/Connecting"

2009-06-20 Thread Mihai Capotă
What protocol are you using? There is a known problem with Yahoo, see
bug #389322.

** Changed in: pidgin (Ubuntu)
   Status: New => Incomplete

-- 
Doesn't connect, stops at "Available/Connecting"
https://bugs.launchpad.net/bugs/389817
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389331] Re: Pidgin cant connect to YahooMessenger

2009-06-20 Thread Mihai Capotă
*** This bug is a duplicate of bug 389322 ***
https://bugs.launchpad.net/bugs/389322

** This bug has been marked a duplicate of bug 389322
   Yahoo server authentication changed: Pidgin =<2.5.6 will not connect to 
Yahoo! servers.

-- 
Pidgin cant connect to YahooMessenger
https://bugs.launchpad.net/bugs/389331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389508] Re: pidgin not work

2009-06-20 Thread Mihai Capotă
What protocol are you using? There is a known problem with Yahoo, see
bug #389322.

** Changed in: pidgin (Ubuntu)
   Status: New => Incomplete

-- 
pidgin not work
https://bugs.launchpad.net/bugs/389508
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389487] Re: Pidgin doesn' t start

2009-06-20 Thread Mihai Capotă
*** This bug is a duplicate of bug 389322 ***
https://bugs.launchpad.net/bugs/389322

** This bug has been marked a duplicate of bug 389322
   Yahoo server authentication changed: Pidgin =<2.5.6 will not connect to 
Yahoo! servers.

-- 
Pidgin doesn' t start
https://bugs.launchpad.net/bugs/389487
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389466] Re: i can't log in

2009-06-20 Thread Mihai Capotă
*** This bug is a duplicate of bug 389322 ***
https://bugs.launchpad.net/bugs/389322

What protocol are you using? There is a known problem with Yahoo, see
bug #389322.

** This bug has been marked a duplicate of bug 389322
   Yahoo server authentication changed: Pidgin =<2.5.6 will not connect to 
Yahoo! servers.

-- 
i can't log in 
https://bugs.launchpad.net/bugs/389466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 389435] Re: pidgeon wont completely open

2009-06-20 Thread Mihai Capotă
*** This bug is a duplicate of bug 389322 ***
https://bugs.launchpad.net/bugs/389322

What protocol are you using? There is a known problem with Yahoo, see
bug #389322.

** This bug has been marked a duplicate of bug 389322
   Yahoo server authentication changed: Pidgin =<2.5.6 will not connect to 
Yahoo! servers.

-- 
pidgeon wont completely open
https://bugs.launchpad.net/bugs/389435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 385259] Re: pidgin cannot connect to YM

2009-06-20 Thread Mihai Capotă
*** This bug is a duplicate of bug 389322 ***
https://bugs.launchpad.net/bugs/389322

** This bug has been marked a duplicate of bug 389322
   Yahoo server authentication changed: Pidgin =<2.5.6 will not connect to 
Yahoo! servers.

-- 
pidgin cannot connect to YM
https://bugs.launchpad.net/bugs/385259
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 88289] Re: Firefox default layout.css.dpi config wrong.

2009-05-23 Thread Mihai Capotă
The bug still exists in Jaunty.
layout.css.dpi is still -1 instead of 0.

** This bug is no longer a duplicate of bug 118745
   Font sizes in Gutsy are affected by bad X.org DPI detection

** Changed in: firefox (Ubuntu)
   Status: Fix Released => Confirmed

-- 
Firefox default layout.css.dpi config wrong.
https://bugs.launchpad.net/bugs/88289
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 364131] [NEW] Referencer should depend on python, not python2.5

2009-04-20 Thread Mihai Capotă
Public bug reported:

Binary package hint: referencer

Referencer should depend on python, not python2.5. In Ubuntu 9.04, where 
python2.6 is installed, referencer tries to install python2.5.
The author says there's no need for this behavior:
https://answers.launchpad.net/referencer/+question/64755

ProblemType: Bug
Architecture: amd64
Dependencies:
 
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: referencer None [modified: /var/lib/dpkg/info/referencer.list]
ProcEnviron:
 LANG=ro_RO.UTF-8
 SHELL=/bin/bash
SourcePackage: referencer
Uname: Linux 2.6.28-11-generic x86_64
UnreportableReason: Acest pachet Ubuntu nu este autentic

** Affects: referencer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Referencer should depend on python, not python2.5
https://bugs.launchpad.net/bugs/364131
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178303] Re: f-spot 2 picasaweb failed to upload

2008-09-23 Thread Mihai Capotă
It was the same photo that I uploaded to 
http://bugzilla.gnome.org/show_bug.cgi?id=536477
They couldn't reproduce the bug there. I'll do some more tests and report back.

-- 
f-spot 2 picasaweb failed to upload
https://bugs.launchpad.net/bugs/178303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178303] Re: f-spot 2 picasaweb failed to upload

2008-08-19 Thread Mihai Capotă
I have trouble uploading to Picasa Web using f-spot 0.4.3.1 in hardy.
I'm trying to upload a single photo. I get the same result every time.
Here's the debug info:

[EMAIL PROTECTED]:~$ f-spot --debug
** Running f-spot in Debug Mode **
** Running Mono with --debug   **
Starting new FSpot server
Reloading
item changed
Reloading
item changed

(f-spot:7457): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling 
gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the 
data stream to the loader before dropping the last reference.
GoogleAccount.Connect()
Starting Upload to Picasa
uploading 0
value = f-spot version 0.4.3.1 len = 22
value = 2008:08:19 15:42:45 len = 19
Saved 8961 bytes
System.IO.IOException: Write timed out.
  at System.Net.WebConnectionStream.Write (System.Byte[] buffer, Int32 offset, 
Int32 size) [0x0] 
  at Mono.Google.Picasa.PicasaAlbum.UploadPicture (System.String title, 
System.String description, System.String mime_type, System.IO.Stream input) 
[0x0] 
  at Mono.Google.Picasa.PicasaAlbum.UploadPicture (System.String title, 
System.String description, System.IO.Stream input) [0x0] 
  at Mono.Google.Picasa.PicasaAlbum.UploadPicture (System.String filename, 
System.String title, System.String description) [0x0] 
  at FSpotGoogleExport.GoogleExport.Upload () [0x0] 
uploading 0
value = f-spot version 0.4.3.1 len = 22
value = 2008:08:19 15:50:02 len = 19
Saved 8961 bytes
System.DivideByZeroException: Division by zero
  at (wrapper managed-to-native) System.Object:__icall_wrapper___emul_ldiv 
(long,long)
  at FSpotGoogleExport.GoogleExport.Upload () [0x0]

-- 
f-spot 2 picasaweb failed to upload
https://bugs.launchpad.net/bugs/178303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178303] Re: f-spot 2 picasaweb failed to upload

2008-08-19 Thread Mihai Capotă
I encountered this bug in hardy.

** Changed in: f-spot (Ubuntu)
   Status: Invalid => New

-- 
f-spot 2 picasaweb failed to upload
https://bugs.launchpad.net/bugs/178303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 314051] [NEW] rasterize fails with java.lang.NoClassDefFoundError

2009-01-05 Thread Mihai Capotă
Public bug reported:

In Ubuntu 8.10, with sun-java6 6-10-0ubuntu2, rasterize fails with 
java.lang.NoClassDefFoundError:
$ rasterizer img/P2P-network.svg
About to transcode 1 SVG file(s)

Converting P2P-network.svg to img/P2P-network.png ... Exception in
thread "main" java.lang.NoClassDefFoundError:
org/w3c/dom/svg/SVGDocument

If I manually add xml-apis-ext.jar to the find_jars line
/usr/bin/rasterizer, the class is found and the transcoding works.

** Affects: batik (Ubuntu)
 Importance: Undecided
 Status: New

-- 
rasterize fails with java.lang.NoClassDefFoundError
https://bugs.launchpad.net/bugs/314051
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 314051] Re: rasterize fails with java.lang.NoClassDefFoundError

2009-01-05 Thread Mihai Capotă

** Attachment added: "patch adding xml-apis-ext.jar to find_jars"
   http://launchpadlibrarian.net/20919004/rasterizer.diff

-- 
rasterize fails with java.lang.NoClassDefFoundError
https://bugs.launchpad.net/bugs/314051
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 358326] [NEW] Text input field in conversation windows should have undo/redo features

2009-04-09 Thread Mihai Capotă
Public bug reported:

Binary package hint: empathy

The text input field in conversation windows should have undo/redo
features.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: empathy 2.26.0.1-0ubuntu1
ProcEnviron:
 LANG=ro_RO.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
Uname: Linux 2.6.28-11-generic x86_64

** Affects: empathy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Text input field in conversation windows should have undo/redo features
https://bugs.launchpad.net/bugs/358326
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 358326] Re: Text input field in conversation windows should have undo/redo features

2009-04-09 Thread Mihai Capotă

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/25102017/Dependencies.txt

-- 
Text input field in conversation windows should have undo/redo features
https://bugs.launchpad.net/bugs/358326
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 352249] [NEW] Wrong glyphs for characters "Ş" (U+015E), "ş" (U+015F), "Ţ" (U+0162 ) and "ţ" (U+0163) in default fonts

2009-03-31 Thread Mihai Capotă
Public bug reported:

The default fonts in Ubuntu 9.04 have the wrong glyphs for characters "Ş" 
(U+015E), "ş" (U+015F), "Ţ" (U+0162) and "ţ" (U+0163). Their descriptions say 
"Latin [capital/small] letter [S/T] with cedilla" while the glyphs are all 
rendered with commas.
The glyphs are indistinguishable from those for characters "Ș" (U+0218), "ș" 
(U+0219), "Ț" (U+021A) and "ț" (U+021B), "Latin [capital/small] letter [S/T] 
with comma bellow".
This makes it impossible to distinguish between the two types of characters in 
a text.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: ubuntu-desktop 1.139
ProcEnviron:
 LANG=ro_RO.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-meta
Uname: Linux 2.6.28-11-generic x86_64

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Wrong glyphs for characters  "Ş" (U+015E), "ş" (U+015F), "Ţ" (U+0162) and "ţ" 
(U+0163) in default fonts
https://bugs.launchpad.net/bugs/352249
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 352249] Re: Wrong glyphs for characters " Ş" (U+015E), "ş" (U+015F), "Ţ" (U+0162) and "ţ" (U+0163) in default fonts

2009-03-31 Thread Mihai Capotă

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/24564179/Dependencies.txt

-- 
Wrong glyphs for characters  "Ş" (U+015E), "ş" (U+015F), "Ţ" (U+0162) and "ţ" 
(U+0163) in default fonts
https://bugs.launchpad.net/bugs/352249
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108056] Re: xserver-xorg-video-intel does not work with 82852/855GM

2007-10-15 Thread Mihai Capotă
I experienced the same issues using the Gutsy RC Live CD.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Fix Released => Confirmed

-- 
xserver-xorg-video-intel does not work with 82852/855GM
https://bugs.launchpad.net/bugs/108056
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108056] Re: xserver-xorg-video-intel does not work with 82852/855GM

2007-10-15 Thread Mihai Capotă
The driver is not working in Gutsy. I'm running the RC live CD right now. The 
symptoms are the same as reported above. I have a G40 ThinkPad with the 
82852/855GM chip.
When booting the CD, the screen goes black when starting X. I can't even switch 
to the console with Alt+F1.
Starting up in safe graphics mode works.
Using the "test" button in the "Screens and Graphics" utility to try the 
"intel" driver results in a blank screen and a "Configuration test failed" 
message. I attached the log produced by the test server.
The "i810" driver passes the test.

** Attachment added: "xorg test server log"
   http://launchpadlibrarian.net/10004515/Xorg.9.log

-- 
xserver-xorg-video-intel does not work with 82852/855GM
https://bugs.launchpad.net/bugs/108056
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108056] Re: xserver-xorg-video-intel does not work with 82852/855GM

2007-10-19 Thread Mihai Capotă
The "Test" button works on my 82852/855GM Intel hardware. The "i810"
passes the test, as I mentioned in my first comment.

-- 
xserver-xorg-video-intel does not work with 82852/855GM
https://bugs.launchpad.net/bugs/108056
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 108056] Re: xserver-xorg-video-intel does not work with 82852/855GM

2007-10-19 Thread Mihai Capotă
unggnu wrote:
> But not with the new Intel driver afaik.

I don't understand what you mean.
What is the "Test" button supposed to do but start a new X server with
the tested driver? It does exactly this, but the screen remains black,
just as when booting the Live CD normally (i.e. using the "intel" driver).
The test run of the X server produces a log (/var/log/Xorg.9.log) which
I attached.

-- 
xserver-xorg-video-intel does not work with 82852/855GM
https://bugs.launchpad.net/bugs/108056
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108056] Re: xserver-xorg-video-intel does not work with 82852/855GM

2007-10-19 Thread Mihai Capotă
I just tested the .tst3 version of the patched driver with the final release of 
Gutsy. X still doesn't start.
I booted the Live CD in safe graphics mode, downloaded the driver and installed 
it with "dpkg -i".
I tested it using the "Test" button in the "Screen and Graphics Preferences" 
utility. I got the same "Configuration test failed" message I get with the 
driver included in Gutsy. I attached the log resulting from the test run 
(/var/log/Xorg.9.log).

** Attachment added: "xserver-xorg-video-intel_2.1.1-0ubuntu10~pcjc2_i386.deb 
test log"
   http://launchpadlibrarian.net/10063389/Xorg.9.log

-- 
xserver-xorg-video-intel does not work with 82852/855GM
https://bugs.launchpad.net/bugs/108056
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-08-04 Thread Mihai Capotă
Academic.
It is the primary layout in the Romanian standard SR 13392:2004 and it matches 
the key labels on Romanian keyboards.

** Description changed:

  Description of problem:
  The Romanian letters Ș and Ț are incorrectly represented when the Romanian 
keyboard is selected.  Ș and Ț are both incorrectly represented using cedillas 
instead of commas.  
- The incorrect Unicode characters are Ş - U015E (S with a cedilla), ş - U015F 
(s with a cedilla), Ţ - U0162 (T with a cedilla) şi ţ - U0163 (t with a cedilla)
- The correct Unicode characters are Ș - U0218 (S with a comma), ș - U0219 (s 
with a comma), Ț - U021A (T with a comma) şi ț - U021B (t with a comma) 
+ The incorrect Unicode characters are Ş - U015E (S with a cedilla), ş - U015F 
(s with a cedilla), Ţ - U0162 (T with a cedilla) and ţ - U0163 (t with a 
cedilla)
+ The correct Unicode characters are Ș - U0218 (S with a comma), ș - U0219 (s 
with a comma), Ț - U021A (T with a comma) and ț - U021B (t with a comma) 
  
  The rules relating to the the Romanian language are dictated by the Academia 
Română, and they have provided specific advice regarding the representation of 
Romanian characters:
  http://www.secarica.ro/InstitLingvTastatura-20031008.pdf   (in Romanian)
  
- For more precise information as to the why the cedilla's are incorrect:
+ For more precise information as to the why the cedillas are incorrect:
  http://www.secarica.ro/html/s-uri_si_t-uri.html  (in Romanian):
  
  Steps to reproduce:
  1.  Download and burn Ubuntu, either 6.10 or 7.04.
  2.  Boot any PC using the CD.
  3.  When the OS has loaded, select System > Preferences > Keyboard
  4.  Select Layouts
  5.  Click on Add
  6.  Select Romania > Standard, then Ok
  7.  Select Romania Standard, and move it to the top of the list.
  8.  Close
  9.  Select Applications > Accessories > Text Editor
  10.  Using a British keyboard(physical keyboard), press the keys marked ; and 
'  (both are just to the right hand side of the letter L)
  
  Actual results:
  ş and ţ appear with cedillas.
  
  Expected results:
  ș and ț to appear with commas.
  
  Notes:
  The Romanian keyboard layout on Mac OS X 10.4.9 works as expected, as does 
Windows Vista.  Windows XP and below are broken like Ubuntu (and most likely 
other distros too).

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-08-04 Thread Mihai Capotă
"ro academic" and "ro comma" are xkb layouts that should replace those
currently used, "ro" and "ro std". See
http://diacritice.sourceforge.net/tastaturi.html for more details.

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-08-04 Thread Mihai Capotă
We should remove the layouts with cedillas from the graphical configuration 
utilities. Advanced users that want to use those layouts can set them using 
"setxkbmap". This is the situation now, only reversed, the comma layouts are 
hidden.
Regarding "academic" vs. "comma", I strongly believe we should follow the 
standards. SR 13392:2004 defines "academic" as primary standard. Moreover, the 
de facto standard (i.e. on Windows Vista) is also "academic". I understand that 
programmers might be better served by the "comma" layout, but "academic" is 
much better suited for the general public.

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-08-06 Thread Mihai Capotă
Jani, I'm glad you agree with us on the necessity of using commas. However, I 
disagree in regards to the default layout.
Romanian keyboards are indeed in minority right now, but I'm convinced the 
situation will change. After all, the standard was published in 2004 and 
Windows started using it only this year. The manufacturers are starting to 
adapt. I've seen Romanian keyboards delivered with Fujitsu-Siemens PCs in a lab 
at "Politehnica" University and I've read that all the Romanians working for 
the EU are given Romanian keyboards.
If someone choses a Romanian layout he expects it to be different from the US 
one. Regarding the majority of users, Windows is ubiquitous and it's default 
layout is the Standard layout. Thus, there will be no confusion for the users; 
in fact, the keyboards will function exactly as expected.
I don't see any reason why Ubuntu should diverge from SR 13392:2004 which, 
coincidentally, is also enforced by the Windows monopoly. I think Programmers 
is the default layout in xkb because the matter was decided by programmers but 
we should not forget that Ubuntu is an OS for everybody.

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-08-08 Thread Mihai Capotă
1. When do you think the time will come for the change? How about when a law is 
passed requiring the use of the correct characters in public institutions? Well 
this law exists since May 2006 
http://www.legi-internet.ro/index.php/LEGE_nr_183_din_16_mai_2006_p/242/0/ 
Is the ignorance of some Windows XP users more important than that?
2. Here a some reasons for changing the primary layout:
- obeying the law; see article 4 here 
http://www.legi-internet.ro/index.php/Ordin_MCTI_privind_utilizarea/257/0/
- following standards; primary layout in SR 13392:2004 pictured here 
http://diacritice.sourceforge.net/tastaturi.html
Microsoft changed the layout in order to comply with the law. You really don't 
see any problems with disregarding standards?

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-08-08 Thread Mihai Capotă
I agree that we are discussing two separate problems here. We should
split the conversation in two separate bugs.

1. It's true that we don't know what the ignorance of some Windows XP users 
covers, but that doesn't change the fact that it's only ignorance. We can't 
make decisions based on that.
I did change my layout to academic and I even did it using GCconf so it plays 
nicely with gnome-keyboard-applet but that's not the point.
The bug reporter is correct: the default Romanian keyboard layout does have 
incorrect characters (and so do the other ones that can be accessed using 
GUIs). When a user chooses a Romanian layout he expects it to produce correct 
characters. It isn't stated anywhere that the layouts work otherwise.
Regarding the law, of course it doesn't force a private person or company to 
write correct Romanian, but shouldn't we use it as a base for our decisions? 
How are we furthering the advancement of Ubuntu if it's not even readily 
available to users working for the state?
I totally agree with Jani and ctomer regarding Vista's market share.
This whole cedilla vs. comma issue is much bigger than just correct display. It 
affect language aids, search, database and many more categories of programs and 
I'm sure you are aware of that. It has nothing to do with the bleeding edge. 
Besides, Ubuntu is build for regular users, not for early adopters.

2. You say that "the SR 13392:2004 doesn't force you to
set one of the supported layouts as primary and the other one as
secondary" and I agree. But aren't the layouts in the standard called exactly 
"primary" and "secondary"?
Also, the law I mentioned earlier specifically recommends the use of the 
primary layout. Is there any good reason to disregard that recommendation?

3. The translations are a different issue that I have already raised on
the Ubuntu Romanian Translators mailing list at
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ro

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-08-08 Thread Mihai Capotă
I think you misread my last comment.
I think the bug is valid and the bug reporter is correct: the default Romanian 
keyboard layout has incorrect characters. When a user chooses a Romanian layout 
he expects it to produce correct characters. It isn't stated anywhere that the 
layout works otherwise.

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-08-08 Thread Mihai Capotă
Mișu, I know most texts in Romanian are written with cedillas but I fail
to see how that makes the cedilla characters less incorrect. I don't
understand what you are saying. Are the characters correct because they
are widely used?

ctomer, I think you should add "default" to the title and change the
"steps to reproduce" part of the description to mention "setxkbmap ro"
instead of the Ubuntu GUI. That would make the bug perfectly adequate
for xkeyboard-config.

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-08-08 Thread Mihai Capotă
Dear Mișu, we were only talking about changing the default layout.
In practice, some users will never be able to read the comma characters 
(Windows < XP).
In practice, some users will always need to write using the cedilla characters 
for reasons of compatibility with legacy software. That is the only reasons why 
those layouts exist.
Cristian Secară explains this very well on his site and gives a warning to 
those who want to install the cedilla layouts on Windows Vista
"Atenţie ! Nerecomandat ! Instalaţi doar dacă ştiţi că vă este absolut necesar 
!"
that means
"Attention ! Not recommended ! Install only if you know it is absolutely 
necessary !"
I'm not saying you should remove the cedilla layouts from xkeyboard-config like 
Vista did.
All I'm saying is that you can't have such a layout as default. You can't have 
people unknowingly write texts using non-existing characters. How are people 
supposed to know that using the default Romanian layout produces incorrect 
characters? setxkbmap doesn't even print a warning message.
You say that people "cannot tell the difference and do not give a damn". Well, 
we know the difference and give a damn.

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108057] Re: Romanian layout with ș and ț in it is not among the options in the GUI

2007-08-08 Thread Mihai Capotă
Let's not forget there's a patch from Microsoft that adds support for ș
and ț in Windows XP.

-- 
Romanian  layout with ș and ț in it is not among the options in the GUI
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108057] Re: Romanian layout with ș and ț in it is not among the options in the GUI

2007-08-09 Thread Mihai Capotă
Cristi, Windows XP users can generate their own keyboard layouts or can 
download one of yours if they want to generate ș and ț.
Users that have the "problem" you talk about can easily go around it.
What does Yahoo mail have to do with this bug? As you said yourself, the 
encoding doesn't support cedilla characters either.

-- 
Romanian  layout with ș and ț in it is not among the options in the GUI
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108057] Re: Romanian layout with ș and ț in it is not among the options in the GUI

2007-08-09 Thread Mihai Capotă
The users affected may very well install the update from Microsoft even
after they access text with the comma characters. They see the text is
rendered incorrectly and they install the update. Problem solved. I've
seen it happen numerous times amongst people I communicate with.

-- 
Romanian  layout with ș and ț in it is not among the options in the GUI
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108057] Re: Romanian layout with ș and ț in it is not among the options in the GUI

2007-08-09 Thread Mihai Capotă
Mișu, I'm sorry to say this, but I don't agree. The issue is with 
xkeyboard-config's default layout as well.
We also don't seem to agree about the correctness of the characters: the 
cedilla ones are incorrect but we use them for a very clear reason. Please tell 
me where I'm wrong.

-- 
Romanian  layout with ș and ț in it is not among the options in the GUI
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108057] Re: Romanian layout with ș and ț in it is not among the options in the GUI

2007-08-09 Thread Mihai Capotă
Jani, I was talking about users that saw broken characters in emails or instant 
messages I sent them. They complained and I let them know there is a patch that 
fixes their problem.
I didn't know we were providing solutions for and adapting Ubuntu to users of 
unlicensed Windows XP, but if this is the case you should know Windows Genuine 
Advantage is easily broken and a quick googling will reveal how to avoid WGA 
checks.

Cristi, I totally agree. We must do something about this problem, not
wait for Vista to take over the market.

-- 
Romanian  layout with ș and ț in it is not among the options in the GUI
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108057] Re: Romanian layout with ș and ț in it is not among the options in the GUI

2007-08-09 Thread Mihai Capotă
Jani, I fully understand that people don't know much about computers and just 
want to use them.
This is precisely why I want the default layout to be correct, because people 
will never change it. People will be writing with incorrect characters until 
the default changes.

I don't think anybody is opposed to the exposing of the comma layouts.

-- 
Romanian  layout with ș and ț in it is not among the options in the GUI
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 108057] Re: Romanian layout with ș and ț in it is not among the options in the GUI

2007-08-09 Thread Mihai Capotă
Mișu, I agree. We should continue our debate on the "Diacritice" mailing
list and return to this bug when we have reached a conclusion.

-- 
Romanian  layout with ș and ț in it is not among the options in the GUI
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 158880] Re: F-Spot can't send mail using Thunderbird

2008-01-15 Thread Mihai Capotă
The "thunderbird-mailto.py" script also works for me.

Thanks, FlagMan.

-- 
F-Spot can't send mail using Thunderbird
https://bugs.launchpad.net/bugs/158880
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 158880] F-Spot can't send mail using Thunderbird

2007-10-30 Thread Mihai Capotă
Public bug reported:

Binary package hint: f-spot

The "Send Mail..." feature in F-Spot doesn't work with Thunderbird in Gutsy. It 
was working in Feisty.
The dialog appears and F-Spot creates the lower resolution photos for the 
e-mail in "/tmp", but Thunderbird opens an error message saying "An error 
occurred while creating a message compose window. Please try again."
I can create a new Thunderbird message window complete with attachments from 
the command line just fine.
It seems to me that F-Spot is calling Thunderbird with the wrong parameters.

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
F-Spot can't send mail using Thunderbird
https://bugs.launchpad.net/bugs/158880
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 158880] Re: F-Spot can't send mail using Thunderbird

2007-12-10 Thread Mihai Capotă
YetOpen S.r.l. a scris:
> What do you have in Gnome's preferred applications? Try setting Thunderbird 
> from the drop-down list, if a customized command is present.

I have two machines running Gutsy. I selected Thunderbird from the
drop-down list on both of them. Using "Send Mail..." in F-Spot doesn't
work. I get message saying "An error occurred while creating a message
compose window. Please try again."

-- 
F-Spot can't send mail using Thunderbird
https://bugs.launchpad.net/bugs/158880
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 158880] Re: F-Spot can't send mail using Thunderbird

2007-12-10 Thread Mihai Capotă
thunderbird -compose "subject=test"

Works fine. So does

thunderbird -compose
"subject=test,attachment=',file:///test1,file:///test2'"

which is what F-Spot should do, if I understood the source code
correctly.

-- 
F-Spot can't send mail using Thunderbird
https://bugs.launchpad.net/bugs/158880
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210971] [NEW] Movie creation date is not detected

2008-04-02 Thread Mihai Capotă
Public bug reported:

Binary package hint: f-spot

F-spot places the movies it imports in a folder corresponding to the
import date, not the creation date.

I'm using f-spot 0.4.0-0ubuntu3 on Ubuntu 7.10.

Steps to reproduce:
1. Set the date of your camera to a day in the past, e.g. 2007/01/01.
2. Record a movie with your camera.
3. Import the movie with f-spot.
4. Observed that the movie is placed in / instead of  
/2007/01/01.

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Movie creation date is not detected
https://bugs.launchpad.net/bugs/210971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 158880] Re: F-Spot can't send mail using Thunderbird

2008-03-07 Thread Mihai Capotă
I confirm that the problem has been fixed in Hardy.

-- 
F-Spot can't send mail using Thunderbird
https://bugs.launchpad.net/bugs/158880
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108057] Re: Romanian keyboard layout has incorrect characters

2007-05-08 Thread Mihai Capotă
It's true that the cedilla versions are used a lot. But that doesn't make it 
right.
As a fix, I switched my layout from "ro std" to "ro academic". The only 
difference is that the cedilla is replaced with the comma.
This is the correct layout (used by both Windows Vista and MacOS X) and it 
should be the default in Ubuntu.

-- 
Romanian keyboard layout has incorrect characters
https://bugs.launchpad.net/bugs/108057
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 314692] Re: Brainstorm SSL problem, site not accessible (FF3)

2010-01-19 Thread Mihai Capotă
I would like to reopen this bug as an enhancement request. I'm not
comfortable sending my password using plain HTML. At least make the
login page accessible through HTTPS like Gmail used to be.

** Changed in: ubuntu-website
   Status: Invalid => Confirmed

-- 
Brainstorm SSL problem, site not accessible (FF3)
https://bugs.launchpad.net/bugs/314692
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501532] Re: rsync rename operation not permitted with SSHFS

2010-02-02 Thread Mihai Capotă
** Bug watch added: Samba Bugzilla #6077
   https://bugzilla.samba.org/show_bug.cgi?id=6077

** Also affects: rsync via
   https://bugzilla.samba.org/show_bug.cgi?id=6077
   Importance: Unknown
   Status: Unknown

-- 
rsync rename operation not permitted with SSHFS
https://bugs.launchpad.net/bugs/501532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501532] Re: rsync rename operation not permitted with SSHFS

2010-02-02 Thread Mihai Capotă
** Changed in: rsync (Ubuntu)
   Status: New => Invalid

-- 
rsync rename operation not permitted with SSHFS
https://bugs.launchpad.net/bugs/501532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 303757] Re: Let the weather in gnome clock display forecast

2010-04-23 Thread Mihai Capotă
The previous URL pointed to a gnome-panel bug, not a gnome-applets bug.
I added gnome-panel as affected.

** Also affects: gnome-panel via
   https://bugzilla.gnome.org/show_bug.cgi?id=562803
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-applets (Ubuntu)
   Status: Triaged => Invalid

** Changed in: gnome-applets
   Importance: Unknown => Undecided

** Changed in: gnome-applets
 Remote watch: GNOME Bug Tracker #562803 => None

** Changed in: gnome-applets
   Status: New => Invalid

-- 
Let the weather in gnome clock display forecast
https://bugs.launchpad.net/bugs/303757
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 543992] Re: The empathy fails to display a notification if the google account is open in browser. So i miss a lot of msessages.

2010-04-24 Thread Mihai Capotă
There is nothing Empathy can do about message delivery. Either the
sending client sends the messages specifically to the browser, or the
server routes them to the browser. Look at how Pidgin sends messages:

http://developer.pidgin.im/ticket/9874

** Bug watch added: Pidgin Trac #9874
   http://developer.pidgin.im/ticket/9874

** Changed in: empathy (Ubuntu)
   Status: New => Invalid

-- 
The empathy fails to display a notification if the google account is open in 
browser. So i miss a lot of msessages.
https://bugs.launchpad.net/bugs/543992
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 185928] Re: Pressing Space key should toggle play/pause (pause when playing; play when paused)

2010-06-09 Thread Mihai Capotă
I noticed the same behavior in Totem. I found a related Gnome bug that explains 
this behavior:
https://bugzilla.gnome.org/show_bug.cgi?id=370732

Space is reserved to activating widgets for accessibility purposes. It can't be 
used for anything else. There's an entry in the Totem FAQ about this:
http://projects.gnome.org/totem/#faq

You can make Space toggle playback right now by first highlighting the
Play button in the toolbar by pressing Tab.

The behavior you're seeing during playback - the song starting from the
beginning - is cause by the action associated with the song list widget,
which is normally the selected widget. The behavior of the song list
widget could be changed to toggle playback. Or keyboard focus could
switch to the play button automatically after you start a song, though I
don't think that's a good idea.

** Bug watch added: GNOME Bug Tracker #370732
   https://bugzilla.gnome.org/show_bug.cgi?id=370732

-- 
Pressing Space key should toggle play/pause (pause when playing; play when 
paused)
https://bugs.launchpad.net/bugs/185928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 452313] Re: Applications lose track of window focus status

2010-05-11 Thread Mihai Capotă
Unclutter is causing this. Starting Unclutter with the -noevents option
is a workaround.

A better description of the problem: when hovering the cursor over a
text input widget of a not-focused window, a cursor will start blinking
in that widget when the Unclutter timeout expires.


** Package changed: ubuntu => unclutter (Ubuntu)

-- 
Applications lose track of window focus status
https://bugs.launchpad.net/bugs/452313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 385034] Re: unclutter: cursor flashes repeatedly over GTK apps., takes 100% CPU

2010-03-04 Thread Mihai Capotă
I also noticed this bug. Maybe -noevents could be added to the default
options.

-- 
unclutter: cursor flashes repeatedly over GTK apps., takes 100% CPU
https://bugs.launchpad.net/bugs/385034
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 364627] Re: [jaunty] xelatex math symbols do not work when using fontspec

2010-02-15 Thread Mihai Capotă
** Bug watch added: Debian Bug tracker #507652
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507652

** Also affects: texlive-bin (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507652
   Importance: Unknown
   Status: Unknown

** Summary changed:

- [jaunty] xelatex math symbols do not work when using fontspec
+ xelatex math symbols do not work when using fontspec

-- 
xelatex math symbols do not work when using fontspec
https://bugs.launchpad.net/bugs/364627
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 352249] Re: Wrong glyphs for characters " Ş" (U+015E), "ş" (U+015F), "Ţ" (U+0162) and "ţ" (U+0163) in default fonts

2009-10-13 Thread Mihai Capotă
I still see the bug in Karmic.

-- 
Wrong glyphs for characters  "Ş" (U+015E), "ş" (U+015F), "Ţ" (U+0162) and "ţ" 
(U+0163) in default fonts
https://bugs.launchpad.net/bugs/352249
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 422361] Re: [karmic] after upgrading from firefox 3.5 on jaunty to firefox 3.5 on karmic, fonts have too much spacing

2009-10-14 Thread Mihai Capotă
The reporter says the problem went away.

** Changed in: firefox-3.5 (Ubuntu)
   Status: Incomplete => Fix Released

-- 
[karmic] after upgrading from firefox 3.5 on jaunty to firefox 3.5 on karmic, 
fonts have too much spacing
https://bugs.launchpad.net/bugs/422361
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 452313] [NEW] Applications lose track of window focus status

2009-10-15 Thread Mihai Capotă
Public bug reported:

Applications (I've observed gnome-terminal, pidgin and empathy) lose track of 
window focus status.
For instant messaging programs, this is particularly bad because they don't 
alert you about received messages.
The problem appears to manifest itself randomly and can be remedied. In 
gnome-terminal, for example, opening and closing the About box makes it restart 
tracking window focus.

ProblemType: Bug
Architecture: amd64
Date: Thu Oct 15 18:10:44 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ubuntu-desktop 1.172
ProcEnviron:
 PATH=(custom, user)
 LANG=ro_RO.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.45-generic
SourcePackage: ubuntu-meta
Uname: Linux 2.6.31-13-generic x86_64

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Applications lose track of window focus status
https://bugs.launchpad.net/bugs/452313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 452313] Re: Applications lose track of window focus status

2009-10-15 Thread Mihai Capotă

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33742354/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33742356/XsessionErrors.txt

-- 
Applications lose track of window focus status
https://bugs.launchpad.net/bugs/452313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 452313] Re: Applications lose track of window focus status

2009-10-16 Thread Mihai Capotă
Here's a similar bug in Debian that was marked unreproducible:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=240271

And here's a thread about this problem in the Ubuntu forums:
http://ubuntuforums.org/showthread.php?t=1106805

** Bug watch added: Debian Bug tracker #240271
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=240271

-- 
Applications lose track of window focus status
https://bugs.launchpad.net/bugs/452313
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 441941] Re: grub fails after running Windows

2009-12-18 Thread Mihai Capotă
** Also affects: grub via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550702
   Importance: Unknown
   Status: Unknown

-- 
grub fails after running Windows
https://bugs.launchpad.net/bugs/441941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 441941] Re: grub fails after running Windows

2009-12-18 Thread Mihai Capotă
** Also affects: grub2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550702
   Importance: Unknown
   Status: Unknown

** Changed in: grub
   Importance: Unknown => Undecided

** Changed in: grub
   Status: Unknown => New

** Changed in: grub
 Remote watch: Debian Bug tracker #550702 => None

-- 
grub fails after running Windows
https://bugs.launchpad.net/bugs/441941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 507036] [NEW] Allocating space for large file results in program hanging with 100% CPU usage

2010-01-13 Thread Mihai Capotă
Public bug reported:

Allocating space for large file results in program hanging with 100% CPU usage. 
I experienced this in both transmission and rtorrent with various files 4 - 6 
GB in size. When the allocation starts, I see a lot of disk activity but after 
a while this activity stops while the program keeps using 100% of the CPU. I 
left rtorrent running overnight in this state and it doesn't recover.
Furthermore, I can't kill the programs, even with SIGKILL. Actually, 
transmission dies, but becomes a zombie.
I think I should mention I'm using ecryptfs on my home partition as set up by 
the Ubuntu installer.

Here's a forum thread discussing this issue:
http://ubuntuforums.org/showthread.php?t=1216636

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: ubuntu-desktop 1.140
ProcEnviron:
 LANGUAGE=ro_RO:ro:en_GB:en
 LANG=ro_RO.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-meta
Uname: Linux 2.6.28-17-generic i686

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Allocating space for large file results in program hanging with 100% CPU usage
https://bugs.launchpad.net/bugs/507036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 507036] Re: Allocating space for large file results in program hanging with 100% CPU usage

2010-01-13 Thread Mihai Capotă

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/37853880/Dependencies.txt

-- 
Allocating space for large file results in program hanging with 100% CPU usage
https://bugs.launchpad.net/bugs/507036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 507036] Re: Allocating space for large file results in program hanging with 100% CPU usage

2010-01-14 Thread Mihai Capotă
I updated to Karmic today and the problem seems to have gone away. I
only tried one file (6.6 GB) in transmission and, while the program
freezes for a couple of minutes while the file space is being allocated,
it recovers and functions normally. Will report back after more
experiments.

-- 
Allocating space for large file results in program hanging with 100% CPU usage
https://bugs.launchpad.net/bugs/507036
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 466123] Re: When trying to play a DVD, an error message is displayed: No URI handler implemented for "dvd"

2009-12-27 Thread Mihai Capotă
I had the same problem on Ubuntu 9.10 x86-64. It went away after I
installed gstreamer0.10-gnomevfs and all gstreamer0.10-plugins-*.
Unfortunately, I did it in one step and I can't pinpoint the package
that solved it.

-- 
When trying to play a DVD, an error message is displayed:  No URI handler 
implemented for "dvd"
https://bugs.launchpad.net/bugs/466123
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1872524] [NEW] window-list does not start, "TypeError: settings is null"

2020-04-13 Thread Mihai Capotă
Public bug reported:

In Ubuntu 18.04, Looking Glass reports the following error:
"TypeError: settings is null"

Upstream problem report:
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/62

Upstream fix:
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/34

I confirmed that installing the upstream extension from Ubuntu Software
fixes the error. Could you please update the Ubuntu package?

** Affects: gnome-shell-extensions (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

** Project changed: gnome-shell-extensions => gnome-shell-extensions
(Ubuntu)

** Description changed:

- Looking Glass reports the following error:
+ In Ubuntu 18.04, Looking Glass reports the following error:
  "TypeError: settings is null"
  
  Upstream problem report:
  https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/62
  
  Upstream fix:
  https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/34
  
  I confirmed that installing the upstream extension from Ubuntu Software
  fixes the error. Could you please update the Ubuntu package?

** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872524

Title:
  window-list does not start, "TypeError: settings is null"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extensions/+bug/1872524/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1196313] Re: When exporting to HTML a book collection "you must select at least one field" pops up but "Field to be exported" is greyed out

2016-10-08 Thread Mihai Capotă
The workaround suggested in the forum thread referenced in comment #1 works: 
you can export from the command line, e.g.:
gcstar -x -e HTML -o test.html --exportprefs "template=>Tian" file.gcs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1196313

Title:
  When exporting to HTML a book collection "you must select at least one
  field" pops up but "Field to be exported" is greyed out

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcstar/+bug/1196313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1196313] Re: When exporting to HTML a book collection "you must select at least one field" pops up but "Field to be exported" is greyed out

2016-10-08 Thread Mihai Capotă
There is another workaround in comment #3 of duplicate bug #1059109:
export as CSV first (you can select fields there), then you can export
to HTML any number of times until you close the program.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1196313

Title:
  When exporting to HTML a book collection "you must select at least one
  field" pops up but "Field to be exported" is greyed out

To manage notifications about this bug go to:
https://bugs.launchpad.net/gcstar/+bug/1196313/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55575] Re: Lock Screen/Switch User can't use

2012-03-30 Thread Mihai Capotă
I can no longer reproduce it either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/55575

Title:
  Lock Screen/Switch User can't use

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-session/+bug/55575/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 631989] Re: keyboard layout indicator cannot be hidden

2012-03-30 Thread Mihai Capotă
Issue still exists in 12.04. Whenever there are more than one keyboard
layouts available, the indicator is visible. There is no option to hide
it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/631989

Title:
  keyboard layout indicator cannot be hidden

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-indicator-mods/+bug/631989/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 605982] Re: iwl3945 LED defaults to blinking on traffic

2010-10-01 Thread Mihai Capotă
*** This bug is a duplicate of bug 250211 ***
https://bugs.launchpad.net/bugs/250211

** This bug has been marked a duplicate of bug 250211
   WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
 * You can subscribe to bug 250211 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/250211/+subscribe

-- 
iwl3945 LED defaults to blinking on traffic
https://bugs.launchpad.net/bugs/605982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 250211] Re: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2010-10-01 Thread Mihai Capotă
** Summary changed:

- Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
+ WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

-- 
WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop
https://bugs.launchpad.net/bugs/250211
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546370] Re: [lucid] indicator applet displays Keyboard layout

2010-10-02 Thread Mihai Capotă
*** This bug is a duplicate of bug 548778 ***
https://bugs.launchpad.net/bugs/548778

** This bug has been marked a duplicate of bug 548778
   Duplicate system keyboard layout
 * You can subscribe to bug 548778 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/548778/+subscribe

-- 
[lucid] indicator applet displays Keyboard layout 
https://bugs.launchpad.net/bugs/546370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 648112] Re: Disabling the keyboard layout indicator only moves it to the notification area

2010-10-02 Thread Mihai Capotă
*** This bug is a duplicate of bug 631989 ***
https://bugs.launchpad.net/bugs/631989

** This bug has been marked a duplicate of bug 631989
Regression: keyboard layout indicator cannot be hidden
 * You can subscribe to bug 631989 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/631989/+subscribe

-- 
Disabling the keyboard layout indicator only moves it to the notification area
https://bugs.launchpad.net/bugs/648112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76269] Re: brightness and inhibit applet has huge icons in the about dialogs

2010-10-02 Thread Mihai Capotă
Still happening in Ubuntu 10.10 RC.

-- 
brightness and inhibit applet has huge icons in the about dialogs
https://bugs.launchpad.net/bugs/76269
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604506] Re: Optionally hide user name in indicator session menu

2010-10-03 Thread Mihai Capotă
Omer Akram, could you please tell us what the gconf key that fixes this
bug is?

If you are referring to /system/indicator/me/display, it still not
present by default in Maverick (so it's also not documented by a
schema). It is definitely not a good way for regular users to hide the
username.

Note that the original plans for the MeMenu included the possibility to 
customize the title via the About Me window:
https://wiki.ubuntu.com/MeMenu#Title

-- 
Optionally hide user name in indicator session menu
https://bugs.launchpad.net/bugs/604506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604506] Re: Optionally hide user name in indicator session menu

2010-10-03 Thread Mihai Capotă
I rechecked with the Live session and with a new user account. The
/system/indicator/me/display key is not present in a default Maverick
install.

Of course, adding the key manually works. But there is no documentation
(I don't think documentation in a bug report counts). I believe that was
the point of comment 2, i.e., creating a schema for the key.

-- 
Optionally hide user name in indicator session menu
https://bugs.launchpad.net/bugs/604506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604506] Re: Optionally hide user name in indicator session menu

2010-10-04 Thread Mihai Capotă
Would you please test with the Live image or by creating a new user
account? What does the key description say?

-- 
Optionally hide user name in indicator session menu
https://bugs.launchpad.net/bugs/604506
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 682096] [NEW] Ubuntu One Preferences shows incorrect storage size prefix

2010-11-27 Thread Mihai Capotă
Public bug reported:

Binary package hint: ubuntuone-client

Ubuntu One Preferences reports storage size with a "KB" prefix.
According to the actual size displayed, it should use the IEC base-2
prefix, "KiB".

However, according to the Ubuntu Units Policy[1], it should use SI
base-10 prefixed and compute the size accordingly.

Bug 666826 is about the same behavior in Ubuntu One Servers.

[1] https://wiki.ubuntu.com/UnitsPolicy

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: ubuntuone-client-gnome 1.4.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Sat Nov 27 12:45:42 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=ro_RO:ro:en_GB:en
 LANG=ro_RO.utf8
 SHELL=/bin/bash
SourcePackage: ubuntuone-client
UbuntuOneClientConfig:
 [ubuntuone]
 connected = True
 connect = 0
 show_applet = 0
 bookmarked = True
UbuntuOneSyncdaemonExceptionsLog:
 
UbuntuOneUserSyncdaemonConfig:
 [bandwidth_throttling]
 read_limit = 2097152
 write_limit = 2097152
 on = False

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick units-policy

-- 
Ubuntu One Preferences shows incorrect storage size prefix
https://bugs.launchpad.net/bugs/682096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 682096] Re: Ubuntu One Preferences shows incorrect storage size size prefix

2010-11-27 Thread Mihai Capotă

** Summary changed:

- Ubuntu One Preferences shows incorrect storage size size prefix
+ Ubuntu One Preferences shows incorrect storage size prefix

-- 
Ubuntu One Preferences shows incorrect storage size prefix
https://bugs.launchpad.net/bugs/682096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 373208] Re: system-config-printer-applet doesn't hide automatically when printing is complete, and Hide menu option doesn't work

2010-11-29 Thread Mihai Capotă
I don't have the problem anymore in Lucid. The icon now goes away after
printing is complete. Feel free to reopen if you can reproduce it.

** Changed in: system-config-printer (Ubuntu)
   Status: Incomplete => Fix Released

-- 
system-config-printer-applet doesn't hide automatically when printing is 
complete, and Hide menu option doesn't work
https://bugs.launchpad.net/bugs/373208
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246683] Re: Middle button does not work for scrolling

2015-10-03 Thread Mihai Capotă
** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246683

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246683] Re: Middle button does not work for scrolling

2015-10-03 Thread Mihai Capotă
Christopher, could you please tell us why you closed the report? Clearly
the bug is not about Saucy, but about currently supported releases.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246683

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1246683] Re: Middle button does not work for scrolling

2015-09-21 Thread Mihai Capotă
Christopher, as you must be aware, given that you commented on this bug
one and a half years ago, people have already reported that this bug
affects Ubuntu 14.04 LTS and Ubuntu 15.04. So please do not close it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246683

Title:
  Middle button does not work for scrolling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1246683/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 857858] Re: intel wireless network LED blinks all the time (11.10 regression)

2012-05-06 Thread Mihai Capotă
Workaround in comment 2 also works for me in Ubuntu 12.04. However, I
use a Dell Latitude D620 with an older chip, Intel 3945, so the module
name is iwl_legacy, instead of iwlagn. I have:

$ cat /etc/modprobe.d/wlan-led.conf
options iwl_legacy led_mode=1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/857858

Title:
  intel wireless network LED blinks all the time (11.10 regression)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-kernel-headers/+bug/857858/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 884621] Re: Scrollbars for maximized windows do not obey Fitts law

2012-02-13 Thread Mihai Capotă
Simon, if it's a Won't Fix, please mark the bug as such, or ask someone
who has the permission to do it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884621

Title:
  Scrollbars for maximized windows do not obey Fitts law

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-artwork/+bug/884621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 683170] Re: should be possible to display only windows from the current workspace in the launcher

2012-02-13 Thread Mihai Capotă
Stiki, I'm sorry to dissapoint you, but icons for windows from other
workspaces are still present in the launcher in Unity 5.2 on Precise.
This bug is definitely not fixed. I do only see windows from the current
workspace in the window spread, it's true.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/683170

Title:
  should be possible to display only windows from the current workspace
  in the launcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/683170/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 683170] Re: should be possible to display only windows from the current workspace in the launcher

2012-05-03 Thread Mihai Capotă
@Stiki This is probably the right place to discuss this, but you should
know that gnome-panel is alive and well in 12.04. You can have the
bottom panel with the window list and workspace switcher that behaves
just like in GNOME 2. Set the Unity launcher to auto-hide and you're
good to go.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/683170

Title:
  should be possible to display only windows from the current workspace
  in the launcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/683170/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 480605] Re: Repeated subscription request from same user

2012-05-04 Thread Mihai Capotă
Still happening in Ubuntu 12.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/480605

Title:
  Repeated subscription request from same user

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/480605/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 994453] [NEW] Inactive text box is not rendered as inactive

2012-05-04 Thread Mihai Capotă
Public bug reported:

In Ubuntu 12.04, the text box in Empathy chats rendered the same,
whether it's active or inactive (when status is offline). In previous
Ubuntu versions, as well as in the high-contrast theme included in
Ubuntu 12.04, the inactive text box is grayed out. It's not a big deal,
but I used the text box status as an indicator for my IM status because
of bug 880992.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: light-themes 0.1.9.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Fri May  4 09:58:14 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
PackageArchitecture: all
SourcePackage: light-themes
UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/994453

Title:
  Inactive text box is not rendered as inactive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/994453/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 994453] Re: Inactive text box is not rendered as inactive

2012-05-04 Thread Mihai Capotă
** Attachment added: "text-box-in-chat-window.png"
   
https://bugs.launchpad.net/bugs/994453/+attachment/3129568/+files/text-box-in-chat-window.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/994453

Title:
  Inactive text box is not rendered as inactive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/994453/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >