[Desktop-packages] [Bug 2003617] Re: gnome-shell[2561]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keyc ode a)

2023-03-04 Thread jo paul
** This bug is no longer a duplicate of bug 1857392 Window manager warning: Overwriting existing binding of keysym... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2003617 Title

[Desktop-packages] [Bug 2003617] Re: gnome-shell[2561]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keyc ode a)

2023-01-21 Thread jo paul
after a reboot following a system update (on reflection: maybe not a problem) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/2003617 Title: gnome-shell[2561]: Window manager warni

[Desktop-packages] [Bug 2003617] [NEW] gnome-shell[2561]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keyc ode a)

2023-01-21 Thread jo paul
Public bug reported: non-blocking and non-urgent problem ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: gnome-shell 42.5-0ubuntu1 ProcVersionSignature: Ubuntu 5.15.0-58.64-generic 5.15.74 Uname: Linux 5.15.0-58-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.

[Desktop-packages] [Bug 387957] Re: Improve Save As Dialog Box (focus issues)

2021-04-21 Thread Jo Wilkes
This is a very irritating thing, and should be easy to solve. The fix is just changing initial focus! Hard to understand this has been open for 12 years now. There's even a risk of data loss by unintentionally overwriting a file when one types, *as it works just fine on all other OS*, the filenam

[Desktop-packages] [Bug 1771880] Re: Seahorse unable to import pkcs12 certificates

2021-01-28 Thread Jo Wilkes
(Sorry for #43, wrong bug/thread - but yes, the same goes for .p12 at the versions stated.) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/1771880 Title: Seahorse unable to impo

[Desktop-packages] [Bug 1771880] Re: Seahorse unable to import pkcs12 certificates

2021-01-28 Thread Jo Wilkes
Still unable to import openssh-formatted RSA PRIVATE KEYs on Ubuntu 20.04.1 LTS / Gnome 3.36.8 / Seahorse 3.36-1 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-keyring in Ubuntu. https://bugs.launchpad.net/bugs/1771880 Title: Se

[Desktop-packages] [Bug 1882232] Re: Fresh install of chromium-browser during installer-like process, in a chroot fails (when preparing machines prior to first boot)

2020-06-25 Thread Jo K
Oups ``` Command '/usr/bin/chromium-browser' requires the chromium snap to be installed. Please install it with: snap install chromium ``` when should it trigger snap installation ? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chrom

[Desktop-packages] [Bug 1882232] Re: Fresh install of chromium-browser during installer-like process, in a chroot fails (when preparing machines prior to first boot)

2020-06-25 Thread Jo K
Just tried with -proposed repo, installation of chromium-browser package doesn't hang in a chroot anymore. After first reboot the package is installed in version: 83.0.4103.97-0ubuntu0.20.04.1 Please change tag from verification-needed-focal to verification-done- focal. -- You received this b

[Desktop-packages] [Bug 1573959] Re: On-screen text disappears after suspend

2020-06-13 Thread Jo Wilkes
sorry, couldn't add via edit to my report: $ dpkg -l | grep xserver-xorg-video-intel ii xserver-xorg-video-intel 2:2.99.917+git20200226-1 amd64X.Org X server -- Intel i8xx, i9xx display driver -- You received this bug notification because you are a member

[Desktop-packages] [Bug 1573959] Re: On-screen text disappears after suspend

2020-06-13 Thread Jo Wilkes
I am affected on Ubuntu 20.04 LTS, too: $ uname -a Linux MACHINENAME 5.4.0-37-generic #41-Ubuntu SMP Wed Jun 3 18:57:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux $ lspci -nn | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 630 (Desktop) [8086:3e92] $ lsb_releas

[Desktop-packages] [Bug 1882232] Re: install chromium-browser in a chroot fails

2020-06-05 Thread Jo K
Ansible use his own module to wrap apt command, and it uses non- interactive way, not just "-y". Anyway i confirm that this fails under a chroot : $ DEBIAN_FRONTEND=noninteractive chroot /target apt-get -y install chromium-browser Reading package lists... Building dependency tree... Reading stat

[Desktop-packages] [Bug 1882232] Re: install chromium-browser in a chroot fails

2020-06-05 Thread Jo K
To reproduce apt install ansible -y ansible localhost -m apt -a "name=chromium-browser" You can try it in a container. That's not exactly a chroot but... docker run --rm -it ubuntu:latest /bin/bash apt update && apt install ansible -y ansible localhost -m apt -a "name=chromium-browser" -- You

[Desktop-packages] [Bug 1882232] Re: install chromium-browser in a chroot fails

2020-06-05 Thread Jo K
I did install with "apt install chromium-browser -y" for the demonstration. In my specific case, i use ansible so it is non interactive. That task fails. - name: install browsers apt: state: latest name: - firefox - firefox-locale-fr - chromium-browser - chromium

[Desktop-packages] [Bug 1882232] [NEW] install chromium-browser in a chroot fails

2020-06-05 Thread Jo K
Public bug reported: Since snapd integration, chromium-browser package fails to install in a post kickstart chroot. As APT obfuscate snap installation, I worry about auto installation off any other snap package. ** Affects: chromium-browser (Ubuntu) Importance: Undecided Status: N

[Desktop-packages] [Bug 1819013] Re: Hard dependency on libstdc++ 6.1.0 at runtime on ppc64el on xenial

2019-03-18 Thread Jo Shields
@patclash I don't see any fix in the PPA package? builder@xam-power8-1:/tmp$ dpkg -x firefox_66.0+build3-0ubuntu0.16.04.2_ppc64el.deb test/ builder@xam-power8-1:/tmp$ objdump -T /tmp/test/usr/lib/firefox/libxul.so | grep GLIBCXX_3.4.22 DF *UND* GLIBCXX_3.

[Desktop-packages] [Bug 1819013] Re: Hard dependency on libstdc++ 6.1.0 at runtime on ppc64el on xenial

2019-03-18 Thread Jo Shields
builder@xam-power8-1:~$ uname -m ppc64le builder@xam-power8-1:~$ objdump -T /usr/lib/firefox/libxul.so | grep GLIBCXX_3.4.22 DF *UND* GLIBCXX_3.4.22 _ZNSt6thread15_M_start_threadESt10unique_ptrINS_6_StateESt14default_deleteIS1_EEPFvvE

[Desktop-packages] [Bug 1819013] Re: Hard dependency on libstdc++ 6.1.0 at runtime on ppc64el on xenial

2019-03-18 Thread Jo Shields
I'm not certain about the fine detail, but looking at the relevant build logs: https://launchpadlibrarian.net/411366522/buildlog_ubuntu-xenial-ppc64el.firefox_65.0.1+build2-0ubuntu0.16.04.1_BUILDING.txt.gz https://launchpadlibrarian.net/411366844/buildlog_ubuntu-xenial-amd64.firefox_65.0.1+build2-

[Desktop-packages] [Bug 1769330] Re: 18.04 regression: liberation text highlight is too small in web browsers.

2018-06-25 Thread Jo Gro
have the same issue, somehow it was also affecting the font highlighting inside anki for CJK languages, and caused vertical "cut-offs" for glyphs fixed it by using fonts-croscore package instead of fonts-liberation -- You received this bug notification because you are a member of Desktop Package

[Desktop-packages] [Bug 1773881] [NEW] Internet connection interrupts periodically

2018-05-28 Thread Jo
Public bug reported: I installed pppoeconf in Xubuntu 18.04 because there wasn't such. I have to use DSL/pppoe connection. Connection interrupts some time and I have to reconnect - some time I have to reboot to be able to establish it again. No such problem in 14.04 and 16.04. ProblemType: Bug Di

[Desktop-packages] [Bug 1771797] [NEW] Massive performance regressions and faulty rendering.

2018-05-17 Thread Jo-Erlend Schinstad
CCESS COMMAND /dev/snd/controlC0: jo-erlend 2735 F pulseaudio BuildID: 20180509235355 Channel: Unavailable CurrentDesktop: Unity Date: Thu May 17 12:50:30 2018 Extensions: extensions.sqlite corrupt or missing ForcedLayersAccel: False IfupdownConfig: # interfaces(5) file used by ifup(8) and ifd

[Desktop-packages] [Bug 1771713] [NEW] Network Manager doesn't lits created connection in 18.04.

2018-05-16 Thread Jo
Public bug reported: Tried Ubuntu, Xubuntu, Ubuntu Budgie? Ubuntu Mate, Lubuntu. But doesn't affect Kubuntu. I tired to create DSL/pppoe connection. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: network-manager 1.10.6-2ubuntu1 ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17 Una

Re: [Desktop-packages] [Bug 1738907] Re: Bluetooth audio latency / delay increasing on video streamig

2017-12-20 Thread Jo Melnik
many thx, i Was thinking about bad buffering or wavelength. i'will check this Le 19 déc. 2017 03:41, "Daniel van Vugt" a écrit : > If the delay increases over time then mathematically it sounds like the > output is consuming bits slower than the input. So /maybe/ you have > 48kHz audio being pl

[Desktop-packages] [Bug 1700400] [NEW] date fraçaise

2017-06-25 Thread Jo Melnik
Public bug reported: Dans Ubuntu 17.04 FRANCAIS, dans la barre de menu, la date s'affiche au format anglais: mois - jour - année En français la date devrait s'afficher avec le format : jour - mois - année ** Affects: gtk+3.0 (Ubuntu) Importance: Undecided Status: New ** Tags: dat

[Desktop-packages] [Bug 1695754] [NEW] bug???

2017-06-04 Thread jennifer jo allman
Public bug reported: I cannot do a routine os update. red circle with line through it??? system error?? says to run apt-get install-f third party repositories I do not know what any of this means. Need help!! ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVer

[Desktop-packages] [Bug 1695635] [NEW] i cannot update os software

2017-06-03 Thread jennifer jo allman
Public bug reported: I a, simply trying to do routine Ubunto software update and it is freezing up. I ran diagnostic and it is telling me i have bugs:( ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62 Uname: Linux 4

[Desktop-packages] [Bug 1695636] [NEW] i cannot update os software

2017-06-03 Thread jennifer jo allman
Public bug reported: I a, simply trying to do routine Ubunto software update and it is freezing up. I ran diagnostic and it is telling me i have bugs:( ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-78.99-generic 4.4.62 Uname: Linux 4

[Desktop-packages] [Bug 1608715] [NEW] "Less than" symbol sent as "greater than" on remote desktop

2016-08-01 Thread Jo
Public bug reported: When connected to a remote Ubuntu machine, whenever I try to type the "less than" symbol ("<") it appears as the "greater than" symbol (">") in the remote machine. Whenever I type ">" it appears correctly. Consequently, it is impossible for me to type "<" in the remote deskto

[Desktop-packages] [Bug 1380480] Re: network disabled after suspend - resume

2016-07-10 Thread Jo Christian
Seeing the same problem in my Dell XPS13 (2016) with intel card. When the problem is presentm doing "sudo iwlist wlp58s0 scanning" makes wifi work again for me. Not the best fix but I don't need to reboot at least. -- You received this bug notification because you are a member of Desktop Package

[Desktop-packages] [Bug 1286552] Re: No wifi after suspend

2016-07-10 Thread Jo Christian
*** This bug is a duplicate of bug 1380480 *** https://bugs.launchpad.net/bugs/1380480 BTW, If I do "sudo iwlist wlp58s0 scanning" when the problem is present my wifi starts working again. /Jo Christian -- You received this bug notification because you are a member of Deskto

[Desktop-packages] [Bug 1286552] Re: No wifi after suspend

2016-07-10 Thread Jo Christian
*** This bug is a duplicate of bug 1380480 *** https://bugs.launchpad.net/bugs/1380480 Seeing the same problem on my Dell XPS13 (2016) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.

[Desktop-packages] [Bug 1461015] Re: Wired disconnects due to add_object(): Netlink error adding 0.0.0.0/0

2015-09-21 Thread Jo Ried
I have the same problem on two independent systems with Ubuntu 15.04. 32bit and 64bit The NetworkManager.service dies after switching from WLAN to Wired Lan, with the following message: NetworkManager.service - Network Manager Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled

[Desktop-packages] [Bug 1395979] [NEW] MINIMISE crashed

2014-11-24 Thread jo
Public bug reported: When I try to minimise any window the unity crashes and the service is restarted but if i resize the window and then minimise then minimise then it does not crash ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: unity 7.3.1+14.10.20141016-0ubuntu1 ProcVersionSignature:

[Desktop-packages] [Bug 1383004] [NEW] postgresql failed to update

2014-10-19 Thread jo
Public bug reported: E: /var/cache/apt/archives/postgresql-9.4_9.4~beta3-2_i386.deb: subprocess new pre-installation script returned error exit status 1 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: postgresql 9.4+162 ProcVersionSignature: Ubuntu 3.16.0-23.30-generic 3.16.4 Uname: Linux 3

[Desktop-packages] [Bug 1381466] [NEW] postgresql failed to update

2014-10-15 Thread jo
Public bug reported: while updating the error occured ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: postgresql 9.4+162 ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4 Uname: Linux 3.16.0-22-generic i686 NonfreeKernelModules: wl ApportVersion: 2.14.7-0ubuntu6 Architecture: i386 Da

[Desktop-packages] [Bug 1380224] [NEW] postgresql failed to update

2014-10-12 Thread jo
Public bug reported: while running apt-get update the postgresql failed to install E: /var/cache/apt/archives/postgresql-9.4_9.4~beta3-1_i386.deb: subprocess new pre-installation script returned error exit status 1 (synaptic:10406): GLib-CRITICAL **: g_child_watch_add_full: assertion 'pid > 0'

[Desktop-packages] [Bug 1364285] [NEW] nautilus does not start

2014-09-02 Thread jo
Public bug reported: After clicking the nautilus could not be launched for many clicks ProblemType: RecoverableProblem DistroRelease: Ubuntu 14.10 Package: nautilus 1:3.10.1-0ubuntu13 ProcVersionSignature: Ubuntu 3.16.0-11.16-generic 3.16.1 Uname: Linux 3.16.0-11-generic i686 NonfreeKernelModules

[Desktop-packages] [Bug 1310322] Re: Unmaximized windows that use the gtk header bar have a barrier above them preventing them from touching the top panel

2014-08-24 Thread Jo Radcliffe
** Description changed: - Open an application that uses the gtk header bar (such as Nautilus) as a - normal user and there is a small strip of about 50 pixels above the - window that unmaximized windows cannot occupy. This is for Gnome Ubuntu - 14.04 x86 64bit. A workaround is to press the windows

[Desktop-packages] [Bug 1310322] Re: Unmaximised windows that use the gtk header bar have a barrier above them preventing them from touching the top panel

2014-08-24 Thread Jo Radcliffe
** Description changed: - Open an application that uses the gtk header bar (such as Nautilus) and - there is a small strip of about 50 pixels above the window that - unmaximized windows cannot occupy. This is for Gnome Ubuntu 14.04 x86 - 64bit. A workaround is to press the windows action key then

[Desktop-packages] [Bug 1360756] [NEW] The URI ‘help:ubuntu-help/index’ does not point to a valid page.

2014-08-23 Thread jo
Public bug reported: after upgrading to 14.10 alpha 2 when i try to launch yelp from command or from menu it shows The URI ‘help:ubuntu-help/index’ does not point to a valid page. even when i try to search it shows the same ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: yelp 3.12.0-1ubun

[Desktop-packages] [Bug 1310322] Re: Nautilus unmaximised directory windows have a 50 pixel barrier from top panel

2014-08-23 Thread Jo Radcliffe
** Description changed: Open a normal user GUI Nautilus directory and there is a small strip of about 50 pixels below the top panel that unmaximized windows cannot occupy. This is for Gnome Ubuntu 14.04 x86 64bit. A workaround is to - press the super key first then drag the window. + press t

[Desktop-packages] [Bug 1310322] Re: Nautilus unmaximised directory windows have a 50 pixel barrier from top panel

2014-08-23 Thread Jo Radcliffe
** Description changed: - Open a normal user GUI Nautilus directory and there is a small strip of about 50 pixels below the top panel that unmaximized windows cannot occupy. This is for Gnome Ubuntu 14.04 x86 64bit. - Installing the Bottom Panel extension which moves the top panel to the bottom

[Desktop-packages] [Bug 1339997] [NEW] RESIZING THE COLUMNS IN NAUTILUS

2014-07-09 Thread jo
Public bug reported: when i open the nautilus the default view is "view items as list" but the name column many times show very narrow width, if i try to resize it dragging the partition line on top it does not happen. I try to switch the view from list to grid and back to lis, still the proble

[Desktop-packages] [Bug 1332799] [NEW] thunderbird does not start

2014-06-21 Thread jo
Public bug reported: 1. when i am connected to a lan cable or wifi in my office the thunderbird does not launch. if i disconnect the network then only it launches and then i have to connect to lan /wifi to download mails. 2. the google calendar does ot sync with link, it keeps on asking the user

[Desktop-packages] [Bug 1310322] Re: Nautilus unmaximised directory windows have a 50 pixel barrier from top panel

2014-06-09 Thread Jo Radcliffe
** Description changed: - Open a GUI directory and there is a small strip of about 50 pixels below - the top panel that unmaximized windows cannot occupy. This is for Gnome - Ubuntu 14.04 x86 64bit. - - ETA : Installing the Bottom Panel extension which moves the top panel to - the bottom, initial

[Desktop-packages] [Bug 1310322] Re: Nautilus unmaximised directory windows have a 50 pixel barrier from top panel

2014-06-02 Thread Jo Radcliffe
** Description changed: Open a GUI directory and there is a small strip of about 50 pixels below the top panel that unmaximized windows cannot occupy. This is for Gnome Ubuntu 14.04 x86 64bit. ETA : Installing the Bottom Panel extension which moves the top panel to - the bottom, removes

[Desktop-packages] [Bug 1310322] Re: Nautilus unmaximised directory windows have a 50 pixel barrier from top panel

2014-06-02 Thread Jo Radcliffe
** Description changed: Open a GUI directory and there is a small strip of about 50 pixels below the top panel that unmaximized windows cannot occupy. This is for Gnome Ubuntu 14.04 x86 64bit. + + ETA : Installing the Bottom Panel extension which moves the top panel to + the bottom removes

[Desktop-packages] [Bug 1315398] [NEW] thunderbird does not launch

2014-05-02 Thread jo
Public bug reported: after todays update when i launched thundirbird it did not launch so i restarted pc laptop to update to take effect. then i tried to launch thunderbird from terminal to see the error. but it gave following error and exited (process:4161): GLib-CRITICAL **: g_slice_set_confi

[Desktop-packages] [Bug 1310322] Re: Nautilus unmaximised directory windows have a 50 pixel barrier from top panel

2014-04-20 Thread Jo Radcliffe
** Description changed: Open a GUI directory and there is a small strip of about 50 pixels below - the top panel that unmaximized windows cannot occupy. + the top panel that unmaximized windows cannot occupy. This is for Gnome + Ubuntu 14.04 x86 64bit. -- You received this bug notification bec

[Desktop-packages] [Bug 1310322] [NEW] Nautilus unmaximised directory windows have a 50 pixel barrier from top panel

2014-04-20 Thread Jo Radcliffe
Public bug reported: Open a GUI directory and there is a small strip of about 50 pixels below the top panel that unmaximized windows cannot occupy. ** Affects: gdm (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1302386] Re: NM-APPLET does not allow to connect to wifi

2014-04-05 Thread jo
i experimented futher and found that all the previous user previlages to my default login are vanished and it is not allowing me do anything. i can not access even my windows partition. this happened after the last updates on 3rd april to my ubuntu 14.04 -- You received this bug notification beca

[Desktop-packages] [Bug 1302386] Re: NM-APPLET does not allow to connect to wifi

2014-04-04 Thread jo
i tried a few more things when i try to use "users" command it shows me two users of my same login -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-applet in Ubuntu. https://bugs.launchpad.net/bugs/1302386 Title: NM-APPL

[Desktop-packages] [Bug 1302386] [NEW] NM-APPLET does not allow to connect to wifi

2014-04-04 Thread jo
Public bug reported: after updates today in 14.04 I reboot the system. Then I tried connected to local wifi network It gave an error saying you are not authorised to use the applet. edit connection is not enabled. all dial up / mobile network configured previously are not shown. network tab in

[Desktop-packages] [Bug 1290310] [NEW] nautilus does not start

2014-03-10 Thread jo
Public bug reported: I tried to launch nautilus but it did not start so i tried from alt+f2 and terminal but it did not start I got following message j0053@j0053-hp-probook-4420s:~$ nautilus Could not register the application: Timeout was reached ProblemType: Bug DistroRelease: Ubuntu 14.04 Pac

[Desktop-packages] [Bug 1287663] [NEW] unlock from lancher not working

2014-03-04 Thread jo
Public bug reported: After updating to 14.04 I recently found that the right click on any icon on launcher shows the unlock from launcher button but when i try to do that it does not unlock the icon from launcher ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: unity 7.1.2+14.04.20140303-0ub

[Desktop-packages] [Bug 1280225] [NEW] NAUTILUS CRASHES ON sorting

2014-02-14 Thread jo
Public bug reported: i launched nautilus i had attached a 16gb usb drive and a mobile broadband attached i was connected to mobile broadband i clicked on download folder i deleted 2 items from folder then clicked on sort by size it was already sorted by size the nautilus turned grey and crashed P

[Desktop-packages] [Bug 1267331] [NEW] nautilus crashes when clicked on download folder

2014-01-08 Thread jo
Public bug reported: When I open Nautilus it launches but on clicking my Download folder it simply closes down without any error message. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: nautilus 1:3.8.2-0ubuntu2.2 ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10 Uname: Linux 3.11.0

[Desktop-packages] [Bug 1260925] [NEW] NAUTILUS CRASHES ON SEARCHING "JPG"

2013-12-13 Thread jo
Public bug reported: I was trying to search images in jpg format on my NTFS partition on my laptop Every time I tried to enter the search as jpg in search panel it used to hang for a while and crash down. Please help ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: nautilus 1:3.8.2-0ubuntu

[Desktop-packages] [Bug 1184262] Re: [logind] stuck in PrepareForSleep, causing network and other services to not resume

2013-10-24 Thread little jo
Hello, I have the same bug. But there is no problem of network if you activate XMIR. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1184262 Title: [logind] stuck in PrepareFo

[Desktop-packages] [Bug 1241970] [NEW] wired network doesn't work after resume from suspend to ram

2013-10-19 Thread little jo
Public bug reported: It worked in Ubuntu 13.04 and 12.04. I did not find a workaround except restart computer. ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: gnome-power-manager 3.8.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3 Uname: Linux 3.11.0-12-generic x86_64 A

[Desktop-packages] [Bug 1142511] Re: Calendar Authentication requests password in Ubuntu 12.10 and 13.10

2013-09-02 Thread jo
I am crossing my fingures but no pop up as yet -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1142511 Title: Calendar Authentication requests password in Ubuntu 12.10 and 13.10 Sta

[Desktop-packages] [Bug 1142511] Re: Calendar Authentication requests password in Ubuntu 12.10 and 13.10

2013-09-02 Thread jo
I found one thread which says following go to alt-f2 run gconf-editor go to apps/evolution/calendar/notify unselect notify with tray i did this but not yet restarted the computer so the pop ups are still annoying me let me try restarting ubuntu -- You received this bug notification because you

[Desktop-packages] [Bug 1219711] Re: nautilus crashed with SIGSEGV in g_slice_alloc()

2013-09-02 Thread jo
*** This bug is a duplicate of bug 1199371 *** https://bugs.launchpad.net/bugs/1199371 I am getting this message on trying to reach the original bug Bug 1199371 cannot be found -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilu

[Desktop-packages] [Bug 1219681] [NEW] nautilus crashed

2013-09-02 Thread jo
Public bug reported: when i opened nautilus and clicked on multiple folders and then clicked on video folder in my hume folder the nautilus halted and crashed with force quit prompt. the nautilus is unable to connect to my local network windows share and crashes ProblemType: Bug DistroRelease: U

[Desktop-packages] [Bug 1142511] Re: Calendar Authentication requests password in Ubuntu 12.10

2013-08-25 Thread jo
This is affecting me in ubuntu 13.10 alpha 2, popping up again and again and not allowing any application to be worked on till i cancel it -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bug

[Desktop-packages] [Bug 1207223] [NEW] usb modem not shown up in network manager

2013-08-01 Thread jo
Public bug reported: i use zte usb dongle for dialup networking, it was working without installing driver till 13.04, while upgrading to 13.10 it stopped showing up in network manager. but the device is shown up as storage device ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: network-mana

[Desktop-packages] [Bug 1183771] Re: xdiagnose's shortcut launched nothing

2013-07-01 Thread Jo-Erlend Schinstad
This bug seems to have been fixed. When I run xdiagnose from the dash, I get an authentication dialog asking for my password. I enter it, and xdiagnose is run. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xdiagnose in Ubuntu. https://b

[Desktop-packages] [Bug 1185330] [NEW] network manager error

2013-05-29 Thread jo
Public bug reported: 1. network manager crashes while switching between wifi to reliance dongle and vice a versa i also experienced the same in wifi to lan wired connection the network manager icon in top right corner vanishes and the network manager starts behaving weirdly 2. i have configured

[Desktop-packages] [Bug 1185322] [NEW] network manager crashes

2013-05-29 Thread jo
Public bug reported: 1. network manager crashes while switching between wifi to reliance dongle and vice a versa i also experienced the same in wifi to lan wired connection the network manager icon in top right corner vanishes and the network manager starts behaving weirdly 2. i have configured

[Desktop-packages] [Bug 1158587] [NEW] can not connect normally http://www.youtube.com

2013-03-21 Thread Jo Bom
Public bug reported: I am using StrongVPN service. I am using ubuntu os. I tested in china. I can not connect http://www.youtube.com but if i use https://www.youtube.com, i can connect. I don't think this is a bug in StrongVPN service, because I tested ok in Windows XP with same StrongVPN accoun

[Desktop-packages] [Bug 1136725] [NEW] Shut Down Screen

2013-02-28 Thread Sanath Jo
Public bug reported: My shut down screen is not changing,it looks very ugly i tried to chang it but it is not working ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: xorg 1:7.7+1ubuntu4 ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2 Uname: Linux 3.5.0-23-generic i686 NonfreeKernel

[Desktop-packages] [Bug 1123829] [NEW] problem in wifi network configuration

2013-02-12 Thread jo
Public bug reported: i am using wifi network at my office. we have multiple routers at different buildings given names like rd1, rd2 etc. they are password protetced for access and my laptop has a static ip. when i connect to any router it asks for password which is remembered. when i move arou

[Desktop-packages] [Bug 1100415] [NEW] "git commit" fails if gedit is already opened

2013-01-16 Thread Jo Vik
Public bug reported: Steps to reproduce: 1) Open gedit 2) Go to git directory 3) Change a tracked file (file.c) 4) Execute "git add file.c" 5) Set gedit as default editor with "git config --global core.editor gedit" 5) Then "git commit" Expected result: gedit opens, user adds comment, saves the f

[Desktop-packages] [Bug 968688] Re: Inability to use the Meta key in gnome-terminal (probably related to invoking the HUD?)

2012-08-28 Thread Jo Vermeulen
@Edward: Thanks for the tip, that works for me! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/968688 Title: Inability to use the Meta key in gnome-terminal (probably related t

[Desktop-packages] [Bug 1026452] Re: SEARCH IN CURRENT account THE EVOLUTION MAIL CLIENT CRASHES

2012-07-18 Thread jo
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1026452 Title: SEARCH IN CURRENT account THE EVOLUTION MAIL CLIENT CRASHES Status in “evolution” package in Ubuntu: New Bug descrip

[Desktop-packages] [Bug 1026452] [NEW] SEARCH IN CURRENT account THE EVOLUTION MAIL CLIENT CRASHES

2012-07-18 Thread jo
Public bug reported: I am using ubuntu 12.04 evolution version 3.2.3 its firstly not getting updated to evolution 3.4.3 which is current stab;e release My laptop is HP probook-4420S I have almost 25-30 folders under on this computer tree. When i open up evolution, and search in any particular fo

[Desktop-packages] [Bug 870805] Re: Screen dialog won't remember brightness setting

2012-06-19 Thread Jo Vik
Same problem with Ubuntu 12.04 x64. I don't think it's a wishlist or low priority bug, since it directly affects all users. Most of us are patient, but this bug won't help solving bug#1 (aka Microsoft market share) -- You received this bug notification because you are a member of Desktop Package

[Desktop-packages] [Bug 1007902] [NEW] New disc burning software is needed!

2012-06-02 Thread Jo Vik
Public bug reported: Look at Brasero reviews at Ubuntu Software Center and decide if it should be default disc writing app in Ubuntu? Please add Gnomebaker to repositories and change default app to something else... ** Affects: brasero (Ubuntu) Importance: Undecided Status: New **

[Desktop-packages] [Bug 1007416] Re: EVOLUTION CRASHED

2012-06-01 Thread jo
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1007416 Title: EVOLUTION CRASHED Status in “evolution” package in Ubuntu: New Bug description: evolution crashed suddenly on savi

[Desktop-packages] [Bug 1007416] [NEW] EVOLUTION CRASHED

2012-06-01 Thread jo
Public bug reported: evolution crashed suddenly on saving the attachment from one of the mails ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: evolution 3.2.3-0ubuntu6 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16 Uname: Linux 3.2.0-24-generic-pae i686 ApportVersion: 2.0.1-0ub

[Desktop-packages] [Bug 998208] Re: Unhandled tag 'packing'

2012-05-11 Thread Jo-Erlend Schinstad
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/998208 Title: Unhandled tag 'packing' Status in “gtk+3.0” package in Ubuntu: New Bug description: I created a UI using Glade. When

[Desktop-packages] [Bug 998208] [NEW] Unhandled tag 'packing'

2012-05-11 Thread Jo-Erlend Schinstad
Public bug reported: I created a UI using Glade. When I try to use it, I get a GLib.Error containing the message Unhandled tag 'packing'. That's it. There's no reference to the widget currently being parsed. I don't know how to get that information either. This error message should contain that i

[Desktop-packages] [Bug 996314] Re: addressbook crashed

2012-05-07 Thread jo
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/996314 Title: addressbook crashed Status in “evolution” package in Ubuntu: New Bug description: in ubuntu 12.04 while composing m

[Desktop-packages] [Bug 996314] [NEW] addressbook crashed

2012-05-07 Thread jo
Public bug reported: in ubuntu 12.04 while composing mail from file right click send to option 1. address book crashed 2. the file does not get attached to the new draft mail automatically ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: evolution 3.2.3-0ubuntu6 ProcVersionSignature: Ubuntu

[Desktop-packages] [Bug 995885] Re: Custom keyboard shortcuts do not work if they use the Super key

2012-05-07 Thread Jo-Erlend Schinstad
I am not able to set a custom keyboard shortcut using any combination with Super. No difficulties otherwise. However, there is an exception; I can use super+0 to switch to another workspace. That slot is unused on the launcher. Very strange. In a guest user, I emptied the launcher completely, and t

[Desktop-packages] [Bug 995056] Re: package gvfs-fuse 1.12.1-0ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-05-05 Thread Jo Hannes
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/995056 Title: package gvfs-fuse 1.12.1-0ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured Statu

[Desktop-packages] [Bug 995056] [NEW] package gvfs-fuse 1.12.1-0ubuntu1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-05-05 Thread Jo Hannes
Public bug reported: No details ProblemType: Package DistroRelease: Ubuntu 12.04 Package: gvfs-fuse 1.12.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.38-generic 3.2.16 Uname: Linux 3.2.0-24-generic i686 ApportVersion: 2.0.1-0ubuntu7 Architecture: i386 Date: Fri Apr 27 22:56:50 2012 ErrorMessa

[Desktop-packages] [Bug 990792] Re: Screensaver is not inhibited while playing video

2012-04-28 Thread Jo-Erlend Schinstad
ure Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: jo-erlend 1956 F pulseaudio /dev/snd/controlC0: jo-erlend 1956 F pulseaudio /dev/snd/controlC1: jo-erlend 1956 F pulseaudio

[Desktop-packages] [Bug 990792] [NEW] Screensaver is not inhibited while playing video

2012-04-28 Thread Jo-Erlend Schinstad
ion 1.0.24. ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: jo-erlend 1956 F pulseaudio /dev/snd/controlC0: jo-erlend 1956 F pulseaudio /dev/snd/controlC1: jo-erlend 1956 F pulseaudio /dev/snd/pcmC1D0p:

[Desktop-packages] [Bug 922299] Re: Mouse-wheeling sliders moves them the wrong way.

2012-04-24 Thread Jo-Erlend Schinstad
Actually, with the new audio dialog, the Volume slider at the bottom doesn't react to scrolling at all. Neither does Balance in the right pane of the Output tab. The slider in the Effects tab also doesn't react. And not per-application audio. In summary; none of the sliders react on scrolling anym

[Desktop-packages] [Bug 985176] Re: Downloaded .deb-files looks like it doesn't install properly.

2012-04-23 Thread Jo-Erlend Schinstad
** Attachment added: "syslog.6.gz" https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/985176/+attachment/3099789/+files/syslog.6.gz -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in Ubuntu. https://bugs.la

[Desktop-packages] [Bug 985176] Re: Downloaded .deb-files looks like it doesn't install properly.

2012-04-23 Thread Jo-Erlend Schinstad
** Attachment added: "syslog.5.gz" https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/985176/+attachment/3099788/+files/syslog.5.gz -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in Ubuntu. https://bugs.la

[Desktop-packages] [Bug 985176] Re: Downloaded .deb-files looks like it doesn't install properly.

2012-04-23 Thread Jo-Erlend Schinstad
Yessir. ** Attachment added: "syslog.4.gz" https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/985176/+attachment/3099785/+files/syslog.4.gz -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to software-center in Ubuntu. https:

[Desktop-packages] [Bug 987148] Re: search in all folders failed

2012-04-23 Thread jo
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/987148 Title: search in all folders failed Status in “evolution” package in Ubuntu: New Bug description: when we try to search in

[Desktop-packages] [Bug 987148] [NEW] search in all folders failed

2012-04-23 Thread jo
Public bug reported: when we try to search in all accounts the evolution simply closes down ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: evolution 3.2.3-0ubuntu6 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14 Uname: Linux 3.2.0-23-generic-pae i686 ApportVersion: 2.0.1-0ubunt

[Desktop-packages] [Bug 985334] Re: Cannot Open With > Others

2012-04-18 Thread Jo-Erlend Schinstad
.1-0ubuntu4 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: jo-erlend 2077 F pulseaudio /dev/snd/controlC0: jo-erlend 2077 F pulseaudio /dev/snd/controlC1: jo-erlend 2077 F pulseaudio BuildID: 20120410121533 CRDA:

[Desktop-packages] [Bug 985334] [NEW] Cannot Open With > Others

2012-04-18 Thread Jo-Erlend Schinstad
eneric x86_64 NonfreeKernelModules: fglrx AddonCompatCheckDisabled: False AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu4 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: jo-erlend 2077 F pulseaudio /dev/

[Desktop-packages] [Bug 980213] [NEW] "In-progress actions" dialog is difficult to find in Unity.

2012-04-12 Thread Jo-Erlend Schinstad
Public bug reported: I'm freeing up a disk, copying 500GB to my internal storage. I discovered that the dialog is difficult to find. The Nautilus Launcher doesn't show that there are more open Nautilus windows. And in the Quicklist it's mixed in with bookmarks. See screenshot. The Quicklilst ent

[Desktop-packages] [Bug 980213] Re: "In-progress actions" dialog is difficult to find in Unity.

2012-04-12 Thread Jo-Erlend Schinstad
** Attachment added: "Nautilus-quickist-show-copy-dialog.png" https://bugs.launchpad.net/bugs/980213/+attachment/3055180/+files/Nautilus-quickist-show-copy-dialog.png -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu.

[Desktop-packages] [Bug 915521] Re: Scrubbing from the indicators on one screen onto another does not show the menubar.

2012-04-04 Thread Jo-Erlend Schinstad
No, I can no longer reproduce this in Precise! It's fixed! :) ** Changed in: unity Status: Incomplete => Fix Released ** Changed in: unity (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subsc

[Desktop-packages] [Bug 963920] Re: Cheese doesn't start, hangs with 100% CPU

2012-03-28 Thread Jo Vermeulen
Hmm, strange that it does work with the gst-launch command, if it's a gstreamer problem? gst-launch-0.10 v4l2src ! video/x-raw-yuv,width=640,height=480 ! ffmpegcolorspace ! xvimagesink -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gstr

  1   2   >