[Bug 388940] Re: 'Close without Saving' is too long
Hi, probably Discard could be used as some kind of standard way. I have also reported very similar bug: https://bugs.edge.launchpad.net/hundredpapercuts/+bug/389874 Regards -- 'Close without Saving' is too long https://bugs.launchpad.net/bugs/388940 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 388940] Re: 'Close without Saving' is too long
sorry, wrong link. Correct is: https://bugs.edge.launchpad.net/hundredpapercuts/+bug/389876 -- 'Close without Saving' is too long https://bugs.launchpad.net/bugs/388940 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 382703] Re: "Home Folder" has 3 different names
Hi, what I hate about name "Home" or "Home folder" is that new users are asking which folder is it. Is it /home/user or /home? /home is also home folder, but it is not Home folder. I suggest to remove "Home" and variants in the first place. Regards -- "Home Folder" has 3 different names https://bugs.launchpad.net/bugs/382703 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 389876] Re: Inconsistent: Quit without saving Firefox, Gedit, OpenOffice
"Always remember: end users decide on usability, not a committee." ...and monopoly. :) But I don't want a flame here. Please make this bug report to something usefull. "Save the current unsaved document? Then the logical answer to this is Yes or No, and not 'Save' or 'Don't save'." I agree. But I have also seen applicationa that are asking: "Do you really want to discard changes? Yes/No/Cancel" -- Inconsistent: Quit without saving Firefox, Gedit, OpenOffice https://bugs.launchpad.net/bugs/389876 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 389876] Re: Inconsistent: Quit without saving Firefox, Gedit, OpenOffice
Dolfy, one more thing about Yes/No/Cancel buttons, I really hate to read all this kind of message text that are constantly appearing on screen. If I see "Save" button then I know that program is asking about saving if there is only Yes/No button, then I have to read the whole message displayed in message box - not user friendly it consumes my precious time. :) -- Inconsistent: Quit without saving Firefox, Gedit, OpenOffice https://bugs.launchpad.net/bugs/389876 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365650] Re: kolourpaint can't be installed on jaunty
Hi, kolourpaint package does not exist any more, it has been renamed, so install kolourpaint4 package like: sudo apt-get install kolourpaint4 Regards -- kolourpaint can't be installed on jaunty https://bugs.launchpad.net/bugs/365650 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 394208] [NEW] Firefox 3.5 - proxy settings are not acquired from system settings
Public bug reported: Binary package hint: mozilla-firefox Using Firefox 3.5 on Ubuntu 9.04 proxy settings are not acquired from system proxy settings. 1. System | Preferences | Manual proxy configuration where http proxy is set (also for other protocols) 2. Firefox 3.5 | Edit | Preferences | Advanced tab | Network subtab | Settings button 3. If "Use system proxy settings" is enabled then using Firefox 3.5 is unable to access internet web pages. But if proxy settings is set in the same window in Manual proxy configuration then Firefox 3.5 can access internet. BTW, on the same system I have also installed Firefox 3.0 and Firefox 3.0 can access internet if "Use system proxy settings" is set. So it looks like a bug in Firefox 3.5. = apt-cache policy firefox-3.5 info: == firefox-3.5: Installed: 3.5+nobinonly-0ubuntu1~fta1~jaunty Candidate: 3.5+nobinonly-0ubuntu1~fta1~jaunty Version table: *** 3.5+nobinonly-0ubuntu1~fta1~jaunty 0 500 http://ppa.launchpad.net jaunty/main Packages 100 /var/lib/dpkg/status 3.5~b4~hg20090330r24021+nobinonly-0ubuntu1 0 500 http://hr.archive.ubuntu.com jaunty/universe Packages === ** Affects: firefox (Ubuntu) Importance: Undecided Status: New ** Tags: proxy -- Firefox 3.5 - proxy settings are not acquired from system settings https://bugs.launchpad.net/bugs/394208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 394208] Re: Firefox 3.5 - proxy settings are not acquired from system settings
Hi, I have reported this bug at the stage of Firefox 3.5 beta 4: https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/369699 Regards -- Firefox 3.5 - proxy settings are not acquired from system settings https://bugs.launchpad.net/bugs/394208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365730] Re: pychess can't be started
Hi, there is a bug reported in upstream project: http://code.google.com/p/pychess/issues/detail?id=449 The answer is: "In hes Python 2.6.2 package Ubuntu changed site-packages dir name to dist-packages, so our prefix.py fails on finding data dirs." So it looks previous 2.5 version of Python has different dir directories then2.6 - application PyChess expects 2.5 directory structure, so program fails to start. Regards -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365730] Re: pychess can't be started
@Joao Trindade, I see python2.5 is already installed. So I edited file /usr/games/pychess to #!/usr/bin/python2.5 Then I have executed command pychess and got the following errors: === Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner self.run() File "/usr/lib/python2.6/dist-packages/pychess/System/tsqlite.py", line 34, in run con = sqlite.connect(self.path) OperationalError: unable to open database file /usr/lib/python2.6/dist-packages/pychess/Players/engineNest.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead import os, md5, imp (pychess:8855): libglade-WARNING **: could not find glade file '/usr/lib/python2.6/glade/tipoftheday.glade' Traceback (most recent call last): File "/usr/local/bin/pychess", line 45, in import pychess.Main File "/usr/lib/python2.6/dist-packages/pychess/Main.py", line 20, in from pychess.widgets import tipOfTheDay File "/usr/lib/python2.6/dist-packages/pychess/widgets/tipOfTheDay.py", line 7, in widgets = GladeWidgets("tipoftheday.glade") File "/usr/lib/python2.6/dist-packages/pychess/System/uistuff.py", line 198, in __init__ self.widgets = gtk.glade.XML(addDataPrefix("glade/%s" % filename)) RuntimeError: could not create GladeXML object -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 369699] [NEW] Use system proxy settings does not work
Public bug reported: Today I have installed Firefox 3.5 beta4 (Shiretoko) using the following tutorial http://webupd8.blogspot.com/2009/03/install-firefox-31-beta- 3pre-in-ubuntu.html (replaced jaunty in repository name instead of intrepid). I started Shiretoko and I can access all local web servers. But when accessing web pages that must go through proxy server page is not loaded and no error is displayed. In status bar there is just info "Waiting for server name" and then no page is displayed. I use proxy server settings from: System | Preferences | Network proxy and browser proxy is set to Edit | Preferences | Advanced tab | Network tab | Settings | Use system proxy settings. Workaround: If I manually change settings Edit | Preferences | Advanced tab | Network tab | Settings | Manually proxy configuration and manually enter proxy server settings then Shiretoko works normally as it should in the first place. By the way I have also firefox 3.0 installed (default jaunty install) and settings in browser is Edit | Preferences | Advanced tab | Network tab | Settings | Use system proxy settings. And Firefox 3.0 is working fine. It looks there is some bug in "Use proxy server settings" option in Shiretoko. P.S. Sorry I can't sent apport info (ubuntu-bug report) it just produces some error in Jaunty, but works fine in Intrepid. Additional info: 1. lsb_release -rd Description:Ubuntu 9.04 Release:9.04 2. apt-cache policy firefox-3.5 firefox-3.5: Installed: 3.5~b4~hg20090330r24021+nobinonly-0ubuntu1 Candidate: 3.5~b4~hg20090330r24021+nobinonly-0ubuntu1 Version table: *** 3.5~b4~hg20090330r24021+nobinonly-0ubuntu1 0 500 http://ubuntu.ynet.sk jaunty/universe Packages 100 /var/lib/dpkg/status 3.5~b4~hg20090330r24021+nobinonly-0ubuntu1~fta1 0 500 http://ppa.launchpad.net jaunty/main Packages 3. I expected to see web pages when internet web pages are accessed and Edit | Preferences | Advanced tab | Network tab | Settings | Use system proxy settings option is used 4. Instead in status bar there is message "Waiting for server_name" and then after few second no error is displayed and no page is loaded - blank page. ** Affects: firefox-3.5 (Ubuntu) Importance: Undecided Status: New -- Use system proxy settings does not work https://bugs.launchpad.net/bugs/369699 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 369699] Re: Use system proxy settings does not work
Hi, now I have removed Shiretoko 3.5b4 using command: sudo apt-get --purge remove firefox-3.5 I have downloaded file firefox-3.5b5pre.en-US.linux-i686.tar.bz2 from latest trunk mozilla web page: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-1.9.1/ I have untar file and run program. From Help | About: "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b5pre) Gecko/20090429 Shiretoko/3.5b5pre" I have check settings Edit | Preferences | Advanced | Network | Settings | Use system proxy server and try to access internet web site and it works fine. It looks like this bug was fixed in one of the next release of firefox. Regards -- Use system proxy settings does not work https://bugs.launchpad.net/bugs/369699 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365650] [NEW] kolourpaint can't be installed on jaunty
Public bug reported: Binary package hint: kolourpaint Hi, on freshly installed Ubuntu 9.04 I tried to install kolourpaint (KDE drawing program) and got error (by the way the same program installs fine under Ubuntu 8.10): = $ sudo apt-get install kolourpaint Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: kolourpaint: Depends: kolourpaint4 but it is not going to be installed E: Broken packages ProblemType: Bug Architecture: i386 Dependencies: DistroRelease: Ubuntu 9.04 Package: kolourpaint None [modified: /var/lib/dpkg/info/kolourpaint.list] PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: kdegraphics Uname: Linux 2.6.28-11-generic i686 UnreportableReason: This is not a genuine Ubuntu package ** Affects: kdegraphics (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- kolourpaint can't be installed on jaunty https://bugs.launchpad.net/bugs/365650 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kdegraphics in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 365650] Re: kolourpaint can't be installed on jaunty
Thomas. I tried: sudo apt-get install kolourpaint4 and KolourPaint installed successfully! But I can still start program in terminal using kolourpaint command. It looks there is some minor bug in dependency. I think installing package kolourpaint, should install package kolourpaint4. Thanks a lot for help. Regards P.S. By the way, I have tried to install this program using terminal, because installing from Add/Remove install window freezed before starting download. Don't know if this is problem of today overloaded servers. -- kolourpaint can't be installed on jaunty https://bugs.launchpad.net/bugs/365650 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 356553] Re: pychess crash with OperationalError and RuntimeError
xiando, I have tried your instruction on Ubuntu 9.04 final release (installing pychess from repository: sudo apt-get install pychess) and PyChess started up, but reported several messages: = Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner self.run() File "/usr/lib/python2.6/dist-packages/pychess/System/tsqlite.py", line 34, in run con = sqlite.connect(self.path) OperationalError: unable to open database file /usr/lib/python2.6/dist-packages/pychess/Players/engineNest.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead import os, md5, imp == Then when I clicked on "Start Game" button to play chess PyChess returned the following errors into terminal: = File "/usr/local/bin/pychess", line 46, in pychess.Main.run(sys.argv[1:]) File "/usr/lib/python2.6/dist-packages/pychess/Main.py", line 490, in run gtk.main() File "/usr/lib/python2.6/dist-packages/pychess/widgets/Background.py", line 281, in startClicked self.difCombo.active) File "/usr/lib/python2.6/dist-packages/pychess/Main.py", line 384, in on_newGameTasker_started ionest.generalStart(gamemodel, player0tup, player1tup) File "/usr/lib/python2.6/dist-packages/pychess/widgets/ionest.py", line 54, in generalStart worker.execute() File "/usr/lib/python2.6/dist-packages/pychess/System/GtkWorker.py", line 156, in execute self.start() File "/usr/lib/python2.6/dist-packages/pychess/System/ThreadPool.py", line 103, in start pool.start(self.run) File "/usr/lib/python2.6/dist-packages/pychess/System/GtkWorker.py", line 159, in run self.result = self.func(self) File "/usr/lib/python2.6/dist-packages/pychess/widgets/ionest.py", line 33, in workfunc(w, gamemodel, player0tup, player1tup, loaddata)) File "/usr/lib/python2.6/dist-packages/pychess/widgets/ionest.py", line 57, in workfunc gmwidg = gamewidget.GameWidget(gamemodel) File "/usr/lib/python2.6/dist-packages/pychess/widgets/gamewidget.py", line 285, in __init__ panels = [f[:-3] for f in os.listdir(path) if f.endswith(pf)] [Errno 2] No such file or directory: '/usr/lib/python2.6/sidepanel' -- pychess crash with OperationalError and RuntimeError https://bugs.launchpad.net/bugs/356553 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365730] [NEW] pychess can't be started
Public bug reported: Binary package hint: pychess I have collected info from command: ubuntu-bug pychess to give you more info on bug: https://bugs.launchpad.net/ubuntu/+source/pychess/+bug/356553 ProblemType: Bug Architecture: i386 Dependencies: DistroRelease: Ubuntu 9.04 Package: pychess None [modified: /var/lib/dpkg/info/pychess.list] PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: pychess Uname: Linux 2.6.28-11-generic i686 UnreportableReason: This is not a genuine Ubuntu package ** Affects: pychess (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 338281] [NEW] skychart - add package to Ubuntu repository
Public bug reported: Skychart is one of the best amateur astronomical program. It supports planets and deep sky object observer also using telescope. It can be widen using multiple catalogs (starts, deep sky objects, etc). This program is also known by French name "Cartes du Ciel" Please add Skychart to official Ubuntu repository. Official URL site: http://www.ap-i.net/skychart/ Deb packages URL: http://www.ap-i.net/skychart/en/download Development deb package URL: http://www.ap-i.net/skychart/en/development_version Info on installing from sourceforge.net repository: http://www.ap-i.net/skychart/en/documentation/installation_on_linux_debian Subversion access URL: http://sourceforge.net/svn/?group_id=64092 License: GPL ** Affects: ubuntu Importance: Undecided Status: New ** Tags: needs-packaging ** Description changed: Skychart is one of the best amateur astronomical program. It supports planets and deep sky object observer also using telescope. It can be widen using multiple catalogs (starts, deep sky objects, etc). This program is also known by French name "Cartes du Ciel" Official URL site: http://www.ap-i.net/skychart/ Deb packages URL: http://www.ap-i.net/skychart/en/download Development deb package URL: http://www.ap-i.net/skychart/en/development_version + Info on installing from sourceforge.net repository: http://www.ap-i.net/skychart/en/documentation/installation_on_linux_debian Subversion access URL: http://sourceforge.net/svn/?group_id=64092 License: GPL -- skychart - add package to Ubuntu repository https://bugs.launchpad.net/bugs/338281 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 338281] Re: skychart
** Description changed: Skychart is one of the best amateur astronomical program. It supports planets and deep sky object observer also using telescope. It can be widen using multiple catalogs (starts, deep sky objects, etc). This program is also known by French name "Cartes du Ciel" + + Please add Skychart to official Ubuntu repository. Official URL site: http://www.ap-i.net/skychart/ Deb packages URL: http://www.ap-i.net/skychart/en/download Development deb package URL: http://www.ap-i.net/skychart/en/development_version Info on installing from sourceforge.net repository: http://www.ap-i.net/skychart/en/documentation/installation_on_linux_debian Subversion access URL: http://sourceforge.net/svn/?group_id=64092 License: GPL ** Summary changed: - skychart + skychart add package to Ubuntu repository ** Summary changed: - skychart add package to Ubuntu repository + skychart - add package to Ubuntu repository -- skychart - add package to Ubuntu repository https://bugs.launchpad.net/bugs/338281 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 338281] Re: skychart - add package to Ubuntu repository
** Description changed: Skychart is one of the best amateur astronomical program. It supports planets and deep sky object observer also using telescope. It can be widen using multiple catalogs (starts, deep sky objects, etc). This program is also known by French name "Cartes du Ciel" Please add Skychart to official Ubuntu repository. Official URL site: http://www.ap-i.net/skychart/ Deb packages URL: http://www.ap-i.net/skychart/en/download Development deb package URL: http://www.ap-i.net/skychart/en/development_version Info on installing from sourceforge.net repository: http://www.ap-i.net/skychart/en/documentation/installation_on_linux_debian Subversion access URL: http://sourceforge.net/svn/?group_id=64092 + Bugtracker: http://www.ap-i.net/skychart/en/bug_tracker License: GPL + + Notes: program is also translated into 16 languages, I have translated + one of them. Program uses standard translation po files, so it could be + imported into translation.launchpad.net. + + I have tested program in deep in Ubuntu 8.10 and works without any + negative impact on Ubuntu system. -- skychart - add package to Ubuntu repository https://bugs.launchpad.net/bugs/338281 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 338281] Re: [needs-packaging] skychart
** Summary changed: - skychart - add package to Ubuntu repository + [needs-packaging] skychart -- [needs-packaging] skychart https://bugs.launchpad.net/bugs/338281 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 338306] [NEW] [needs-packaging] org.jessies.terminator
Public bug reported: Terminator is a cross-platform GPL terminal emulator with advanced features not yet found elsewhere. Please add Terminator to official Ubuntu repository. There is one program "terminator" already in repository, but that is some other program not the one I would like to get into repository. Official URL site: http://software.jessies.org/terminator/ Deb packages download URL and subversion URL: http://software.jessies.org/terminator/#downloads Brainstorm URL: http://brainstorm.ubuntu.com/idea/17982/ License: GPL Notes: I have been searching for one of very important functionality in terminal and that is "disable text wrapping". This is the only terminal I have found out to support this functionality. The work around (not exactly the same) is using the following in gnome-terminal: some_command | less -S I have installed deb package in Ubuntu 8.10 and works without any negative impact on Ubuntu system. ** Affects: ubuntu Importance: Undecided Status: New ** Tags: needs-packaging -- [needs-packaging] org.jessies.terminator https://bugs.launchpad.net/bugs/338306 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 382829] Re: Suggested output when printing a file to PDF is technical and generic "~/output.pdf"
Hi, isn't the title "Print to File" too geeky? Non-technical user would probably prefer "Save file as PDF". Why? Because saving file is what he/she is doing. If saving file process goes in some kind of printing file phase user should not be bothered with it. I suggest to use "Save file as PDF" or "Save PDF to file" or something like that. Regards -- Suggested output when printing a file to PDF is technical and generic "~/output.pdf" https://bugs.launchpad.net/bugs/382829 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 435183] Re: Doesn't display information about exact software license
@Donjan Rodic, I think there should be a summaries of license, because of two reasons: 1. Who likes to read 10 pages of original license? 2. Are ordinary people lawyers, so understanding law language? 3. Do ordinary people care about open source? For most of the people free as a beer and free as a speech is the same - they are not a programmers to know how to change a program, so why should they care. -- Doesn't display information about exact software license https://bugs.launchpad.net/bugs/435183 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365730] Re: pychess can't be started
Today I have installe PyChess in Karmic from repository using command 'sudo apt-get install pychess' and it looks this bug is fixed. I think problem can be marked as solved. -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 525189] apport-collect data
Architecture: i386 DistroRelease: Ubuntu 9.10 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) Package: empathy 2.28.1.1-0ubuntu1 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-16.53-generic Uname: Linux 2.6.31-16-generic i686 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare -- Empaty notification without icon https://bugs.launchpad.net/bugs/525189 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 525189] Dependencies.txt
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39469378/Dependencies.txt -- Empaty notification without icon https://bugs.launchpad.net/bugs/525189 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 525189] XsessionErrors.txt
** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/39469379/XsessionErrors.txt ** Changed in: empathy (Ubuntu) Status: Incomplete => New ** Tags added: apport-collected -- Empaty notification without icon https://bugs.launchpad.net/bugs/525189 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 392823] Re: Install Ubuntu simplify partitioning tool
Hi, I see in Ubuntu 9.10 there is also a new option added: "Erase and use the entire disk." So this problem is solved. Regards ** Changed in: hundredpapercuts Status: Invalid => Fix Committed ** Changed in: ubiquity (Ubuntu) Status: New => Fix Committed -- Install Ubuntu simplify partitioning tool https://bugs.launchpad.net/bugs/392823 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 392823] Re: Install Ubuntu simplify partitioning tool
** Changed in: hundredpapercuts Status: Fix Committed => Fix Released -- Install Ubuntu simplify partitioning tool https://bugs.launchpad.net/bugs/392823 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 388508] Re: Ctrl+Tab to change tab in Nautilus
Umang, in upstream there was written that standard in Gnome is + and +. This also works in Firefox too. But for Windows users this is something what is is not the standard, the standard is + and ++. If Ubuntu would like to get more Windows users then such a Windows- standard behaviour should also work. I work both on Windows and on Ubuntu and this different behaviour is just making my life harder. -- Ctrl+Tab to change tab in Nautilus https://bugs.launchpad.net/bugs/388508 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 388508] Re: Ctrl+Tab to change tab in Nautilus
markba, yes in Firefox works both shortcuts and both are working in Windows and in Ubuntu. That is what I think is a good example of good usability. I would understand not to implement such a feature if + would be some other standard in Gnome, but it is not. So what Nautilus looses if this shortcut is implement? Nothing! By the way, is it so hard to implement this feature just in Ubuntu, if upstream does not want to fix the bug? -- Ctrl+Tab to change tab in Nautilus https://bugs.launchpad.net/bugs/388508 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 533548] Re: rhythmbox-applet checkbox inconsistency
*** This bug is a duplicate of bug 519804 *** https://bugs.launchpad.net/bugs/519804 Dylan McCall, I think this is not duplicate. I think it is bad design to use a checkbox just like Matthew Paul Thomas wrote in the first comment: "Play" option should be without checkbox and when clicked it should change to "Pause". -- rhythmbox-applet checkbox inconsistency https://bugs.launchpad.net/bugs/533548 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365730] Re: pychess can't be started
Hi, a really gave up using PyChess from repository, because it just doesn't work, it is broken. I suggest you to install PyChess directly from subversion directory: 1. Install subversion sudo apt-get install subversion 2. Download files fromo subversion svn checkout http://pychess.googlecode.com/svn/trunk/ pychess-read-only 3. Move to pychess-read-only dir cd pychess-read-only 4. Run Pychess PYTHONPATH=lib/ ./pychess Regards -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365730] Re: pychess can't be started
Hi, by the way, if you are from non-English country you can create translation files by compiling po file to mo file, by executing command: msgfmt ${HOME}/pychess-read-only/lang/template.po -o ${HOME}/pychess-read-only/lang/[your_language]/LC_MESSAGES/pychess.mo Note: instead of [your_language] write your language, check pychess- read-only/lang directory for available translations. If you downloaded subversion files to other directory then your home dir, then also change ${HOME} variable to that downloaded dir. Regards -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365730] Re: pychess can't be started
Thomas, version 0.8.x was working fine, but it was just freezing so many times in Ubuntu (on my two home computers), that I upgraded to 0.10.x and since then I have never witnes a freeze. I think the latest svn is way more stable that 0.8.x ever was. I suggest to make a new beta or even better to make a final code of current development, that downstreams would know that this is stable code and include this code in new releases of distributions. It looks Ubuntu 9.10 will have 0.10.x code base: http://packages.ubuntu.com/search?keywords=pychess Regards -- pychess can't be started https://bugs.launchpad.net/bugs/365730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 498560] [NEW] Proprietary software license in "Ubuntu Software Center" are decleared as Unknow
Public bug reported: Binary package hint: software-center I wrote idea to Braintorm: http://brainstorm.ubuntu.com/contributor/grofaty/ideas/ but I was suggested to file a bug report. If you look into "Ubuntu Software Center" for each program there are two labels License and Price. For open source software there are labels "License: Open-source" and "Price: Free" which is ok. For other software there is just labeled License: Unknown and Price: Free. Unknown label is misleading because it just means there are yet not data about this entry. I suggest to put "License: Proprietary" for all software that is not labeled as Open-source like "IBM Lotus Symphony", "Adobe Reader" etc. just to make distinguish between this two types of software. There are also shareware programs available from repository which is marked as Price: Free, but you should buy license if using more then 30 days. This price=free is also misleading. For software that is free of charge for 30 days period like UtraEdit is beside license unknown there is also label Price: Free, which I suggest to mark as Shareware or "Trial". ** Affects: software-center (Ubuntu) Importance: Undecided Status: New ** Description changed: Binary package hint: software-center I wrote idea to Braintorm: http://brainstorm.ubuntu.com/contributor/grofaty/ideas/ but I was suggested to file a bug report. - If you look into "Ubuntu Software Center" for each program there are two labels License and Price. For open source software there are labels "License: Open-source" and "Price: Free" which is ok. For other software there is just labeled License: Unknown and Price: Free. Unknown label is misleading because it just means there are yet not data about this entry. - There are also shareware programs available from repository which is marked as Price: Free, but you should buy license if using more then 30 days. This price=free is also misleading. + If you look into "Ubuntu Software Center" for each program there are two + labels License and Price. For open source software there are labels + "License: Open-source" and "Price: Free" which is ok. For other software + there is just labeled License: Unknown and Price: Free. Unknown label is + misleading because it just means there are yet not data about this + entry. I suggest to put "License: Proprietary" for all software that is not labeled as Open-source like "IBM Lotus Symphony", "Adobe Reader" etc. just to make distinguish between this two types of software. + + There are also shareware programs available from repository which is + marked as Price: Free, but you should buy license if using more then 30 + days. This price=free is also misleading. + For software that is free of charge for 30 days period like UtraEdit is beside license unknown there is also label Price: Free, which I suggest to mark as Shareware or "Trial". -- Proprietary software license in "Ubuntu Software Center" are decleared as Unknow https://bugs.launchpad.net/bugs/498560 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 504405] Re: Ctrl-Tab should jump to the next tab
This was already discussed many times. To move to the next tab: - in Windows: + - in Gnome: + To move to the previous tab: - in Windows: ++ - in Gnome: + This is Gnome position and they will probably not change there minds. E.g. Interesting that Firefox uses both shortcuts (on Ubuntu and also on Windows - tested both) to do the same job. -- Ctrl-Tab should jump to the next tab https://bugs.launchpad.net/bugs/504405 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
@Daniel, I installed deb package for "performance" fix, you have written in #22. But since 18th November freeze did not appear anymore. If it does I will try to collect info from #22. @Vinod, did you try to install deb package from bug 1849142 from #14. Download deb file and execute from termina: sudo dpkg -i If freeze reappears can you please collect info requested in #22 of this thread. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
Interesting talking about devil... It happened right now. Remmina suddenly froze. This time I also lost mouse (no mouse pointer) and after few seconds also music stopped playing on my PC, this indicates this time whole system froze. For #22 for step 2 I am attaching files. ** Attachment added: "freshprevboot.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+attachment/5437406/+files/freshprevboot.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
** Attachment added: "lspci.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+attachment/5437407/+files/lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903710] [NEW] ubuntu freezes when using remmina
Public bug reported: On Ubuntu 20.04 I have been using Remmina for whole day (actually several days without issue), but suddenly Remmina froze and I was in full screen mode. Mouse pointer was moving OK, but no click was accepted. Also musing playing in the background on Ubuntu was playing normally, so Ubuntu hasn't froze up, probably just Remmina. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: remmina 1.4.2+dfsg-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65 Uname: Linux 5.4.0-52-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.11 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Tue Nov 10 13:51:53 2020 InstallationDate: Installed on 2019-10-23 (384 days ago) InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) SourcePackage: remmina UpgradeStatus: Upgraded to focal on 2020-08-14 (87 days ago) modified.conffile..etc.default.apport: # set this to 0 to disable apport, or to 1 to enable it # you can temporarily override this with # sudo service apport start force_start=1 enabled=0 mtime.conffile..etc.default.apport: 2020-04-29T17:08:03.553351 ** Affects: remmina (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903710 Title: ubuntu freezes when using remmina To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903710/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903710] Re: ubuntu freezes when using remmina
I forgot to write, the only way I could solved myself out of this problem was by hard-pressing laptop's power button, to poweroff laptop and then manually power it up again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903710 Title: ubuntu freezes when using remmina To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903710/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903710] Re: ubuntu freezes when using remmina
The same problem happened 12 days ago. At that time I have also reported a bug using "ubuntu-bug remmina" command. That bug report is at bug 1902051. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903710 Title: ubuntu freezes when using remmina To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903710/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] [NEW] Ubuntu 20.04 freezes with remmina in full-screen
Public bug reported: On Ubuntu 20.04 using Remmina accessing remote Windows session to my work and everything was working fine for 5 hours and then suddenly Reminna freezes. Mouse pointer still working fine, but Remmina not responding and also keyboard not responding (maybe because all of the keys are controller by Remmina). This problem is now third time the problem appeared: - bug 1902051 - bug 1903710 with no response. :( Work-around: hard press power button to power off laptop and power on it. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: remmina 1.4.2+dfsg-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65 Uname: Linux 5.4.0-52-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.11 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Thu Nov 12 12:38:25 2020 InstallationDate: Installed on 2019-10-23 (386 days ago) InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) SourcePackage: remmina UpgradeStatus: Upgraded to focal on 2020-08-14 (89 days ago) modified.conffile..etc.default.apport: # set this to 0 to disable apport, or to 1 to enable it # you can temporarily override this with # sudo service apport start force_start=1 enabled=0 mtime.conffile..etc.default.apport: 2020-04-29T17:08:03.553351 ** Affects: remmina (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
Please see attachment. ** Attachment added: "journal.tar.gz" https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+attachment/5434168/+files/journal.tar.gz ** Changed in: remmina (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
Today happened again. I executed "journalctl -b X" where X is the number I was searching today's date. Executing "journalctl -b 167" I have got: Data from the specified boot (+167) is not available: No such boot ID in journal Then I executed: "journalctl -b 166" > journalctl_166.txt "journalctl -b 165" > journalctl_165.txt "journalctl -b 164" > journalctl_164.txt a) Today I have force power-off button on laptop because Remmina froze. b) Another reboot I did because I have lost WiFi connection (this was normal restart). Sorry I dont' remember the order of a) and b), hope you can see it from journal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
Command "journalctl -b 0" looks like there are data from last start-up, but "journalctl -b 1" in my case returns data from "April 2020", that is why I have searched for the biggest number to get that date data. I am attaching "journalctl -b 1" output. ** Attachment added: "journal_1.txt" https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+attachment/5434687/+files/journal_1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
** Attachment added: "journalctl_161.txt" https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+attachment/5434748/+files/journalctl_161.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
Today computer freeze happened again. 1. I have had no choose but to hard press power-off button. 2. I have exeucted "journalctl -b 0" > journalctl_0.txt 3. I have executed "journalctl -b 161 > journalctl161.txt 4. I tried "journalctl -b 1 >journalctl_1.txt" like you suggested, but currently I see data in it from "May 1st". See attachments. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
** Attachment added: "journalctl_1.txt" https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+attachment/5434749/+files/journalctl_1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
** Attachment added: "journalctl_0.txt" https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+attachment/5434747/+files/journalctl_0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
Sebastien, now I have investigated "-b" switch little bit more and I see "-b 1" is probably not correct switch you have requested, but correct should with "minus 1", so "-b -1". Now I did: journalctl -b 0 > journalctl_0.txt journalctl -b -1 > journalctl_minus_1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
** Attachment added: "journalctl_minus_1.txt" https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+attachment/5434776/+files/journalctl_minus_1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
** Attachment added: "journalctl_0.txt" https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+attachment/5434775/+files/journalctl_0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
apport information ** Tags added: apport-collected ** Description changed: On Ubuntu 20.04 using Remmina accessing remote Windows session to my work and everything was working fine for 5 hours and then suddenly Reminna freezes. Mouse pointer still working fine, but Remmina not responding and also keyboard not responding (maybe because all of the keys are controller by Remmina). This problem is now third time the problem appeared: - bug 1902051 - bug 1903710 with no response. :( Work-around: hard press power button to power off laptop and power on it. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: remmina 1.4.2+dfsg-1ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65 Uname: Linux 5.4.0-52-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.11 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Thu Nov 12 12:38:25 2020 InstallationDate: Installed on 2019-10-23 (386 days ago) InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) SourcePackage: remmina UpgradeStatus: Upgraded to focal on 2020-08-14 (89 days ago) modified.conffile..etc.default.apport: # set this to 0 to disable apport, or to 1 to enable it # you can temporarily override this with # sudo service apport start force_start=1 enabled=0 mtime.conffile..etc.default.apport: 2020-04-29T17:08:03.553351 + --- + ProblemType: Bug + ApportVersion: 2.20.11-0ubuntu27.12 + Architecture: amd64 + CasperMD5CheckResult: skip + CurrentDesktop: ubuntu:GNOME + DisplayManager: gdm3 + DistroRelease: Ubuntu 20.04 + InstallationDate: Installed on 2019-10-23 (392 days ago) + InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) + Package: gnome-shell 3.36.4-1ubuntu1~20.04.2 + PackageArchitecture: amd64 + ProcVersionSignature: Ubuntu 5.4.0-54.60-generic 5.4.65 + RelatedPackageVersions: mutter-common 3.36.6-1ubuntu0.20.04.2 + Tags: focal + Uname: Linux 5.4.0-54-generic x86_64 + UpgradeStatus: Upgraded to focal on 2020-08-14 (95 days ago) + UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo wireshark + _MarkForUpload: True + modified.conffile..etc.default.apport: + # set this to 0 to disable apport, or to 1 to enable it + # you can temporarily override this with + # sudo service apport start force_start=1 + enabled=0 + mtime.conffile..etc.default.apport: 2020-04-29T17:08:03.553351 ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1903986/+attachment/5435469/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] GsettingsChanges.txt
apport information ** Attachment added: "GsettingsChanges.txt" https://bugs.launchpad.net/bugs/1903986/+attachment/5435470/+files/GsettingsChanges.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1903986/+attachment/5435472/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] monitors.xml.txt
apport information ** Attachment added: "monitors.xml.txt" https://bugs.launchpad.net/bugs/1903986/+attachment/5435474/+files/monitors.xml.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] ShellJournal.txt
apport information ** Attachment added: "ShellJournal.txt" https://bugs.launchpad.net/bugs/1903986/+attachment/5435473/+files/ShellJournal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
I executed: apport-collect 1903986 Step 1: Directory /var/crash is empty. Step 2: I get https://errors.ubuntu.com/user/3b81bfacd6a0c6d0f5d20395f7f51923611af976e65590519b1a3d70e9a0f5ef1454621e36d78b8c546167c5a8c9e9a3b2e7828938bb23cd0f8b737a46a7c591 but this may be some other problem, because yesterday I have had no issue with gnome-shell crash. Step 3: I don't really know what to do here... This should probably be done right after crash appears, isn't it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1903986/+attachment/5435471/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
Daniel, the problem is this is not reproducible problem. It just appears out of the blue when using remmina for few days. I will try to collect more info next time freeze appears. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
** Attachment added: "lspci.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+attachment/5446217/+files/lspci.txt ** Changed in: gnome-shell (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
Few minutes ago this Remmina freeze has happened again. Remmina not responding, no keyboard was responding. I was able to move mouse, but mouse clicks have had no effect. Also musing was still playing on my laptop (outside of Remmina). ** Attachment added: "freshprevboot.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+attachment/5446216/+files/freshprevboot.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
It happened again after 10 minutes... Interesting up till today it hasn't happened for a month, but today two times in 10 minutes interval. Like requested in #22 I am collecting files. ** Attachment added: "freshprevboot.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+attachment/5446220/+files/freshprevboot.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1903986] Re: Ubuntu 20.04 freezes with remmina in full-screen
** Attachment added: "lspci.txt" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+attachment/5446221/+files/lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903986 Title: Ubuntu 20.04 freezes with remmina in full-screen To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1903986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1595986] [NEW] [1951F5G, Analog Devices AD1981, Green Line Out, Left] Pulseaudio fails to detect card
Public bug reported: I saw a help to report audio problem with command: ubuntu-bug -s audio I have no sound in Ubuntu 16.04. In System Settings | Sound there is empty list o output and input devices (see attachment). I did clean install couple of weeks back. Previously I have got installed Ubuntu 14.04 with zero problems with sound. I don't know how to fix this problem. By the way, I can fear audio well e.g. in youtube using Firefox browser. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: pulseaudio 1:8.0-0ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10 Uname: Linux 4.4.0-24-generic i686 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: i386 CurrentDesktop: Unity Date: Fri Jun 24 16:48:11 2016 InstallationDate: Installed on 2016-06-03 (20 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1) SourcePackage: pulseaudio Symptom: audio Symptom_Card: HDA-Intel - HDA Intel Symptom_Jack: Green Line Out, Left Title: [1951F5G, Analog Devices AD1981, Green Line Out, Left] Pulseaudio fails to detect card UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/12/2006 dmi.bios.vendor: LENOVO dmi.bios.version: 79ET62WW (1.07 ) dmi.board.name: 1951F5G dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr79ET62WW(1.07):bd06/12/2006:svnLENOVO:pn1951F5G:pvrThinkPadT60:rvnLENOVO:rn1951F5G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 1951F5G dmi.product.version: ThinkPad T60 dmi.sys.vendor: LENOVO ** Affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 xenial ** Attachment added: "sound_output.png" https://bugs.launchpad.net/bugs/1595986/+attachment/4689817/+files/sound_output.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1595986 Title: [1951F5G, Analog Devices AD1981, Green Line Out, Left] Pulseaudio fails to detect card To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1595986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1595986] Re: [1951F5G, Analog Devices AD1981, Green Line Out, Left] Pulseaudio fails to detect card
By the way, I already reported a bug 1594570, but got no reply... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1595986 Title: [1951F5G, Analog Devices AD1981, Green Line Out, Left] Pulseaudio fails to detect card To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1595986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1598420] [NEW] Switch account and there is not possible to type in location bar in Firefox anymore
Public bug reported: On Ubuntu 16.04 Desktop 32-bit. 1. Login into Ubuntu with normal user. 2. Everything works fine also in Firefox without a problem. 3. Wait for few minutes that screen gets locked or press Super+L to lock a screen. 4. Now on log on screen select another user and login. 5. Start Firefox (default browser installed when Ubuntu is installed). 6. Click in location bar and try to type something in it. It looks like keyboard does not work. This is a problem! With mouse selecting some saved link from bookmarks and then try to use keyboard, Home/End/PageUp/PageDown works without a problem, but typing letters in location or search box can not be performed. Looks like a keyboard problem. But open Gedit, Terminal or any other application and typing letters works without a problem. Work-around for this problem: 1. Close Firefox. 2. Open Terminal and type in: who -u To get the pid of logged in user. 3. Kill process: sudo kill -9 4. Start Firefox and now typing in location and search box works fine. I can reproduce this problem every time! ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: firefox 47.0+build3-0ubuntu0.16.04.1 [modified: usr/share/applications/firefox.desktop] ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13 Uname: Linux 4.4.0-28-generic i686 AddonCompatCheckDisabled: False ApportVersion: 2.20.1-0ubuntu2.1 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: igor 7434 F pulseaudio BuildID: 20160606113900 Channel: Unavailable CurrentDesktop: Unity Date: Sat Jul 2 13:35:33 2016 Extensions: extensions.sqlite corrupt or missing ForcedLayersAccel: False IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini or extensions.sqlite) InstallationDate: Installed on 2016-06-03 (28 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release i386 (20160420.1) IpRoute: default via 192.168.64.1 dev wlp3s0 proto static metric 600 169.254.0.0/16 dev wlp3s0 scope link metric 1000 192.168.64.0/24 dev wlp3s0 proto kernel scope link src 192.168.64.102 metric 600 Locales: extensions.sqlite corrupt or missing Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so PrefSources: prefs.js [Profile]/extensions/https-everywh...@eff.org/defaults/preferences/preferences.js Profiles: Profile0 (Default) - LastVersion=47.0/20160606113900 RunningIncompatibleAddons: False SourcePackage: firefox Themes: extensions.sqlite corrupt or missing UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/12/2006 dmi.bios.vendor: LENOVO dmi.bios.version: 79ET62WW (1.07 ) dmi.board.name: 1951F5G dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr79ET62WW(1.07):bd06/12/2006:svnLENOVO:pn1951F5G:pvrThinkPadT60:rvnLENOVO:rn1951F5G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 1951F5G dmi.product.version: ThinkPad T60 dmi.sys.vendor: LENOVO ** Affects: firefox (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 xenial ** Summary changed: - Switch account and there is not possible to type in in Firefox anymore + Switch account and there is not possible to type in location bar in Firefox anymore -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1598420 Title: Switch account and there is not possible to type in location bar in Firefox anymore To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1598420/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1749993] [NEW] After turning low-resolution-graphics Dash is transparent to unusable state
Public bug reported: I have fresh installed Ubuntu 16.04 like two weeks ago or something. Today I have updated packages: sudo apt update && sudo apt full-upgrade I have noticed compiz and other packages updated and from article http://www.omgubuntu.co.uk/2018/02/new-unity-desktop-update-now- available I have seen it is now possible to turn on "low graphic mode" which is excellent idea for my 14-years old 32-bit laptop. I did: gsettings set com.canonical.Unity lowgfx true logged off and logged back in. When I press Super key Dash is launched, but display is totally useless way too transparent. See print screen. I have never had such a problem. Turning low graphic mode off and this problem disappears. P.S. I also have the problem with Alt+Tab switcher now background in switcher is white (if white background) it looks the same transparent problem. I turn off low graphic mode, switcher is still white. This is new problem after today Ubuntu update. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3 ProcVersionSignature: Ubuntu 4.13.0-32.35~16.04.1-generic 4.13.13 Uname: Linux 4.13.0-32-generic i686 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.15 Architecture: i386 BootLog: CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Fri Feb 16 17:34:08 2018 DistUpgraded: Fresh install DistroCodename: xenial DistroVariant: ubuntu ExtraDebuggingInterest: Yes GconfCompiz: /apps/compiz-1/plugins: /apps/compiz-1/plugins/unityshell: /apps/compiz-1/plugins/unityshell/screen0: /apps/compiz-1/plugins/unityshell/screen0/options: dash_blur_experimental = 1 GraphicsCard: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03) (prog-if 00 [VGA controller]) Subsystem: Lenovo ThinkPad R60/T60/X60 series [17aa:201a] Subsystem: Lenovo ThinkPad R60/T60/X60 series [17aa:201a] InstallationDate: Installed on 2018-01-20 (27 days ago) InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release i386 (20170801) MachineType: LENOVO 1951F5G PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-32-generic root=UUID=0cdfefb9-a78c-458e-826e-f76c94537c2a ro quiet splash vt.handoff=7 SourcePackage: xorg Symptom: display UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/12/2006 dmi.bios.vendor: LENOVO dmi.bios.version: 79ET62WW (1.07 ) dmi.board.name: 1951F5G dmi.board.vendor: LENOVO dmi.board.version: Not Available dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvr79ET62WW(1.07):bd06/12/2006:svnLENOVO:pn1951F5G:pvrThinkPadT60:rvnLENOVO:rn1951F5G:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.family: ThinkPad T60 dmi.product.name: 1951F5G dmi.product.version: ThinkPad T60 dmi.sys.vendor: LENOVO version.compiz: compiz 1:0.9.12.3+16.04.20171116-0ubuntu1 version.libdrm2: libdrm2 2.4.83-1~16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.8-0ubuntu0~16.04.1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.8-0ubuntu0~16.04.1 version.xserver-xorg-core: xserver-xorg-core N/A version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A xserver.bootTime: Fri Feb 16 16:56:33 2018 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: product id 16451 vendor LEN xserver.version: 2:1.19.5-0ubuntu2~16.04.1 ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug compiz-0.9 i386 regression-update ubuntu xenial ** Attachment added: "dash_too_trasparent.png" https://bugs.launchpad.net/bugs/1749993/+attachment/5056753/+files/dash_too_trasparent.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749993 Title: After turning low-resolution-graphics Dash is transparent to unusable state To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1749993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1749993] Re: After turning low-resolution-graphics Dash is transparent to unusable state
Now I have turned off low graphic mode in terminal: gsettings set com.canonical.Unity lowgfx false And ever worse problem appeared with launcher icons becoming black. I restarted computer and problem persists. See attachment. If I turn on lowgfx again with: gsettings set com.canonical.Unity lowgfx true launcher icons are in colour again (but as reported above Dash transparency appear - just like in original bug report). Did several tests. Turing on/off lowgfx and every time: - lowgfx false --> black icons in Launcher - lowgfx true --> icons in Launcher are fine, but original transparency problem in Dash is present ** Attachment added: "after_turning_low-graphic-mode_to_false.png" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1749993/+attachment/5056795/+files/after_turning_low-graphic-mode_to_false.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749993 Title: After turning low-resolution-graphics Dash is transparent to unusable state To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1749993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1749993] Re: After turning low-resolution-graphics Dash is transparent to unusable state
In both cases "low graphic mode" true or false the "tab switcher" background is too transparent too. This happened to me first time and I am using Ubuntu more then 10 years (different versions of course but the same! laptop). I pressed Alt key and hold and then press Tab key. Still holding Alt key I did a photo from my phone with one hand, so not the best photo. But from attachment it is clear tab switcher background is too transparent too. ** Attachment added: "tab_switcher_photographed_by_phone.jpg" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1749993/+attachment/5056806/+files/tab_switcher_photographed_by_phone.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1749993 Title: After turning low-resolution-graphics Dash is transparent to unusable state To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1749993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1898904] [NEW] Calibre does not start anymore
Public bug reported: On Ubuntu 20.04 few months ago I installed Calibre from Ubuntu Store official repository. I have been using Calibre for months, but today opening it from Ubuntu Launcher and nothing happens, no error. Executing: calibre from terminal and the output is: Traceback (most recent call last): File "/usr/bin/calibre", line 20, in sys.exit(calibre()) File "/usr/lib/calibre/calibre/gui_launch.py", line 73, in calibre main(args) File "/usr/lib/calibre/calibre/gui2/main.py", line 543, in main listener = create_listener() File "/usr/lib/calibre/calibre/gui2/main.py", line 514, in create_listener return Listener(address=gui_socket_address()) File "/usr/lib/calibre/calibre/utils/ipc/server.py", line 110, in __init__ self._listener._unlink.cancel() AttributeError: 'NoneType' object has no attribute 'cancel' Command: calibre --version outputs: calibre (calibre 4.99.4) I tried: sudo apt purge calibre sudo apt autoremove sudo apt install calibre but the problem is the same. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: calibre 4.99.4+dfsg+really4.12.0-1build1 ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60 Uname: Linux 5.4.0-48-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.9 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Wed Oct 7 18:07:57 2020 InstallationDate: Installed on 2019-10-23 (350 days ago) InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) PackageArchitecture: all SourcePackage: calibre UpgradeStatus: Upgraded to focal on 2020-08-14 (54 days ago) modified.conffile..etc.default.apport: [modified] mtime.conffile..etc.default.apport: 2020-04-29T17:08:03.553351 ** Affects: calibre (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1898904 Title: Calibre does not start anymore To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1898904] Re: Calibre crashes at startup with "/usr/bin/calibre, line 20" error
** Summary changed: - Calibre does not start anymore + Calibre crashes at startup with "/usr/bin/calibre, line 20" error -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1898904 Title: Calibre crashes at startup with "/usr/bin/calibre, line 20" error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1899296] Re: AttributeError when launching calibre
Duplicates: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1894061 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899259 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899296 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899296 Title: AttributeError when launching calibre To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899296/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1894061] Re: calibre crashes on startup with AttributeError: 'NoneType' object has no attribute 'cancel'
Duplicates: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1894061 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899259 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899296 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1894061 Title: calibre crashes on startup with AttributeError: 'NoneType' object has no attribute 'cancel' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1894061/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1898904] Re: Calibre crashes at startup with "/usr/bin/calibre, line 20" error
Duplicates: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1894061 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899259 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899296 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1898904 Title: Calibre crashes at startup with "/usr/bin/calibre, line 20" error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1899259] Re: Freshly installed calibre crashes
Duplicates: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1894061 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899259 https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899296 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899259 Title: Freshly installed calibre crashes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1899259/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1898904] Re: Calibre crashes at startup with AttributeError: 'NoneType' object has no attribute 'cancel'
Evans, great thanks for info how to fix, it works fine. I have written bash file for the users that are not so technical. Instructions: 1. Download file patch.sh from my post. 2. Open terminal, default keyboard shortcut is: CTRL+ALT+T 3. Set execution permissions: chown 700 patch.sh 4. Execute commands: ./patch.sh 5. Then you can delete patch.sh file: rm patch.sh Hope this helps for others too. P.S. For non-technical users, package maintainer that has packaged original Calibre program in Ubuntu 20.04, please update the package and push it to official Ubuntu repository. ** Attachment added: "patch.sh" https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904/+attachment/5421362/+files/patch.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1898904 Title: Calibre crashes at startup with AttributeError: 'NoneType' object has no attribute 'cancel' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1898904] Re: Calibre crashes at startup with AttributeError: 'NoneType' object has no attribute 'cancel'
Ahhh, sorry bug in instructions above in step 3 should be: chmod 700 patch.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1898904 Title: Calibre crashes at startup with AttributeError: 'NoneType' object has no attribute 'cancel' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1898904/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] [NEW] Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep
Public bug reported: I wake-up my laptop from sleep (opened laptop lid) and I noticed my WiFi connection was not working and also Bluetooth mouse was not working (in settings it looked Bluetooth was of). I tried to turn on Bluetooth but nothing happened. Then suddenly black screen appeared with some ext4 messages all over the screen. Then I have hard reset laptop and now it booted normally and works normally. Now I have executed bellow commands that I have found to collect after similar "crash" appears: journalctl -b-1 > freshprevboot.txt lspci -kv > lspci.txt ** Affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Re: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep
** Attachment added: "freshprevboot.txt" https://bugs.launchpad.net/ubuntu/+bug/1909736/+attachment/5448207/+files/freshprevboot.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Re: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep
** Attachment added: "lspci.txt" https://bugs.launchpad.net/ubuntu/+bug/1909736/+attachment/5448208/+files/lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Re: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep
I checked freshprevboot.txt and I see logs from yesterday evening that I haven't stopped any problem. Now I executed command: journalctl -b > journalctl_today.txt ** Attachment added: "journalctl_today.txt" https://bugs.launchpad.net/ubuntu/+bug/1909736/+attachment/5448229/+files/journalctl_today.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Re: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep
I collected more logs. /var/log/dmesg ** Attachment added: "dmesg" https://bugs.launchpad.net/ubuntu/+bug/1909736/+attachment/5448252/+files/dmesg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Re: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep
/var/log/kern.log ** Attachment added: "kern.log" https://bugs.launchpad.net/ubuntu/+bug/1909736/+attachment/5448253/+files/kern.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Re: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep
/var/log/syslog ** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+bug/1909736/+attachment/5448254/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Re: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep
apport information ** Package changed: ubuntu => linux (Ubuntu) ** Tags added: apport-collected focal ** Description changed: I wake-up my laptop from sleep (opened laptop lid) and I noticed my WiFi connection was not working and also Bluetooth mouse was not working (in settings it looked Bluetooth was of). I tried to turn on Bluetooth but nothing happened. Then suddenly black screen appeared with some ext4 messages all over the screen. Then I have hard reset laptop and now it booted normally and works normally. Now I have executed bellow commands that I have found to collect after similar "crash" appears: journalctl -b-1 > freshprevboot.txt lspci -kv > lspci.txt + --- + ProblemType: Bug + ApportVersion: 2.20.11-0ubuntu27.14 + Architecture: amd64 + CasperMD5CheckResult: skip + CurrentDesktop: ubuntu:GNOME + DistroRelease: Ubuntu 20.04 + InstallationDate: Installed on 2019-10-23 (435 days ago) + InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805) + MachineType: LENOVO 20N4S06V00 + Package: linux (not installed) + ProcFB: 0 i915drmfb + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic root=UUID=5ae35a7d-8195-4867-8bb5-49ab3106da83 ro quiet splash vt.handoff=7 + ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73 + RelatedPackageVersions: + linux-restricted-modules-5.4.0-58-generic N/A + linux-backports-modules-5.4.0-58-generic N/A + linux-firmware1.187.6 + Tags: focal + Uname: Linux 5.4.0-58-generic x86_64 + UpgradeStatus: Upgraded to focal on 2020-08-14 (138 days ago) + UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo wireshark + _MarkForUpload: True + dmi.bios.date: 09/21/2020 + dmi.bios.vendor: LENOVO + dmi.bios.version: N2IET92W (1.70 ) + dmi.board.asset.tag: Not Available + dmi.board.name: 20N4S06V00 + dmi.board.vendor: LENOVO + dmi.board.version: SDK0J40697 WIN + dmi.chassis.asset.tag: No Asset Information + dmi.chassis.type: 10 + dmi.chassis.vendor: LENOVO + dmi.chassis.version: None + dmi.modalias: dmi:bvnLENOVO:bvrN2IET92W(1.70):bd09/21/2020:svnLENOVO:pn20N4S06V00:pvrThinkPadT590:rvnLENOVO:rn20N4S06V00:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: + dmi.product.family: ThinkPad T590 + dmi.product.name: 20N4S06V00 + dmi.product.sku: LENOVO_MT_20N4_BU_Think_FM_ThinkPad T590 + dmi.product.version: ThinkPad T590 + dmi.sys.vendor: LENOVO + modified.conffile..etc.default.apport: + # set this to 0 to disable apport, or to 1 to enable it + # you can temporarily override this with + # sudo service apport start force_start=1 + enabled=0 + mtime.conffile..etc.default.apport: 2020-04-29T17:08:03.553351 ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448257/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] AudioDevicesInUse.txt
apport information ** Attachment added: "AudioDevicesInUse.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448258/+files/AudioDevicesInUse.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448259/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448260/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448261/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448262/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Lspci-vt.txt
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448263/+files/Lspci-vt.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448264/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Lsusb-t.txt
apport information ** Attachment added: "Lsusb-t.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448265/+files/Lsusb-t.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] Lsusb-v.txt
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448266/+files/Lsusb-v.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448267/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448268/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1909736] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1909736/+attachment/5448269/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909736 Title: Ubuntu 20.04 crashed with ext4 error after waking laptop from sleep To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1909736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs