[Bug 1275687] Re: rhythmbox crashed with SIGSEGV in g_type_check_instance_is_a()

2014-02-08 Thread Walter Garcia-Fontes
** Information type changed from Private to Public

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

Title:
  rhythmbox crashed with SIGSEGV in g_type_check_instance_is_a()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1275687/+subscriptions

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


[Bug 1277370] Re: Now used Aiatana design blocks Evince accessibility usage if the current session is not Unity

2014-02-08 Thread Attila Hammer
I listed the previous comment what shortcuts add the 
0001-Port-to-GMenuModel-and-add-menu-bar.patch patch file.
Now, look what shortcuts to remove the 
0002-Remove-gtk_application_set_accels_for_actions.patch patch file:
Index: evince-3.10.3/shell/ev-application.c
===
--- evince-3.10.3.orig/shell/ev-application.c   2014-02-07 14:01:07.235558100 
+
+++ evince-3.10.3/shell/ev-application.c2014-02-07 14:01:07.231558100 
+
@@ -1104,47 +1104,9 @@
 { help, app_help_cb, NULL, NULL, NULL },
 };
 
-const gchar *action_accels[] = {
-  app.open,   CtrlO, NULL,
-  win.open-copy,  CtrlN, NULL,
-  win.save-copy,  CtrlS, NULL,
-  win.print,  CtrlP, NULL,
-  win.copy,   CtrlC, CtrlInsert, NULL,
-  win.select-all, CtrlA, NULL,
-  win.save-settings,  CtrlT, NULL,
-  win.go-first-page,  CtrlHome, NULL,
-  win.go-last-page,   CtrlEnd, NULL,
-  win.add-bookmark,   CtrlD, NULL,
-  win.close,  CtrlW, NULL,
-  win.escape, Escape, NULL,
-  win.find,   CtrlF, slash, NULL,
-  win.find-next,  CtrlG, NULL,
-  win.find-previous,  CtrlShiftG, NULL,
-  win.select-page,CtrlL, NULL,
-  win.go-backward,ShiftPage_Up, NULL,
-  win.go-forward, ShiftPage_Down, NULL,
-  win.go-next-page,   n, NULL,
-  win.go-previous-page,   p, NULL,
-  win.sizing-mode::fit-page,  f, NULL,
-  win.sizing-mode::fit-width, w, NULL,
-  win.open-menu,  F10, NULL,
-  win.caret-navigation,   F7, NULL,
-  win.zoom-in,plus, Ctrlplus, KP_Add, 
CtrlKP_Add, NULL,
-  win.zoom-out,   minus, Ctrlminus, KP_Subtract, 
CtrlKP_Subtract, NULL,
-  win.show-side-pane, F9, NULL,
-  win.fullscreen, F11, NULL,
-  win.presentation,   F5, NULL,
-  win.rotate-left,CtrlLeft, NULL,
-  win.rotate-right,   CtrlRight, NULL,
-  win.inverted-colors,CtrlI, NULL,
-  win.reload, CtrlR, NULL,
-  NULL

After this shortcuts remove part you adding following accelerators:
+gtk_application_add_accelerator (GTK_APPLICATION (application), 
CtrlF, win.find, NULL);
+
 gtk_application_set_app_menu (GTK_APPLICATION (application),
   G_MENU_MODEL (gtk_builder_get_object 
(builder, appmenu)));
   }
 
-g_object_unref (builder);
+gtk_application_add_accelerator (GTK_APPLICATION (application), F7, 
win.caret-navigation, NULL);
 

The shell/menus.ui file you added following accelerators:
   item
 attribute name=label translatable=yes_Open/attribute
 attribute name=actionapp.open/attribute
+attribute name=accellt;Ctrlgt;O/attribute
   /item
 /section
 section
@@ -33,6 +34,7 @@
   item
 attribute name=label translatable=yes_Help/attribute
 attribute name=actionapp.help/attribute
+attribute name=accelF1/attribute
   /item
 /section
   /menu
@@ -52,36 +54,43 @@
   item
 attribute name=label translatable=yesSide _Pane/attribute
 attribute name=actionwin.show-side-pane/attribute
+attribute name=accelF9/attribute
   /item
 /section
 section
   item
 attribute name=label translatable=yes_Fullscreen/attribute
 attribute name=actionwin.fullscreen/attribute
+attribute name=accelF11/attribute
   /item
   item
 attribute name=label translatable=yesPre_sentation/attribute
 attribute name=actionwin.presentation/attribute
+attribute name=accelF5/attribute
   /item
 /section
 section
   item
 attribute name=label translatable=yesRotate _Left/attribute
 attribute name=actionwin.rotate-left/attribute
+attribute name=accellt;Ctrlgt;Left/attribute
   /item
   item
 attribute name=label translatable=yesRotate _Right/attribute
 attribute name=actionwin.rotate-right/attribute
+attribute name=accellt;Ctrlgt;Right/attribute
   /item
 /section
 section
   item
 attribute name=label translatable=yesZoom _In/attribute
 attribute name=actionwin.zoom-in/attribute
+attribute name=accellt;Ctrlgt;plus/attribute
   /item
   item
 attribute name=label translatable=yesZoom _Out/attribute
 attribute name=actionwin.zoom-out/attribute
+attribute name=accellt;Ctrlgt;minus/attribute
   /item
 /section
 section
@@ -92,12 

[Bug 1275687] Re: rhythmbox crashed with SIGSEGV in g_type_check_instance_is_a()

2014-02-08 Thread Walter Garcia-Fontes
** Bug watch added: GNOME Bug Tracker #723884
   https://bugzilla.gnome.org/show_bug.cgi?id=723884

** Also affects: rhythmbox via
   https://bugzilla.gnome.org/show_bug.cgi?id=723884
   Importance: Unknown
   Status: Unknown

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

Title:
  rhythmbox crashed with SIGSEGV in g_type_check_instance_is_a()

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

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


[Bug 1275687] Re: rhythmbox crashed with SIGSEGV in g_type_check_instance_is_a()

2014-02-08 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Unknown = Expired

** Changed in: rhythmbox
   Importance: Unknown = Medium

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

Title:
  rhythmbox crashed with SIGSEGV in g_type_check_instance_is_a()

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

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


[Bug 1277838] [NEW] eog assert failure: eog: /build/buildd/cairo-1.12.16/src/cairo-xlib-surface-shm.c:619: _cairo_xlib_shm_pool_create: Zusicherung »*ptr != ((void *)0)« nicht erfüllt.

2014-02-08 Thread Daniel Winzen
Public bug reported:

In terminal I typed eog 1.jpeg and eog crashed. This happened every
time. But opening another image in the same directory and switching to
this image worked.

ProblemType: Crash
DistroRelease: Ubuntu 14.04
Package: eog 3.10.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.13.2-0ubuntu2
Architecture: amd64
AssertionMessage: eog: 
/build/buildd/cairo-1.12.16/src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Zusicherung »*ptr != ((void *)0)« nicht erfüllt.
CurrentDesktop: Unity
Date: Sat Feb  8 11:13:35 2014
ExecutablePath: /usr/bin/eog
InstallationDate: Installed on 2013-02-27 (346 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130226)
ProcCmdline: eog 1.jpeg
Signal: 6
SourcePackage: eog
StacktraceTop:
 __assert_fail_base (fmt=0x7f0a94342ec4 error: Cannot access memory at address 
0x7f0a94342ec4, assertion=assertion@entry=0x7f0a91500dc4 *ptr != ((void 
*)0), file=file@entry=0x7f0a91500d60 
/build/buildd/cairo-1.12.16/src/cairo-xlib-surface-shm.c, 
line=line@entry=619, function=function@entry=0x7f0a91500f10 
_cairo_xlib_shm_pool_create) at assert.c:92
 __GI___assert_fail (assertion=0x7f0a91500dc4 *ptr != ((void *)0), 
file=0x7f0a91500d60 /build/buildd/cairo-1.12.16/src/cairo-xlib-surface-shm.c, 
line=619, function=0x7f0a91500f10 _cairo_xlib_shm_pool_create) at assert.c:101
 ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
 ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
 ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
Title: eog assert failure: eog: 
/build/buildd/cairo-1.12.16/src/cairo-xlib-surface-shm.c:619: 
_cairo_xlib_shm_pool_create: Zusicherung »*ptr != ((void *)0)« nicht erfüllt.
UpgradeStatus: Upgraded to trusty on 2013-10-27 (103 days ago)
UserGroups: adm cdrom debian-tor dip lpadmin plugdev sambashare sudo video

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


** Tags: amd64 apport-crash need-amd64-retrace trusty

** Information type changed from Private to Public

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

Title:
  eog assert failure: eog: /build/buildd/cairo-1.12.16/src/cairo-xlib-
  surface-shm.c:619: _cairo_xlib_shm_pool_create: Zusicherung »*ptr !=
  ((void *)0)« nicht erfüllt.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1277838/+subscriptions

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

[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-02-08 Thread Viktor Mileikovskyi
Dear members!
The fix from ppa:attente/modifier-only-input-switch can't unlock alt+shift for 
me. It causes Shift+Alt+Next Group shortcut. Ctrl+Shift works normally.
 
Ubuntu upgraded from 13.04 x64 at Lenovo Ideapad Z580A.

With best regards.
Viktor.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1218322

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions

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


[Bug 1224732] Re: Custom keyboard shortcuts don't work

2014-02-08 Thread Markus Vuori
Affects me, too (saucy). Please correct quickly, this is annoying.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1224732

Title:
  Custom keyboard shortcuts don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1224732/+subscriptions

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


[Bug 1270957] Re: 13.10: screen does not turn off after x minutes of inactivity

2014-02-08 Thread Yan-hoose
I have the same problem. After upgrading from 13.04 to 13.10 the screen
no longer turns off after a certain time of inactivity. I have tested it
also without having any applications open. It behaves consistently the
same: the screen does not turn off.

Following the advice from the ubuntu forums, when I type xset s 10 to
the terminal, then the screen does turn off after 10 seconds (or
whatever parameter I give it).

However the screen does turn off when using the guest account without
any tinkering on the command line.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1270957

Title:
  13.10: screen does not turn off after x minutes of inactivity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1270957/+subscriptions

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


[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

2014-02-08 Thread Michael Zheludkov
My friend asked me to patch also Eclipse SWT.
Just added to https://github.com/zheludkovm/LinuxJavaFixes  patch for Eclipse.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1226962/+subscriptions

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


[Bug 1277866] [NEW] Wrong play time of a Audio Cd import

2014-02-08 Thread Heinz Greib
Public bug reported:

Dear Sir and Madame,

for about 2 years now I have a laptop and actually use it daily. (Ubuntu 12:04 
LTS)
Basically I use the program  Rhythmbox  which caused a problem. 
If I for example, want to import a CD , the program let the songs on the 
Audio-CD appears much longer then they are. A CD usually takes about 80 minutes 
but in the end the programm indicates a play time of 4 hours or longer! I 
couldnt work with the program rhythmbox, if my grandson (a computer programmer) 
hasn't write me a program which corrects the wrong play times. Regulary I do 
all the Updates and the bug has never been discovered or corrected. 

Please correct the bug and let me fix the problem by an Update

Thanks a lot

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

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

Title:
  Wrong play time of a Audio Cd import

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1277866/+subscriptions

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


[Bug 1277868] [NEW] Can not edit main menu by Alacarte

2014-02-08 Thread Viktor Mileikovskyi
Public bug reported:

Dear members!
Alacarte opens, allows creating or editing menu items, checking or unchecking 
checkboxes but nothing happen in Classicmenu-Indicator or Classic Ubuntu 
session. The checkbox state restores after the next Alacarte starting. All new 
items are lost.
System restart is not helpful.
This bug is not a Bug #64264 because the system restart is not helpful.
The OS is Ubuntu 13.10 x64 updated from 13.04.
With best regards.
Viktor.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alacarte 3.10.0-1
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sat Feb  8 15:15:15 2014
InstallationDate: Installed on 2014-02-08 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alacarte
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy

** Description changed:

  Dear members!
  Alacarte opens, allows creating or editing menu items, checking or unchecking 
checkboxes but nothing happen in Classicmenu-Indicator or Classic Ubuntu 
session. The checkbox state restores after the next Alacarte starting. All new 
items are lost.
  System restart is not helpful.
+ This bug is not a Bug #64264 because the system restart is not helpful.
  The OS is Ubuntu 13.10 x64 updated from 13.04.
  With best regards.
  Viktor.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alacarte 3.10.0-1
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Sat Feb  8 15:15:15 2014
  InstallationDate: Installed on 2014-02-08 (0 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alacarte
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Can not edit main menu by Alacarte

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/1277868/+subscriptions

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


[Bug 1245097] Re: Internal data flow error playing dvds

2014-02-08 Thread A Lenzo
Hello - I would like to echo #12's question.  I am running a 64-bit AMD
system and I currently have gstreamer1.0-plugins-ugly (version 1.2.0-1)
installed.  But I would like to upgrade to 1.2.2 as KarlRelton has
suggested.  There is not an option to do this in the Software Center.  I
visited the Trusty Archive website and it was suggested there that I use
the aptitude or synaptic package manager to download their packages.  I
installed these but was unable to determine how to get the package in
question.  Under the synaptic package manager gstreamer is shown to be
up-to-date with no option to get the newer version.

Perhaps there is a way to install the package gstreamer1.0-plugings-ugly
in saucy (by using the latest package from Trusty archive) from the
command line?

Could someone please offer the terminal command required to install
gstreamer1.0-plugings-ugly in saucy (by using the latest package from
Trusty archive)?  Or if another method is preferred, please clarify the
method.

Many thanks for your time.

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

Title:
  Internal data flow error playing dvds

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

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


[Bug 1277868] Re: Can not edit main menu by Alacarte

2014-02-08 Thread Viktor Mileikovskyi
The back trace is very short. Starting alacarte causes two identical
error messages. Creating new items or closing alacarte cause no
messages.

** Attachment added: This is a back trace during openning and creating new 
item.
   
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/1277868/+attachment/3973893/+files/Backtrace_alacarte.txt

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

Title:
  Can not edit main menu by Alacarte

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/1277868/+subscriptions

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


[Bug 1277868] Re: Can not edit main menu by Alacarte

2014-02-08 Thread Viktor Mileikovskyi
There is the same bugs in ArchLinux
https://bugs.archlinux.org/task/37221

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

Title:
  Can not edit main menu by Alacarte

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/1277868/+subscriptions

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


[Bug 1277881] Re: Crash while using nautilus sendto email feature

2014-02-08 Thread Apport retracing service
*** This bug is a duplicate of bug 1213878 ***
https://bugs.launchpad.net/bugs/1213878

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1213878, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1277881/+attachment/3973894/+files/CoreDump.gz

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1277881/+attachment/3973897/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1277881/+attachment/3973898/+files/ProcStatus.txt

** This bug has been marked a duplicate of private bug 1213878

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  Crash while using nautilus sendto email feature

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-sendto/+bug/1277881/+subscriptions

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


[Bug 1270957] Re: 13.10: screen does not turn off after x minutes of inactivity

2014-02-08 Thread Olivier
Hi Yan-hoose, hi All,

From my side, I went further in my investigations and I've found an
acceptable solution for my case. I read recently that the screen driver
might cause some issues due to some incompatibility with Ubuntu 13.10.
So I went in System parameters, then Softwares and updates, then the
additional drivers tab. I ticked there the first checkbox Usage of
server X X.org... (I'm trying to translate from French to English the
original text) instead of the 2nd one (Usagve of video driver for...
AMD... fglrx-updates...). I've attached the screenshot of the complete
window (in French), in case it can help to understand the details.

In my case, it fixed 2 issues: 
- after waking up from a sleeping mode, the computer screen is now able to turn 
the light off, after a certain time (I found out recently that I encountered 
this bug only after waking from sleeping mode)
- this screen driver is now able to manage correctly the brightness manual 
change (only difference with the other driver: the brightness levels are now 4 
instead of something like 6 or 8 previously, but it's much better than nothing 
or very random result). 

The only bug that is remaining for me is that when I close the lid of my
laptop, it goes to sleeping mode instead of shutting down (setup made
previously with tweak tool).

Important detail: my computer is a netbook laptop ACER ASPIRE ONE 722
C62KK (AMD dual core processor c60).

** Attachment added: Screenshot - Ubuntu - System parameters - Additional 
drivers - 2014-02-08 16:21:29.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1270957/+attachment/3973941/+files/Screenshot%20-%20Ubuntu%20-%20System%20parameters%20-%20Additional%20drivers%20-%202014-02-08%2016%3A21%3A29.png

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1270957

Title:
  13.10: screen does not turn off after x minutes of inactivity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1270957/+subscriptions

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


[Bug 1277893] [NEW] ubuntu crashes on opening video

2014-02-08 Thread krishnan sampath
Public bug reported:

If i open any video file in totem or vlc or smplayer, it automatically
goes to tty1, logs out of my user and takes me to lightdm login screen.
Has been an issue since kernel 3.13.7. Please fix soon

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: totem 3.10.1-1ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.13.2-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Feb  8 21:09:59 2014
InstallationDate: Installed on 2013-11-16 (84 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
LogAlsaMixer:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [on]
SourcePackage: totem
UpgradeStatus: Upgraded to trusty on 2014-01-06 (33 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  ubuntu crashes on opening video

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1277893/+subscriptions

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


[Bug 1275109] Re: gvfsd-trash crashed with SIGABRT in g_assertion_message()

2014-02-08 Thread Alberto Salvia Novella
** Changed in: gvfs (Ubuntu)
   Importance: Undecided = High

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

Title:
  gvfsd-trash crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1275109/+subscriptions

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


[Bug 1272030] Re: [xsettings]: gnome-settings-daemon crashed with SIGSEGV in ffi_call_unix64()

2014-02-08 Thread Alberto Salvia Novella
** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1272030

Title:
  [xsettings]: gnome-settings-daemon crashed with SIGSEGV in
  ffi_call_unix64()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1272030/+subscriptions

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


[Bug 1266179] Re: When `Shift+Alt L` is for switching keyboard layouts, Shift has to be pressed first

2014-02-08 Thread Alberto Salvia Novella
** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1266179

Title:
  When `Shift+Alt L` is for switching keyboard layouts, Shift has to be
  pressed first

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1266179/+subscriptions

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


[Bug 1275946] Re: nautilus crashed with SIGABRT in g_assertion_message()

2014-02-08 Thread Alberto Salvia Novella
** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  nautilus crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1275946/+subscriptions

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


[Bug 1270565] Re: 'net usershare' returned error 255: net usershare add: cannot convert name Everyone to a SID. Access denied.

2014-02-08 Thread Alberto Salvia Novella
** Changed in: gnome-user-share (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-user-share in Ubuntu.
https://bugs.launchpad.net/bugs/1270565

Title:
  'net usershare' returned error 255: net usershare add: cannot convert
  name Everyone to a SID. Access denied.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-user-share/+bug/1270565/+subscriptions

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


[Bug 1275295] Re: gnome-control-center.real crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-02-08 Thread Alberto Salvia Novella
** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1275295

Title:
  gnome-control-center.real crashed with SIGSEGV in
  __GI___pthread_mutex_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1275295/+subscriptions

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


[Bug 1222137] Re: gnome-screensaver emits repeated error, gtk_widget_set_visible: assertion `GTK_IS_WIDGET (widget)' failed

2014-02-08 Thread Patrik Sandin
I see this assertion whenever I lock the screen.
My screen goes blank and shows only part of the UI when I move the mouse or 
press keys on the keyboard.


** Attachment added: Gnome screensaver debug log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1222137/+attachment/3974088/+files/gnome-screensaver.log

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

Title:
  gnome-screensaver emits repeated error, gtk_widget_set_visible:
  assertion `GTK_IS_WIDGET (widget)' failed

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

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


[Bug 1222137] Re: gnome-screensaver emits repeated error, gtk_widget_set_visible: assertion `GTK_IS_WIDGET (widget)' failed

2014-02-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-screensaver (Ubuntu)
   Status: New = Confirmed

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

Title:
  gnome-screensaver emits repeated error, gtk_widget_set_visible:
  assertion `GTK_IS_WIDGET (widget)' failed

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

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


[Bug 1245209] Re: Flashback (no effects) session unusable in Ubuntu GNOME Saucy Trusty

2014-02-08 Thread Alberto Salvia Novella
** Changed in: gdm (Ubuntu)
   Importance: Undecided = High

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

Title:
  Flashback (no effects) session unusable in Ubuntu GNOME Saucy  Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/1245209/+subscriptions

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


[Bug 1256414] Re: evince rotion bug with postscript files

2014-02-08 Thread Alberto Salvia Novella
** Changed in: evince (Ubuntu)
   Importance: Undecided = High

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

Title:
  evince rotion bug with postscript files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1256414/+subscriptions

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


[Bug 1241811] Re: USB disk not automatically mounted after upgrade to 13.10

2014-02-08 Thread Chris McKenna
This also affects me.
I have a brand new installation of plain Xubuntu 13.10 (XFCE) with no Unity or 
Gnome.

Like the other commenters dmesg reports that udisks recognise the drive
correctly, and I can mount it manually with udisksctrl mount -b
/dev/sdb1 but it doesn't mount automatically. Not even the same drive
twice in the same session.

[169444.283673] usb 3-6: new high-speed USB device number 13 using xhci_hcd
[169444.321253] usb 3-6: New USB device found, idVendor=0939, idProduct=0b15
[169444.321260] usb 3-6: New USB device strings: Mfr=2, Product=3, 
SerialNumber=1
[169444.321265] usb 3-6: Product: StorE HDD
[169444.321269] usb 3-6: Manufacturer: Toshiba
[169444.321273] usb 3-6: SerialNumber: 2010122931CF
[169444.323003] usb-storage 3-6:1.0: USB Mass Storage device detected
[169444.323084] scsi13 : usb-storage 3-6:1.0
[169446.491233] scsi 13:0:0:0: Direct-Access Toshiba  StorE HDD 
PQ: 0 ANSI: 4
[169446.491653] sd 13:0:0:0: Attached scsi generic sg2 type 0
[169446.495383] sd 13:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 
GB/298 GiB)
[169446.501667] sd 13:0:0:0: [sdb] Write Protect is off
[169446.501674] sd 13:0:0:0: [sdb] Mode Sense: 38 00 00 00
[169446.507951] sd 13:0:0:0: [sdb] No Caching mode page found
[169446.507959] sd 13:0:0:0: [sdb] Assuming drive cache: write through
[169446.521256] sd 13:0:0:0: [sdb] No Caching mode page found
[169446.521265] sd 13:0:0:0: [sdb] Assuming drive cache: write through
[169446.545609]  sdb: sdb1
[169446.559319] sd 13:0:0:0: [sdb] No Caching mode page found
[169446.559330] sd 13:0:0:0: [sdb] Assuming drive cache: write through
[169446.559337] sd 13:0:0:0: [sdb] Attached SCSI disk
chris@xenon:~/Pictures$ udisksctl mount -b /dev/sdb1
Mounted /dev/sdb1 at /media/chris/USB-HDD.

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

Title:
  USB disk not automatically mounted after upgrade to 13.10

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

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


[Bug 129219]

2014-02-08 Thread Sledru
Congrat!

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

Title:
  firefox download manager - Open containing folder with preselected
  file in nautilus/file manager

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

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


[Bug 1262990] Re: Negative unread counts without rhyme or reason

2014-02-08 Thread Dave Gilbert
Low: If it's just the count that's wrong it's not a big issue

** Changed in: empathy (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Negative unread counts without rhyme or reason

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

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2014-02-08 Thread Matthieu Baerts
Sorry for the delay...

@Sebastien:
 Do you have any example of thing that would stop working if you changed your 
 DesktopName to be cairo-dock?

Yes, I guess that if we change the DesktopName to Cairo-Dock (or
something else), we will have problems with programs which are launched
at startup.

$ grep -rn GNOME /etc/xdg/autostart |grep -e OnlyShowIn -e 
AutostartCondition
/etc/xdg/autostart/gnome-keyring-ssh.desktop:6:OnlyShowIn=GNOME;Unity;MATE;
/etc/xdg/autostart/nautilus-autostart.desktop:5:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/gnome-user-share.desktop:9:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop:9:OnlyShowIn=GNOME;XFCE;Unity;
/etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop:11:AutostartCondition=GNOME3
 unless-session gnome
/etc/xdg/autostart/gnome-settings-daemon.desktop:5:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/gnome-keyring-secrets.desktop:6:OnlyShowIn=GNOME;Unity;MATE;
/etc/xdg/autostart/gnome-sound-applet.desktop:16:AutostartCondition=GNOME3 
if-session gnome-fallback
/etc/xdg/autostart/gnome-keyring-pkcs11.desktop:6:OnlyShowIn=GNOME;Unity;MATE;
/etc/xdg/autostart/at-spi-dbus-bus.desktop:5:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/onboard-autostart.desktop:9:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/telepathy-indicator.desktop:12:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/telepathy-indicator.desktop:13:AutostartCondition=GNOME3 
unless-session gnome
/etc/xdg/autostart/gnome-screensaver.desktop:7:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/gnome-screensaver.desktop:8:AutostartCondition=GNOME3 
unless-session gnome
/etc/xdg/autostart/evolution-alarm-notify.desktop:10:OnlyShowIn=GNOME;Unity;XFCE;Dawati;
/etc/xdg/autostart/vino-server.desktop:6:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/gsettings-data-convert.desktop:8:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/orca-autostart.desktop:9:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/user-dirs-update-gtk.desktop:7:OnlyShowIn=GNOME;LXDE;Unity;
/etc/xdg/autostart/gnome-fallback-mount-helper.desktop:10:OnlyShowIn=GNOME;Unity;
/etc/xdg/autostart/gnome-fallback-mount-helper.desktop:12:AutostartCondition=GNOME3
 unless-session gnome
/etc/xdg/autostart/gnome-keyring-gpg.desktop:6:OnlyShowIn=GNOME;Unity;MATE;

As we can see here, every time we have GNOME in the OnlyShowIn key, we also 
have Unity. So if we change the session name, we should do the same for 
Cairo-Dock.
Maybe we can patch all these applications to add Cairo-Dock in the OnlyShowIn 
key but I don't know if it's a good idea because we will also have to maintain 
these patches (except if Ubuntu Desktop and Gnome teams can help us by checking 
that when they change this key, they also notify us or add/remove Cairo-Dock 
from this key too).

When looking at the AutostartCondition key, we can see: GNOME3 unless-session 
gnome which means that this application is launched when: XDG_CURRENT_DESKTOP 
== GNOME but DESKTOP_SESSION != gnome (on a GNOME session but when it's not 
Gnome-Shell).
Why can't we do that for Nautilus?

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274740/+subscriptions

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2014-02-08 Thread Matthieu Baerts
@Alkis: I think there is a typo in Ubuntu's patch.
Can you stop nautilus (nautilus -n) and then try to launch it with:

$ env XDG_CURRENT_DESKTOP=GNOMEF nautilus

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274740/+subscriptions

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2014-02-08 Thread Matthieu Baerts
@Tim:

 especially in cases where the default upstream GNOME3 behaviour has
changed significantly

Yes, I agree that Cairo-Dock and Flashback sessions can't be considered
as a Gnome-Shell session and some changes in GNOME 3.10 apps are now too
specific to Gnome-Shell.

But I think it can be interesting to have a default mode for all sessions 
started with Gnome-Session (Unity, Gnome-Shell + Flashback, Cairo-Dock and many 
others) but still having the possibility to have some tiny differences when 
using one of this session. I'm not sure that a session launched with 
Gnome-Session but with another session name than Unity or GNOME will be usable 
(according to the OnlyShowIn keys in these files: /etc/xdg/autostart/*.desktop).
Currently, it seems that some programs are specific to Unity OR Gnome-Shell but 
not all other GNOME sessions.

We can imagine having that:
 *OnlyShowIn=Gnome-Session# = Gnome-Shell, Unity, Flashback, Cairo-Dock
 *OnlyShowIn=Gnome-Session
   AutostartCondition=GSession unless-session gnome# = Unity, 
Flashback, Cairo-Dock, etc. excepted Gnome-Shell
 *OnlyShowIn=Unity   # = only on Unity session

What do you think about that?

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274740/+subscriptions

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


[Bug 1277963] Re: ubuntu_show_titlebar.patch: XDG_CURRENT_DESKTOP is not correctly compared with GNOME

2014-02-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~matttbe/ubuntu/trusty/nautilus/lp1277963

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

Title:
  ubuntu_show_titlebar.patch: XDG_CURRENT_DESKTOP is not correctly
  compared with GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1277963/+subscriptions

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


[Bug 1277963] [NEW] ubuntu_show_titlebar.patch: XDG_CURRENT_DESKTOP is not correctly compared with GNOME

2014-02-08 Thread Matthieu Baerts
Public bug reported:

Hello,

Currently in ubuntu_show_titlebar.patch, 'g_strcmp0' function is used
but the result is not compared to 0.

According to the GLib Reference Manual: just like strcmp, this
function returns an integer less than, equal to, or greater than zero,
if str1 is , == or  than str2.

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

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

Title:
  ubuntu_show_titlebar.patch: XDG_CURRENT_DESKTOP is not correctly
  compared with GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1277963/+subscriptions

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2014-02-08 Thread Matthieu Baerts
Sorry: LP: #1277963
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1277963

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274740/+subscriptions

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2014-02-08 Thread Matthieu Baerts
@Alkis Georgopoulos (alkisg): I guess you've this bug: LP #1277963

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274740/+subscriptions

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


[Bug 1275633] Re: Header bar appearance inconsistent with other applications (is not black under Ambiance)

2014-02-08 Thread Adolfo Jayme
Yes, that's because epiphany doesn't use a standard header bar. Maybe
someone can offer a patch to work around the problem under ubuntu-
themes.

** Also affects: ubuntu-themes (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: epiphany-browser (Ubuntu)
   Status: New = Triaged

** Changed in: epiphany-browser (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: ubuntu-themes (Ubuntu)
   Status: New = Triaged

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Header bar appearance inconsistent with other applications (is not
  black under Ambiance)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/1275633/+subscriptions

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


[Bug 473026] Re: epiphany python extensions don't work with epiphany 2.28

2014-02-08 Thread Adolfo Jayme
GNOME devs have completely removed support for extensions by now...

** Changed in: epiphany-browser (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  epiphany python extensions don't work with epiphany 2.28

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/473026/+subscriptions

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


[Bug 178104] Re: rss plugin + google reader

2014-02-08 Thread Adolfo Jayme
GNOME removed support for extensions + Google Reader has dissappeared.
So...

** Changed in: epiphany-browser (Ubuntu)
   Status: Triaged = Won't Fix

** Changed in: epiphany-browser (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

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

Title:
  rss plugin + google reader

To manage notifications about this bug go to:
https://bugs.launchpad.net/epiphany-browser/+bug/178104/+subscriptions

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


[Bug 684146] Re: Please make selected items look like in other Gnome apps

2014-02-08 Thread Adolfo Jayme
** Bug watch added: GNOME Bug Tracker #615183
   https://bugzilla.gnome.org/show_bug.cgi?id=615183

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

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

Title:
  Please make selected items look like in other Gnome apps

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

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


[Bug 1277963] Re: ubuntu_show_titlebar.patch: XDG_CURRENT_DESKTOP is not correctly compared with GNOME

2014-02-08 Thread Adolfo Jayme
** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Medium

** Changed in: nautilus (Ubuntu)
   Status: New = Triaged

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

Title:
  ubuntu_show_titlebar.patch: XDG_CURRENT_DESKTOP is not correctly
  compared with GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1277963/+subscriptions

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


[Bug 877566] Re: Syntax highlighting missing for CSS 3 additions

2014-02-08 Thread Bug Watch Updater
** Changed in: gtksourceview
   Importance: Medium = Wishlist

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

Title:
  Syntax highlighting missing for CSS 3 additions

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

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


[Bug 1276659] Re: suspending on shutdown when lid is closed

2014-02-08 Thread Lionel Conrad-Bruat
I have exactly the same problem. Same settings (do nothing on closing lid).
Kubuntu 13.10
Dell Inspiron 9400, latest BIOS

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1276659

Title:
  suspending on shutdown when lid is closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/1276659/+subscriptions

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


[Bug 1223049] Re: file save dialog cripples dirnames while having much space

2014-02-08 Thread Launchpad Bug Tracker
[Expired for gtk+3.0 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gtk+3.0 (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1223049

Title:
  file save dialog cripples dirnames while having much space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1223049/+subscriptions

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


[Bug 1252855] Re: print to file does not allow to change the folder

2014-02-08 Thread Launchpad Bug Tracker
[Expired for gtk+3.0 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: gtk+3.0 (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1252855

Title:
  print to file does not allow to change the folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1252855/+subscriptions

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


[Bug 128142] Re: nautilus crashed with SIGSEGV in g_slice_alloc()

2014-02-08 Thread Andrew M Tapp
I don't know about the other guys, but the bug happened to me while
copying files from one location to another. I've since reattempted the
copy while waiting for the bug data to upload and it went smoothly. So I
don't know if I can reproduce the bug for a valgrind log. Is there a way
to set up a running log or something so the next time if it happens, the
log will already be generated without having to reproduce it?

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

Title:
  nautilus crashed with SIGSEGV in g_slice_alloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/128142/+subscriptions

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2014-02-08 Thread Tim
@Matthieu, I was discussing this mitya57 the other day with respect to
-flashback. it seems that it would be best to move the GNOME2/Compiz
sessions to using Unity, since that is far closer to the legacy
environments that these sessions require. Things are just going to
diverge further in the gnome3 land (for e.g. all legacy code will be
dropped from g-s-d, g-c-c this cycle once the unity ports are complete).

There will be a few .desktop/autostart files that need tweaking but
otherwise it should be straight forward to switch over.

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274740/+subscriptions

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


[Bug 1278022] [NEW] gvfsd-mtp crashed with SIGSEGV

2014-02-08 Thread David Baucum
Public bug reported:

While transferring a file to my Android phone it rebooted, causing
gvfsd-mtp to crash.

ProblemType: Crash
DistroRelease: Ubuntu 14.04
Package: gvfs-backends 1.19.5-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
Uname: Linux 3.13.0-8-generic i686
ApportVersion: 2.13.2-0ubuntu2
Architecture: i386
Date: Sun Feb  9 00:01:27 2014
ExecutablePath: /usr/lib/gvfs/gvfsd-mtp
ProcCmdline: /usr/lib/gvfs/gvfsd-mtp --spawner :1.6 /org/gtk/gvfs/exec_spaw/1
SegvAnalysis:
 Segfault happened at: 0xb5a092a0:  add%al,(%eax)
 PC (0xb5a092a0) in non-executable VMA region: 0xb5a0-0xb5a2a000 rw-p None
 source %al ok
 destination (%eax) (0xb5a00068) ok
 Stack memory exhausted (SP below stack segment)
SegvReason: executing writable VMA None
Signal: 11
SourcePackage: gvfs
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
Title: gvfsd-mtp crashed with SIGSEGV
UpgradeStatus: Upgraded to trusty on 2013-12-29 (42 days ago)
UserGroups: adm autopilot cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: apport-crash i386 need-i386-retrace trusty

** Information type changed from Private to Public

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

Title:
  gvfsd-mtp crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1278022/+subscriptions

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


[Bug 1274740] Re: Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

2014-02-08 Thread Matthieu Baerts
@Tim: yes, currently it's maybe the best solution if we don't have to
patch .desktop/autostart files.

But it can also be interesting to have a default mode for all sessions
started with gnome-session (Unity, Cairo-Dock, Flashback, etc.) with
some exceptions for Gnome-Shell (or Unity if it needs to start some
specific apps, e.g.: the future file manager instead of Nautilus).

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

Title:
  Re-enable traditional titlebar on 'gnome-but-not-shell' sessions too

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1274740/+subscriptions

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