[Bug 580961] Re: unzip fails to deal correctly with filename encodings

2011-01-04 Thread David Jaša
** Also affects: file-roller via
   https://bugzilla.gnome.org/show_bug.cgi?id=306403
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a subscriber of a duplicate bug (34667).
https://bugs.launchpad.net/bugs/580961

Title:
  unzip fails to deal correctly with filename encodings

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


[Bug 485370] [NEW] g-p-m doesn't show enough information

2009-11-19 Thread David Jaša
Public bug reported:

Binary package hint: gnome-power-manager

See the Bug #462267. Now with battstat applet gone, its features should
be added to g-p-m so that user comfort is not harmed.

g-p-m shows only icon in status area. The icon can express only limited
amount of information and even then it is not used to its full
potential. Now the icon can show only battery states (external power
only, battery charging, battery charged, battery with high/low/very
low/critically low remaining capacity discharging).

Precise information is displayed in tooltip only. That means that user
needs to get used to interrupt regularly work on some battery, move the
cursor to the icon, wait for tooltip to appear, read the information and
then to resume work. All of this must be often done with integrated
pointing devices that are much slower and much more precise than regular
mouse.

I request these features to be added to g-p-m's UI to fix mentioned
usability flaw:

1) add a keyboard shortcut that would display notification bubble with
actual power state (and let know about it in tooltip, g-p-m settings or
another place that is likely to be visited by plain user)

2) icon modification so it displays actual charge in analog way. The
battery inside of Humanity g-p-m icon on my computer is 11 px high so
it should drop 1 px for every 100/11 = 9 discharged percents of
capacity. (And of course rise for every 9 % recharged.)

3) option to display remaining time or percents permanently

4) option to show large battery in style of battstat's two icons mode or
in style of Lenovo's Battery MaxiMiser gauge (see attachments)

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
g-p-m doesn't show enough information
https://bugs.launchpad.net/bugs/485370
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 485370] Re: g-p-m doesn't show enough information

2009-11-19 Thread David Jaša

** Attachment added: icon of Thinkpad Battery MaxiMiser
   http://launchpadlibrarian.net/35856509/tp_bmm_gauge.png

-- 
g-p-m doesn't show enough information
https://bugs.launchpad.net/bugs/485370
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 485370] Re: g-p-m doesn't show enough information

2009-11-19 Thread David Jaša

** Attachment added: battstat applet in divided icons mode
   http://launchpadlibrarian.net/35856533/battstat_applet.jpg

-- 
g-p-m doesn't show enough information
https://bugs.launchpad.net/bugs/485370
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 379670] [NEW] totem-gstreamer stops playback when stream name is updated

2009-05-23 Thread David Jaša
Public bug reported:

Binary package hint: totem-gstreamer

When listening to this stream:
http://www.rozhlas.cz/audio/download/ddur_maxogg.m3u with totem-
gstreamer, playback frequently stops with internal data flow error
message. My research has shown that it happens when stream changes it's
name. If run in CLI, it reports this:

$ totem-gstreamer Plocha/ddur_maxogg.m3u 
/var/lib/python-support/python2.6/gdata/tlslite/utils/cryptomath.py:9: 
DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
** Message: Error: Interní chyba toku dat.
gstbasesrc.c(2330): gst_base_src_loop (): 
/GstPlayBin:play/GstSoupHTTPSrc:source:
streaming task paused, reason not-linked (-1)

For comparison, CLI mplayer reports this:
Demuxer info Name changed to Cesky rozhlas D-dur  (Antonio Vivaldi: Dixit 
Dominus D dur.  Zalm 110 Vyrok Hospodinuv memu Panu. )

I'm assigning to totem-gstreamer, but it's likely to be a bug in some
other package, because totem-xine doesn't suffer with this bug.

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

-- 
totem-gstreamer stops playback when stream name is updated
https://bugs.launchpad.net/bugs/379670
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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

[Bug 227770] Re: glstreamer0.10-gl disapeared in hardy

2009-05-22 Thread David Jaša
Well, glimagesink is still missing in 9.04 as well...

-- 
glstreamer0.10-gl disapeared in hardy
https://bugs.launchpad.net/bugs/227770
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 350150] [NEW] Don't create thumbnails of files on slow fs's

2009-03-28 Thread David Jaša
Public bug reported:

Binary package hint: nautilus

I uses sometimes obexfs to get files from my phone to computer via IRDa.
This has one feature - any file transfer is very slow, roughly few
kB/s. When I open some directory on such fs in Nautilus, it tries to
download every file in folder causing double transfer of every file -
once for thumbnailing it and second time for actual download. Side
effect is also freezing it's UI.

Nautilus should prevent something to do this. I could imagine two approaches:
1) blacklist potentially slow fs's. Apart from obexfs, remote fs's can have 
unpredictable speed and also removable fs's connected throught slow interfaces, 
like USB 1.1
2) check if getting file for thumbnailing doesn't take too long time. If it 
does, stop making thumbs of files in that particular directory

It would also be nice if thumbnailing run asynchronously, so that any
problem here wouldn't cause UI freeze.

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

-- 
Don't create thumbnails of files on slow fs's
https://bugs.launchpad.net/bugs/350150
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 208467] Re: Camera Device button Open F-spot Photo Manager doesn't work

2008-06-08 Thread David Jaša
Nearly fixed for me now -- nearly because there's missing option for
import by gthumb in nautilus configuration although I've got gthumb
installed.

-- 
Camera Device button Open F-spot Photo Manager doesn't work
https://bugs.launchpad.net/bugs/208467
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 208467] Re: Camera Device button Open F-spot Photo Manager doesn't work

2008-05-17 Thread David Jaša
Martin Pitt:
 Ah, I see. In this case this behaves similar to a normal USB hard
 disk, and nautilus should call f-spot instead of a file browser. g-v-m
 cannot handle this any more.

 So we are back to the original bug that nautilus should unbreak camera
 support handling.

What time could take fixing this bug? I'm delaying upgrade to Hardy at
computers I manage because this would seriously upset my users... :(

-- 
Camera Device button Open F-spot Photo Manager doesn't work
https://bugs.launchpad.net/bugs/208467
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 223835] Re: Nautilus is not aware about gthumb photo importer

2008-05-11 Thread David Jaša
It works nearly perfectly in Feisty - the only flaw is that gnome-
volume-manager-gthumb runs whole gthumb, not just import photos
window.

** Attachment added: Log of Feisty's g-v-m
   http://launchpadlibrarian.net/14447276/gvm.log

-- 
Nautilus is not aware about gthumb photo importer
https://bugs.launchpad.net/bugs/223835
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 223835] Re: Nautilus is not aware about gthumb photo importer

2008-05-03 Thread David Jaša
 then plug in your camera

As I stated in original report, this bug/regression regards plugging
only memory card into card reader, not plugging camera itself, which
works fine with my configuration. But in development versions of Hardy
plugging camera worked the same and now it isn't.

** Attachment added: Log of g-v-m
   http://launchpadlibrarian.net/14158399/gvm.log

-- 
Nautilus is not aware about gthumb photo importer
https://bugs.launchpad.net/bugs/223835
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 223835] Re: Nautilus is not aware about gthumb photo importer

2008-05-03 Thread David Jaša

** Attachment added: Contents of memory card (ls -R of it)
   http://launchpadlibrarian.net/14158434/ls-R

** Changed in: gnome-volume-manager (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Nautilus is not aware about gthumb photo importer
https://bugs.launchpad.net/bugs/223835
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 223835] Re: Nautilus is not aware about gthumb photo importer

2008-04-29 Thread David Jaša
** Also affects: gnome-volume-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Nautilus is not aware about gthumb photo importer
https://bugs.launchpad.net/bugs/223835
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 223835] Re: Nautilus is not aware about gthumb photo importer

2008-04-29 Thread David Jaša
g-v-m's settings didn't work for me, so I assumed, that it was bug of
Nautilus. If g-v-m should still handle cameras, it doesn't work for me
because it doesn't launch any command specified in gnome-volume-
properties.

-- 
Nautilus is not aware about gthumb photo importer
https://bugs.launchpad.net/bugs/223835
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 223835] Re: Nautilus is not aware about gthumb photo importer

2008-04-29 Thread David Jaša
pitti: yes, I've changed configuration to gnome-volume-manager-gthumb
%h (found in earlier versions of ubuntu), gthumb --import-photos and
back to hardy's default f-spot-import (and variants with/without %h).
Nothing worked for me.

** Changed in: gnome-volume-manager (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Nautilus is not aware about gthumb photo importer
https://bugs.launchpad.net/bugs/223835
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-volume-manager in ubuntu.

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


[Bug 223835] [NEW] Nautilus is not aware about gthumb photo importer

2008-04-28 Thread David Jaša
Public bug reported:

Binary package hint: nautilus

When I plug memory card from camera to card reader, Ubuntu no longer offers 
import of pictures from camera. I've found out that importing is now handled by 
Nautilus, so I went through Nautilus's configuration. It has an option for 
choosing photo importer, but:
0) the field is grayed
1) nautilus isn't aware about gthumb importing capabilities
2) doesn't provide any way to enter importing command manually

This is inconvenient for all people who used gthumb all the time and
things worked well until now.

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

-- 
Nautilus is not aware about gthumb photo importer
https://bugs.launchpad.net/bugs/223835
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 223835] Re: Nautilus is not aware about gthumb photo importer

2008-04-28 Thread David Jaša

** Attachment added: screenshot of gthumb import window and nautilus 
configuration
   http://launchpadlibrarian.net/13992394/broken_photo_import.png

-- 
Nautilus is not aware about gthumb photo importer
https://bugs.launchpad.net/bugs/223835
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 173966] Re: java plugin not working in firefox 3 on ubuntu 8.04

2008-04-11 Thread David Jaša
I had the same problem with sun-java6-jre today until I manually added
symlink to /etc/alternatives/firefox-javaplugin.so in /usr/lib
/xulrunner-addons/plugins.

-- 
java plugin not working in firefox 3 on ubuntu 8.04
https://bugs.launchpad.net/bugs/173966
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 197761] Re: [hardy] firefox3 siezes focus when loading a page via liferea

2008-03-21 Thread David Jaša
Confirming here with slight difference: firefox moves to actual desktop
stealing focus of app, where one clicked the link. This is really
annoying, and WM should prevent it, so I'm setting also affects to
metacity.

** Also affects: metacity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[hardy] firefox3 siezes focus when loading a page via liferea
https://bugs.launchpad.net/bugs/197761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


Re: [Bug 131885] Re: Backlight no longer under my control on battery

2008-03-14 Thread David Jaša
Keenan Pepper napsal(a):
 So, let me get this straight.
 
 When the state changes from AC → battery → AC, or from battery → AC →
 battery, g-p-m should forget the temporary setting and use the permanent
 one from GConf.
 
 However, when the state changes from busy → idle → busy, g-p-m should
 remember the temporary setting.
 

This is sensible but still not enough IMO. Imagine you're working on 
unstable power network and/or have bad contact in your power supply. 
AC/battery status changes then pretty frequently and display brightness 
blinks accordingly. So g-p-m should also
1) check, if this event isn't too soon after previous one and if it is, 
change setting back to temporary one
2) if there are more frequent changes, take conservative approach at 
swithing backlight (change brightness after some sensible timeout)

-- 
Backlight no longer under my control on battery
https://bugs.launchpad.net/bugs/131885
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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

[Bug 190866] [NEW] Java plugin not available in Epiphany 2.21

2008-02-11 Thread David Jaša
Public bug reported:

Java plugin is not working in Epiphany 2.21.90, though I have sun-java6-plugin 
(and -jre and -bin) installed. This site offers plugin download:
http://www.fce.vutbr.cz/PKO/0M2/PREDN2/klotoid/klo.htm

and this one reports No supported method running Java applet found:
https://www.mojebanka.cz/confwiz/install/ctrl-cw_lite/jsok.page?lang=en

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Java plugin not available in Epiphany 2.21
https://bugs.launchpad.net/bugs/190866
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu.

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


[Bug 190866] Re: Java plugin not available in Epiphany 2.21

2008-02-11 Thread David Jaša
Java is not working in Firefox 2 either. I'm not sure if it affects
Firefox or java plugin generally...

-- 
Java plugin not available in Epiphany 2.21
https://bugs.launchpad.net/bugs/190866
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu.

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


[Bug 125992] Re: nautilus: blank/format CD/DVD option in context menu

2008-02-05 Thread David Jaša
** Changed in: nautilus
 Bugwatch: GNOME Bug Tracker #456856 = GNOME Bug Tracker #160266
   Status: Invalid = Unknown

-- 
nautilus: blank/format CD/DVD option in context menu
https://bugs.launchpad.net/bugs/125992
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 181893] Re: clicking on an https link when the remote site has invalid credentials does not work

2008-02-04 Thread David Jaša
Confirming on Hardy, too. Yet another URL:
https://intranet.study.fce.vutbr.cz/ (expired certificate)

-- 
clicking on an https link when the remote site has invalid credentials does not 
work
https://bugs.launchpad.net/bugs/181893
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 41335] Re: DVD playing is not working correctly with totem-gstreamer

2007-10-19 Thread David Jaša
Sam, thank you for your comment. IMO the only illegal part, CSS
decrypting stuff, has been solved in acceptable way for a long time
already. You can install a package and if you confirm that CSS is not
illegal in your case, some script installs it for you or alternatively,
you can add external Medibuntu repository and install necessary stuff on
your own accord.

The real problem is unsupported DVD menu in Gstreamer, which can't be
coded by Fluendo folks (who AFAIK are most of gstreamer developers) due
to signed NDA's. But this is not be problem for people connected with
Ubuntu project or employed in Canonical Ltd, is it?

Sebastien, could you reply to this or Sam's comment, please?

-- 
DVD playing is not working correctly with totem-gstreamer
https://bugs.launchpad.net/bugs/41335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 41335] Re: DVD playing is not working correctly with totem-gstreamer

2007-10-18 Thread David Jaša
Toni, your magic works problem around. It changes nothing on fact, that
dvd playing with totem-gstreamer just sucks and somebody should fix it.
IMNSHO it's a shame for Canonical, that their favoured player can't play
DVD seamlessly after three and half years of Ubuntu distribution's
existence.

-- 
DVD playing is not working correctly with totem-gstreamer
https://bugs.launchpad.net/bugs/41335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 132620] Re: [gutsy] no longer expands in panel

2007-09-06 Thread David Jaša
** Bug watch added: GNOME Bug Tracker #465658
   http://bugzilla.gnome.org/show_bug.cgi?id=465658

** Also affects: deskbar-applet via
   http://bugzilla.gnome.org/show_bug.cgi?id=465658
   Importance: Unknown
   Status: Unknown

-- 
[gutsy] no longer expands in panel
https://bugs.launchpad.net/bugs/132620
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for deskbar-applet.

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


[Bug 132620] Re: [gutsy] no longer expands in panel

2007-09-06 Thread David Jaša
This change changes Deskbar from mature and usable application to rough
developer preview from user's point of view. In my opinion, Ubuntu
should stick with older, more polished, versions of software, if new
versions break UI (the same case is file roller's bug #13199).

Ubuntu maintainers, please go through comments at upstream bug and
consider shipping older version in gutsy.

** Tags added: desktop gutsy gutsy-regression usability

-- 
[gutsy] no longer expands in panel
https://bugs.launchpad.net/bugs/132620
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is the registrant for deskbar-applet.

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


[Bug 136657] Support configuration by debconf in libpam-keyring

2007-09-01 Thread David Jaša
Public bug reported:

Binary package hint: gnome-keyring

If you install libpam-keyring, you have to modify files in /etc/pam.d by
hand by adding simple '@include common-pamkeyring' line. This
configuration should be by debconf IMO in form of checkboxes with labels
and hints like this:

Choose, at which means of logon should be gnome-keyring unlocked:
...
[X]  GDM -- active graphical login manager on this system
...
[ ]  login -- handles login in console

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

-- 
Support configuration by debconf in libpam-keyring
https://bugs.launchpad.net/bugs/136657
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-keyring in ubuntu.

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


[Bug 133991] Add xulrunner engine for epiphany

2007-08-22 Thread David Jaša
Public bug reported:

Binary package hint: epiphany-browser

It would be nice if Ubuntu had package with Epiphany using xulrunner
engine. Epiphany would be somewhat ligther than Firefox and xulrunner is
in repositories pretty long time already.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Add xulrunner engine for epiphany
https://bugs.launchpad.net/bugs/133991
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu.

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


[Bug 41335] Re: DVD playing is not working correctly with totem-gstreamer

2007-07-15 Thread David Jaša
Can somebody point me to gstreamer upstream bug about dvd menu, please?

-- 
DVD playing is not working correctly with totem-gstreamer
https://bugs.launchpad.net/bugs/41335
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 125992] nautilus: blank/format CD/DVD option in context menu

2007-07-14 Thread David Jaša
Public bug reported:

Binary package hint: nautilus

Now Gnome offers no straight-forward way to erase optical discs (blank
in case of CD's, format in case of DVD's), but this could be pretty
easily fixed by adding an option to nautilus context menu for optical
drives. Name of this option could be chosen from erase optical media,
blank CD-RW, format DVD[-+]RW and format DVD-RAM depending on type
of actual disc in drive. This should call a dialog setting options for
erasing (e.g. speed) and confirming it.

** Affects: nautilus (upstream)
 Importance: Unknown
 Status: Unknown

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

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

** Also affects: nautilus (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=456856
   Importance: Unknown
   Status: Unknown

-- 
nautilus: blank/format CD/DVD option in context menu
https://bugs.launchpad.net/bugs/125992
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for nautilus in ubuntu.

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


[Bug 54717] Re: No hibernate option when logging out

2006-08-07 Thread David Jaša
I noticed the same. I have suspend and hibernate enabled in both
/etc/default/acpi-support and gnome-power-manager and no
suspend/hibernate button appears in logout dialog.

-- 
No hibernate option when logging out 
https://launchpad.net/bugs/54717

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