[Bug 141388] Re: Sort order of Processes %CPU column reversed (compared to Nice, ID, Memory, etc.)

2017-07-21 Thread Christoph Michelbach
It's been a few years and I still don't get why the status of this bug
report is "invalid". The bug clearly still exists.

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

Title:
  Sort order of Processes %CPU column reversed (compared to Nice, ID,
  Memory, etc.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/141388/+subscriptions

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


[Bug 1567536] Re: Now Answer At All (Calculator Clears Input Field)

2016-06-09 Thread Christoph Michelbach
Why is this still incomplete?

** Description changed:

  Just copy this into the calculator and press enter:
  (2+3i)^((3+4i)×(4+5i))
  
  The calculator doesn't show any result but instead clears the input
- field. If you're trying to figure out the correct solution to this
- without calculating it by hand, good luck with that. I tried to with
- several calculators and got different results.
+ field. Tested with gnome-calculator 3.18.3.

** Description changed:

  Just copy this into the calculator and press enter:
  (2+3i)^((3+4i)×(4+5i))
  
  The calculator doesn't show any result but instead clears the input
- field. Tested with gnome-calculator 3.18.3.
+ field. Tested with gnome-calculator 3.18.3 on a 64 bit system.

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

Title:
  Now Answer At All (Calculator Clears Input Field)

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

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

[Bug 1567536] Re: Now Answer At All (Calculator Clears Input Field)

2016-04-21 Thread Christoph Michelbach
The bug also occurs when using gnome-caluculator version 3.18.3 on
Ubuntu 16.04 (kernel version 4.4.0-21-generic; 64 bit).

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

Title:
  Now Answer At All (Calculator Clears Input Field)

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

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


[Bug 1567536] Re: Now Answer At All (Calculator Clears Input Field)

2016-04-20 Thread Christoph Michelbach
Sorry, I didn't receive an email that you answered.

I'm using Ubuntu 14.04 64 bit with kernel 3.19.0-30-generic and Unity
version 7.2.6. gnome-calculator is version 3.10.3 on my system.

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

Title:
  Now Answer At All (Calculator Clears Input Field)

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

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


[Bug 1571806] [NEW] Backup files are silently ignored when using certain archive types

2016-04-18 Thread Christoph Michelbach
Public bug reported:

Depending on the kind of archive you create using file-roller, backup
files (files with a `~` on the end of their names) are included or
ignored. The user doesn't see any warning at all and will probably only
discover this when they try to extract the archive.

# How to reproduce the symptom.
(I'm assuming you're using Nautilus with file-roller integration.)
Create a folder `testFolder` (or any name but I'll use this one to refer to it) 
and create a file called `testFile~` in it. Then move to the parent folder of 
`testFolder`. Right-click test folder and choose "Compress".
## Correct behavior.
Choose `.7z` as the archive format making it a 7zip archive and click "Create". 
The archive will contain the folder `testFolder` and in it the file `testFile~`.
## Incorrect behavior.
Choose `.tar` as the archive format making it a tarball and click "Create". The 
tarball will contain the folder `testFolder` but it will be empty.

Note that this isn't the fault of `tar`. If you create the tarball from
the command line using the command `tar`, `testFile~` will be included.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Backup files are silently ignored when using certain archive types

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1571806/+subscriptions

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


[Bug 1210607] Re: Scientific Notation not given proper order of operations

2016-04-08 Thread Christoph Michelbach
Which calculator would do what you described? I just checked a few ones
and didn't find any. I'd be surprised a lot, to be honest, because
that'd be wrong and I probably would've gotten a very wrong result at
some point because I rely on calculators having implemented the correct
order of operations. Every school or university teaches that
multiplication and division have the same precedence (modulo may or may
not be on the same level, mostly depending on the notation) and are
calculated from the left to the right. So 8*10^12/6*10^9 =
8*(10^12)/6*(10^9) = ((8*(10^12))/6)*(10^9)

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

Title:
  Scientific Notation not given proper order of operations

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1210607/+subscriptions

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


[Bug 1567536] [NEW] Now Answer At All (Calculator Clears Input Field)

2016-04-07 Thread Christoph Michelbach
Public bug reported:

Just copy this into the calculator and press enter:
(2+3i)^((3+4i)×(4+5i))

The calculator doesn't show any result but instead clears the input
field. If you're trying to figure out the correct solution to this
without calculating it by hand, good luck with that. I tried to with
several calculators and got different results.

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

** Description changed:

  Just copy this into the calculator and press enter:
  (2+3i)^((3+4i)×(4+5i))
  
  The calculator doesn't show any result but instead clears the input
- field. If you're trying to figure out the correct solution to this, good
- luck. I tried to with several calculators and got different results.
+ field. If you're trying to figure out the correct solution to this
+ without calculating it by hand, good luck with that. I tried to with
+ several calculators and got different results.

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

Title:
  Now Answer At All (Calculator Clears Input Field)

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

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

[Bug 1517587] [NEW] Nautilus File Chooser Doesn't Show User Dirs

2015-11-18 Thread Christoph Michelbach
Public bug reported:

# Symptoms:
In the pane on the left, there usually are "Places" items (Home, Desktop, 
Documents, Downloads, Music, Pictures, Videos, Trash) which are also shown in 
the file chooser. The problem is that items in the "Places" category can go 
missing in the file chooser.

# How to replicate the bug:
Open ~/.config/user-dirs.dirs and change some of the directories. Make sure 
these directories actually exist. Restart your machine. What you will find is 
that Nautilus will work just fine and use the new directories. But if you use 
the file chooser (just try saving this website by pressing ctrl + S in your web 
browser), everything in "Places" that isn't the default value any more, will 
not be displayed.

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

** Description changed:

- Symptoms: In the pane on the left, there usually are "Places",
+ *Symptoms*: In the pane on the left, there usually are "Places",
  "Devices", "Bookmarks", and "Network" items which are also shown in the
  file chooser. The problem is that items in the "Places" category can go
  missing in the file chooser.
  
- How to replicate the bug: Open ~/.config/user-dirs.dirs and change some
- of the directories. Make sure these directories actually exist. Restart
- your machine. What you will find is that Nautilus will work just fine
- and use the new directories. But if you use the file chooser, everything
- in "Places" that isn't the default value any more, will not be
- displayed.
+ # How to replicate the bug:
+ Open ~/.config/user-dirs.dirs and change some of the directories. Make sure 
these directories actually exist. Restart your machine. What you will find is 
that Nautilus will work just fine and use the new directories. But if you use 
the file chooser, everything in "Places" that isn't the default value any more, 
will not be displayed.

** Description changed:

- *Symptoms*: In the pane on the left, there usually are "Places",
- "Devices", "Bookmarks", and "Network" items which are also shown in the
- file chooser. The problem is that items in the "Places" category can go
- missing in the file chooser.
+ # Symptoms:
+ In the pane on the left, there usually are "Places", "Devices", "Bookmarks", 
and "Network" items which are also shown in the file chooser. The problem is 
that items in the "Places" category can go missing in the file chooser.
  
  # How to replicate the bug:
  Open ~/.config/user-dirs.dirs and change some of the directories. Make sure 
these directories actually exist. Restart your machine. What you will find is 
that Nautilus will work just fine and use the new directories. But if you use 
the file chooser, everything in "Places" that isn't the default value any more, 
will not be displayed.

** Description changed:

  # Symptoms:
  In the pane on the left, there usually are "Places", "Devices", "Bookmarks", 
and "Network" items which are also shown in the file chooser. The problem is 
that items in the "Places" category can go missing in the file chooser.
  
  # How to replicate the bug:
- Open ~/.config/user-dirs.dirs and change some of the directories. Make sure 
these directories actually exist. Restart your machine. What you will find is 
that Nautilus will work just fine and use the new directories. But if you use 
the file chooser, everything in "Places" that isn't the default value any more, 
will not be displayed.
+ Open ~/.config/user-dirs.dirs and change some of the directories. Make sure 
these directories actually exist. Restart your machine. What you will find is 
that Nautilus will work just fine and use the new directories. But if you use 
the file chooser (just try saving this website by pressing ctrl + S in your web 
browser), everything in "Places" that isn't the default value any more, will 
not be displayed.

** Description changed:

  # Symptoms:
- In the pane on the left, there usually are "Places", "Devices", "Bookmarks", 
and "Network" items which are also shown in the file chooser. The problem is 
that items in the "Places" category can go missing in the file chooser.
+ In the pane on the left, there usually are "Places" items (Home, Desktop, 
Documents, Downloads, Music, Pictures, Videos, Trash) which are also shown in 
the file chooser. The problem is that items in the "Places" category can go 
missing in the file chooser.
  
  # How to replicate the bug:
  Open ~/.config/user-dirs.dirs and change some of the directories. Make sure 
these directories actually exist. Restart your machine. What you will find is 
that Nautilus will work just fine and use the new directories. But if you use 
the file chooser (just try saving this website by pressing ctrl + S in your web 
browser), everything in "Places" that isn't the default value any more, will 
not be displayed.

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


[Bug 1471300] [NEW] Virtual Memory cannot be shown

2015-07-03 Thread Christoph Michelbach
Public bug reported:

Open gnome-system-monitor, switch to the tab Processes, right-click on
a the heading of a column, check Virtual Memory. On my system (Ubuntu
15.04 64 Bit) with gnome-system-monitor 3.15.91 no virtual memory column
is shown.

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

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

Title:
  Virtual Memory cannot be shown

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

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


[Bug 1438251] [NEW] Ubuntu gets stuck when opening /proc in nautilus

2015-03-30 Thread Christoph Michelbach
Public bug reported:

The title contains pretty much all I know about this. I tried opening
nautilus via a terminal to see further information but the system gets
stuck before anything is displayed in the terminal. I can't even switch
to a tty via ctrl+alt+F[1..6].

I'm using an HP Probook 6550b with Ubuntu 14.04.2.

$ uname -a
Linux christoph-laptop-14-04 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 
21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

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

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

Title:
  Ubuntu gets stuck when opening /proc in nautilus

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

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


[Bug 1326190] [NEW] MB instead of MiB when splitting archives

2014-06-03 Thread Christoph Michelbach
Public bug reported:

Hi,

if you create a 7zip-archive, you can choose that it's splitted up into
files with a certain size. I just wanted to split a big file into many
100 MB big files but as it turned out it created 100 MiB files. So every
file has 104'857'600 byte instead of the intended 100'000'000 byte.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  MB instead of MiB when splitting archives

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1326190/+subscriptions

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


[Bug 141388] Re: Sort order of Processes %CPU column reversed (compared to Nice, ID, Memory, etc.)

2014-05-28 Thread Christoph Michelbach
I had the problem of all columns in the past, too. But I don't remember
which version it was. Since then everything was ok but now I have the
problem that the CPU usage column is reversed, too. I use Ubuntu 14.04
64 Bit and think this problem didn't exist in the last few versions of
Ubuntu.

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

Title:
  Sort order of Processes %CPU column reversed (compared to Nice, ID,
  Memory, etc.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/141388/+subscriptions

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


[Bug 141388] Re: Sort order of Processes %CPU column reversed (compared to Nice, ID, Memory, etc.)

2014-05-28 Thread Christoph Michelbach
Why is the status of this bug report invalid?

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

Title:
  Sort order of Processes %CPU column reversed (compared to Nice, ID,
  Memory, etc.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/141388/+subscriptions

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