[Desktop-packages] [Bug 1793124]

2019-01-19 Thread GigabyteProductions
(In reply to Libomark from comment #21)
> An obvious workaround is to zoom out on the sheet.  If that reduces
> legibility too far, then use assorted text function to split the text into
> different cells nearby, or reformat the cells using wrap etc. as appropriate.

Modifying the layout of the document is not always an option. My most
recent occurrence of this issue was updating finding status on a STIG
viewer spreadsheet export (which needed to be re-imported into the
tool).

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

Title:
  Scrolling on Calc leaves content invisible if cell is higher than
  screen

Status in LibreOffice:
  Confirmed
Status in libreoffice package in Ubuntu:
  Confirmed

Bug description:
  I sometimes receive Calc documents where the content of an individual
  cell is split on so many lines that it fills up the whole screen and
  more. I can easily see the top part of these cells but scrolling to
  the bottom does not seem to work. Whether I try dragging the scrollbar
  or moving the screen with my laptop’s touchpad, Calc seems to skip the
  bottom part of the cell and jump directly to the following cell. See
  the attached screenshots of a document which has numbers 1 to 50 so
  that numbers 4 to 40 occupy one single cell (A4). In the first
  screenshot I see the top part of that cell (4 to 23) and in the next I
  have scrolled down the screen as little as possible, and now I see
  cell A5 (number 41) on the top. Everything in between is visually
  inaccessible whatever I try.

  Description:  Ubuntu 18.04.1 LTS
  Release:  18.04

Installed: 1:6.0.3-0ubuntu1
Candidate: 1:6.0.3-0ubuntu1
Version table:
   *** 1:6.0.3-0ubuntu1 500
  500 http://mr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libreoffice-calc 1:6.0.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.3
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep 18 11:16:17 2018
  InstallationDate: Installed on 2017-02-13 (582 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to bionic on 2018-05-31 (109 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1320752] Re: MAC Spoofing / Cloning for WiFi is broken in Trusty 14.04 / 14.10 and all others including Mint 17

2016-06-27 Thread GigabyteProductions
Removing NetworkManager is not necessary. However, I still think the bug
is NetworkManager. The MAC address cannot be changed while the interface
is up. The MAC address can be manually changed while NetworkManager is
running by disabling wireless in NetworkManager, and using a command
like the following to change the MAC address, before bringing wireless
back up and connecting:

ip link set dev "${interface}" address "${macaddr}"

I'm not sure if the kernel previously allowed MAC addresses to change
while the interface was up, or if NetworkManager previously brought
interfaces down, but either way, I think it's NetworkManager's
responsibility to bring the interface down before attempting a change in
the MAC address.

The reason seandepagnier's removal of NetworkManager works is because
the interfaces are down by default when a daemon like NetworkManager is
not active, so the MAC address changed with no problem.

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

Title:
  MAC Spoofing / Cloning for WiFi  is broken in Trusty 14.04 / 14.10 and
  all others including Mint 17

Status in network-manager package in Ubuntu:
  Confirmed
Status in wpasupplicant package in Ubuntu:
  Confirmed

Bug description:
  **SHORT OVERVIEW**

  "Cloned MAC Address" feature doesn't work with any USB WiFi adapters
  in 14.04, 14.10, Mint 17 and likely all others based on Ubuntu.

  It worked under 13.10 and was broken from day one in 14.04+.
  This is not an upgrade issue, i did a clean install to test.
  Atheros, Realtek, Ralink adapters tested, this has nothing to do with the 
driver type.

  The only symptoms are WiFi not connecting and the following dmesg
  output:

  [  214.296350] wlan0: authenticate with 98:fc:11:f2:f7:43
  [  214.305098] wlan0: send auth to 98:fc:11:f2:f7:43 (try 1/3)
  [  214.307421] wlan0: authenticated
  [  219.367559] wlan0: deauthenticating from 98:fc:11:f2:f7:43 by local choice 
(reason=3)
  
  **TEMP SOLUTION***

  This bug is caused by wpasupplicant (2.1-0ubuntu1.1) in Trusty,
  network-manager is not the culprit.

  I quick fix is to downgrade wpasupplicant to the Saucy version,
  wpasupplicant (1.0-3ubuntu2). This is relatively easy and doesn't seem
  to affect anything else.

  

  Original bug report info:

  after setting the mac to change in networkmanager i try to connect yet it 
never will, when looking at the logs it says it got disconnected by local 
choice (reason 3), it appeared it was because the mac wasnt effectively changed 
but then again i tried to do so disabling network-manager -> macchanger -m -> 
enabling network-manager, i checked with ifconfig if the mac has changed and it 
did however the result was the same
  maybe its because of this 
http://people.canonical.com/~ubuntu-security/cve/2013/CVE-2013-4579.html?

  **UPDATE**

  now works doing the macchanger procedure, directly from network-
  manager it doesnt

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Mon May 19 02:00:41 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-06 (12 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-06 (13 days ago)
  InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.1)
  MachineType: Hewlett-Packard HP Pavilion g7 Notebook PC
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=b249fe00-d117-42dc-a2a4-e2b8763b5b7c ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/24/2012
  dmi.bios.vendor: Insyde
  

[Desktop-packages] [Bug 1320752] Re: MAC Spoofing / Cloning for WiFi is broken in Trusty 14.04 / 14.10 and all others including Mint 17

2014-12-05 Thread GigabyteProductions
That's probably because there's a workaround for it.

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

Title:
  MAC Spoofing / Cloning for WiFi  is broken in Trusty 14.04 / 14.10 and
  all others including Mint 17

Status in network-manager package in Ubuntu:
  Confirmed
Status in wpasupplicant package in Ubuntu:
  Confirmed

Bug description:
  **SHORT OVERVIEW**

  Cloned MAC Address feature doesn't work with any USB WiFi adapters
  in 14.04, 14.10, Mint 17 and likely all others based on Ubuntu.

  It worked under 13.10 and was broken from day one in 14.04+.
  This is not an upgrade issue, i did a clean install to test.
  Atheros, Realtek, Ralink adapters tested, this has nothing to do with the 
driver type.

  The only symptoms are WiFi not connecting and the following dmesg
  output:

  [  214.296350] wlan0: authenticate with 98:fc:11:f2:f7:43
  [  214.305098] wlan0: send auth to 98:fc:11:f2:f7:43 (try 1/3)
  [  214.307421] wlan0: authenticated
  [  219.367559] wlan0: deauthenticating from 98:fc:11:f2:f7:43 by local choice 
(reason=3)
  
  **TEMP SOLUTION***

  This bug is caused by wpasupplicant (2.1-0ubuntu1.1) in Trusty,
  network-manager is not the culprit.

  I quick fix is to downgrade wpasupplicant to the Saucy version,
  wpasupplicant (1.0-3ubuntu2). This is relatively easy and doesn't seem
  to affect anything else.

  

  Original bug report info:

  after setting the mac to change in networkmanager i try to connect yet it 
never will, when looking at the logs it says it got disconnected by local 
choice (reason 3), it appeared it was because the mac wasnt effectively changed 
but then again i tried to do so disabling network-manager - macchanger -m - 
enabling network-manager, i checked with ifconfig if the mac has changed and it 
did however the result was the same
  maybe its because of this 
http://people.canonical.com/~ubuntu-security/cve/2013/CVE-2013-4579.html?

  **UPDATE**

  now works doing the macchanger procedure, directly from network-
  manager it doesnt

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-release-upgrader-core 1:0.220.2
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Mon May 19 02:00:41 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-06 (12 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.1)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: KDE
  DistroRelease: Ubuntu 14.04
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-05-06 (13 days ago)
  InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.1)
  MachineType: Hewlett-Packard HP Pavilion g7 Notebook PC
  NonfreeKernelModules: fglrx
  Package: linux (not installed)
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic 
root=UUID=b249fe00-d117-42dc-a2a4-e2b8763b5b7c ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-24-generic N/A
   linux-backports-modules-3.13.0-24-generic  N/A
   linux-firmware 1.127.2
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  Tags:  trusty
  Uname: Linux 3.13.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/24/2012
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.53
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3568
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 21.3A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.53:bd10/24/2012:svnHewlett-Packard:pnHPPaviliong7NotebookPC:pvr06901320461620100:rvnHewlett-Packard:rn3568:rvr21.3A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g7 Notebook PC
  dmi.product.version: 06901320461620100
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages