[Bug 1622880] Re: nautilus crashes on Ubuntu 16.10

2016-10-15 Thread yohann
Same issue here, upgraded from 16.04 to 16.10, the desktop was blank,
and Nautilus wouldn't launch.

Solved by $ sudo rm -rf ~/.config/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/1622880

Title:
  nautilus crashes on Ubuntu 16.10

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

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


[Bug 1165590] [NEW] Unable to adjust backlight brightness after upgrade to raring - Asus UX32VD

2013-04-06 Thread Yohann Lepage
Public bug reported:

Hi,

After upgrading to raring, gsd-backlight-helper seems to make a wrong
decision on which backlight to modify/the correct node is missing. The
hotkeys for changing the screen brightness don't work on Asus UX32VD.
The brightness is stuck between two values ​​ with the hotkeys (about
95% and 90%)

gsd-backlight-helper sets
/sys/devices/virtual/backlight/apple_backlight/brightness which doesn't
change anything :

# strace -e write,open /usr/lib/gnome-settings-daemon/gsd-backlight-helper 
--set-brightness 10 21|tail -n 2
open(/sys/devices/pci:00/:00:01.0/:01:00.0/backlight/acpi_video0/brightness,
 O_WRONLY) = 3
write(3, 10, 2)   = 2

manually setting the brightness like this doesn't work :

# echo 5 
/sys/devices/pci\:00/\:00\:01.0/\:01\:00.0/backlight/acpi_video0/brightness

setting the brightness using intel_backlight works well :

# strace -e write,open /usr/bin/intel_backlight 100 21|tail -n 4
open(/sys/bus/pci/devices/:00:02.0/resource0, O_RDWR|O_CLOEXEC) = 4
write(1, current backlight value: 100%\nse..., 52current backlight value: 100%
set backlight to 100%
) = 52

manually setting the brightness like this works :

# echo 50 
/sys/bus/pci/devices/\:00\:02.0/backlight/acpi_video1/brightness

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-settings-daemon 3.6.4-0ubuntu8
ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
Uname: Linux 3.8.0-16-generic x86_64
ApportVersion: 2.9.2-0ubuntu5
Architecture: amd64
Date: Sun Apr  7 07:41:38 2013
InstallationDate: Installed on 2012-09-17 (201 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64+mac (20120917)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-settings-daemon
UpgradeStatus: Upgraded to raring on 2013-04-06 (0 days ago)

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


** Tags: amd64 apport-bug raring

** Attachment added: minimum  brightness with hotkey
   
https://bugs.launchpad.net/bugs/1165590/+attachment/3627291/+files/min_brightness_with_hotkey.png

** Description changed:

  Hi,
  
- gsd-backlight-helper seems to make a wrong decision on which backlight
- to modify/the correct node is missing. The hotkeys for changing the
- screen brightness don't work on Asus UX32VD. The brightness is stuck
- between two values ​​ with the hotkeys (about 95% and 90%)
+ After upgrading to raring, gsd-backlight-helper seems to make a wrong
+ decision on which backlight to modify/the correct node is missing. The
+ hotkeys for changing the screen brightness don't work on Asus UX32VD.
+ The brightness is stuck between two values ​​ with the hotkeys (about
+ 95% and 90%)
  
  gsd-backlight-helper sets
  /sys/devices/virtual/backlight/apple_backlight/brightness which doesn't
  change anything :
  
  # strace -e write,open /usr/lib/gnome-settings-daemon/gsd-backlight-helper 
--set-brightness 10 21|tail -n 2
  
open(/sys/devices/pci:00/:00:01.0/:01:00.0/backlight/acpi_video0/brightness,
 O_WRONLY) = 3
  write(3, 10, 2)   = 2
  
  manually setting the brightness like this doesn't work :
  
  # echo 5 
  
/sys/devices/pci\:00/\:00\:01.0/\:01\:00.0/backlight/acpi_video0/brightness
  
  setting the brightness using intel_backlight works well :
-  
+ 
  # strace -e write,open /usr/bin/intel_backlight 100 21|tail -n 4
  open(/sys/bus/pci/devices/:00:02.0/resource0, O_RDWR|O_CLOEXEC) = 4
  write(1, current backlight value: 100%\nse..., 52current backlight value: 
100%
  set backlight to 100%
  ) = 52
-  
+ 
  manually setting the brightness like this works :
  
  # echo 50 
  /sys/bus/pci/devices/\:00\:02.0/backlight/acpi_video1/brightness
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-settings-daemon 3.6.4-0ubuntu8
  ProcVersionSignature: Ubuntu 3.8.0-16.26-generic 3.8.5
  Uname: Linux 3.8.0-16-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Sun Apr  7 07:41:38 2013
  InstallationDate: Installed on 2012-09-17 (201 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64+mac (20120917)
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: Upgraded to raring on 2013-04-06 (0 days ago)

-- 
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/1165590

Title:
  Unable to adjust backlight brightness after upgrade to raring - Asus
  UX32VD

To manage notifications about this bug go to:

[Bug 1165590] Re: Unable to adjust backlight brightness after upgrade to raring - Asus UX32VD

2013-04-06 Thread Yohann Lepage
An upgrade to the last firmware solves the bug ( BIOS 214 2013/03/07)

This report can be closed.

-- 
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/1165590

Title:
  Unable to adjust backlight brightness after upgrade to raring - Asus
  UX32VD

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

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


[Bug 577553] Re: epiphany-browser segmentation fault with url *

2010-09-21 Thread Yohann Lepage
Please rename this bug : epiphany-browser segmentation fault with
proxy.pac

-- 
epiphany-browser segmentation fault  with url *
https://bugs.launchpad.net/bugs/577553
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


Re: [Bug 577553] Re: epiphany-browser segmentation fault with url *

2010-05-26 Thread Yohann Lepage
I tested with the url ubuntu.com

gdb epiphany-browser
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/epiphany-browser...Reading symbols from
/usr/lib/debug/usr/bin/epiphany-browser...done.
done.
(gdb) run
Starting program: /usr/bin/epiphany-browser
[Thread debugging using libthread_db enabled]
[New Thread 0xb5dddb70 (LWP 3432)]
[New Thread 0xb54b4b70 (LWP 3433)]
[New Thread 0xb4affb70 (LWP 3434)]
[Thread 0xb4affb70 (LWP 3434) exited]
[New Thread 0xb4affb70 (LWP 3435)]
[New Thread 0xb3e3fb70 (LWP 3436)]
[Thread 0xb3e3fb70 (LWP 3436) exited]
[New Thread 0xb3e3fb70 (LWP 3439)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb4affb70 (LWP 3435)]
JSGarbageCollect (ctx=0x1) at ../JavaScriptCore/API/JSBase.cpp:96
96  ../JavaScriptCore/API/JSBase.cpp: Aucun fichier ou dossier de ce type.
in ../JavaScriptCore/API/JSBase.cpp
(gdb) bt
#0  JSGarbageCollect (ctx=0x1) at ../JavaScriptCore/API/JSBase.cpp:96
#1  0x02b51e97 in ?? () from /usr/lib/libproxy/0.3.1/modules/pacrunner_webkit.so
#2  0x02b52377 in ?? () from /usr/lib/libproxy/0.3.1/modules/pacrunner_webkit.so
#3  0x01e35b52 in px_proxy_factory_get_proxies () from /usr/lib/libproxy.so.0
#4  0x00433b61 in ?? () from /usr/lib/libsoup-gnome-2.4.so.1
#5  0x00433db2 in ?? () from /usr/lib/libsoup-gnome-2.4.so.1
#6  0x00434049 in ?? () from /usr/lib/libsoup-gnome-2.4.so.1
#7  0x0199ed0c in ?? () from /lib/libglib-2.0.so.0
#8  0x0199cdef in ?? () from /lib/libglib-2.0.so.0
#9  0x01b1e96e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#10 0x01bffa4e in clone () from /lib/tls/i686/cmov/libc.so.6

But, it works without problems if i disable global proxy configuration
in ubuntu :
-System
--Preferences
---Proxy
Tick direct connection to internet
 Apply to the system


-- 
Yohann L.
http://www.2xyo.info

-- 
epiphany-browser segmentation fault  with url *
https://bugs.launchpad.net/bugs/577553
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 577553] [NEW] epiphany-browser segmentation fault with url *

2010-05-08 Thread Yohann Lepage
Public bug reported:

Binary package hint: epiphany-browser

Hi,

epiphany-browser crashes with the url * :

$ gdb epiphany-browser 
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/epiphany-browser...(no debugging symbols 
found)...done.
(gdb) run
Starting program: /usr/bin/epiphany-browser 
[Thread debugging using libthread_db enabled]
[New Thread 0xb3610b70 (LWP 31598)]
[New Thread 0xb2cefb70 (LWP 31599)]
[New Thread 0xb22ffb70 (LWP 31600)]
[Thread 0xb22ffb70 (LWP 31600) exited]
[New Thread 0xb22ffb70 (LWP 31601)]
[New Thread 0xb0fffb70 (LWP 31613)]
[New Thread 0xb07feb70 (LWP 31614)]
[New Thread 0xafffdb70 (LWP 31615)]
[New Thread 0xaf7fcb70 (LWP 31616)]
[New Thread 0xaeffbb70 (LWP 31617)]
[New Thread 0xae7fab70 (LWP 31618)]
[New Thread 0xadff9b70 (LWP 31619)]
[New Thread 0xad7f8b70 (LWP 31620)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb22ffb70 (LWP 31601)]
0xb657e20b in ?? () from /lib/tls/i686/cmov/libc.so.6
(gdb) backtrace
#0  0xb657e20b in ?? () from /lib/tls/i686/cmov/libc.so.6
#1  0xb2425252 in ?? () from /usr/lib/libproxy/0.3.1/modules/pacrunner_webkit.so
#2  0xb62b9b52 in px_proxy_factory_get_proxies () from /usr/lib/libproxy.so.0
#3  0xb7cc0b61 in ?? () from /usr/lib/libsoup-gnome-2.4.so.1
#4  0xb7cc0db2 in ?? () from /usr/lib/libsoup-gnome-2.4.so.1
#5  0xb7cc1049 in ?? () from /usr/lib/libsoup-gnome-2.4.so.1
#6  0xb6759cec in ?? () from /lib/libglib-2.0.so.0
#7  0xb6757dcf in ?? () from /lib/libglib-2.0.so.0
#8  0xb65c596e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9  0xb6533a0e in clone () from /lib/tls/i686/cmov/libc.so.6

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: epiphany-browser 2.30.2-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat May  8 20:46:08 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: epiphany-browser

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


** Tags: apport-bug i386 lucid

-- 
epiphany-browser segmentation fault  with url *
https://bugs.launchpad.net/bugs/577553
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 577553] Re: epiphany-browser segmentation fault with url *

2010-05-08 Thread Yohann Lepage

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48078511/Dependencies.txt

-- 
epiphany-browser segmentation fault  with url *
https://bugs.launchpad.net/bugs/577553
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 577553] Re: epiphany-browser segmentation fault with url *

2010-05-08 Thread Yohann Lepage
Please replace the title by epiphany-browser segmentation fault with
any url

Indeed, the browser crashes for any address.
Methodology:
$ Epiphany-browser
- Enter an address in the address bar
= The browser crashes

-- 
epiphany-browser segmentation fault  with url *
https://bugs.launchpad.net/bugs/577553
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