[Bug 574287] Re: tasksel: forcefully removes packages when tasks overlap

2021-01-19 Thread barnaba
Well, I wasn't as lucky as Colonel Angus and my system wasn't a fresh
install. Love having my day and OS ruined by a ten year old bug that
doesn't even have importance decided.

If you're not planning to ever fix it maybe just add a warning to taskel
that this tool isn't fit for regular users and we should not follow
tutorials and just use apt instead?

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

Title:
  tasksel: forcefully removes packages when tasks overlap

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

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

[Bug 1848335] [NEW] xdg-open (and others) don't handle spaces in directory names properly

2019-10-16 Thread barnaba
Public bug reported:

Description:Ubuntu 18.04.3 LTS
Release:18.04
xdg-utils: Installed: 1.1.2-1ubuntu2.3

Environment:
Shell: bash/fish (happens in both)
DE: i3
env:
XDG_DATA_DIRS=/home/barnex/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share/:/usr/share/i3:/home/barnex/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/var/lib/snapd/desktop
XDG_CONFIG_DIRS=/etc/xdg/xdg-i3:/etc/xdg
 
What I did:
xdg-open "http://reddit.com"; # while having a specific directory structure

What I expected to happen:
Open a new tab/window of my browser with the correct URL.

What happened instead:
xdg-open froze, and eventually crashed.

I believe this issue in upstream caused the erratic behavior:
https://gitlab.freedesktop.org/xdg/xdg-utils/issues/131

xdg-utils seems to recursively look through directories for the .desktop
file. In my setup this path includes a directory:

"/home/barnex/.local/share/applications//wine//Programs//Zone.com Deluxe
Games/"

Instead of correctly looking into this directory, the next
search_desktop_file call goes into the "/home/barnex/Games" - a
directory outside of the search path.

/home/barnex/Games in turn has a directory "/home/barnex/Games//epic-
games-store//dosdevices//c://users//barnex//My Music/" - which again has
a space, and thus makes the xdg-open go to "/home/barnex/Music" -
another directory outside of my search path.

In /home/barnex/Music there's a directory called ' The Final Boss -
James Harmon - [Ambient - Breakbeat - Lo-Fi -Electronica] [2011]' - this
just causes an infinite loop of adding more slashes to the path,
resulting in calls like:

+ search_desktop_file chromium-browser.desktop
Music
The Final Boss - James Harmon - [Ambient - Breakbeat - Lo-Fi
-Electronica] [2011]/ http://reddit.com

This eventually leads to a crash.

Running 'xdg-settings get default-url-scheme-handler' with no arguments
caused a similar behavior.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xdg-utils 1.1.2-1ubuntu2.3
ProcVersionSignature: Ubuntu 4.15.0-66.75-generic 4.15.18
Uname: Linux 4.15.0-66-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CurrentDesktop: i3
Date: Wed Oct 16 13:45:35 2019
InstallationDate: Installed on 2016-11-20 (1059 days ago)
InstallationMedia: Ubuntu-Server 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
PackageArchitecture: all
SourcePackage: xdg-utils
UpgradeStatus: Upgraded to bionic on 2019-01-23 (265 days ago)

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic third-party-packages

** Description changed:

  Description:  Ubuntu 18.04.3 LTS
  Release:  18.04
  xdg-utils: Installed: 1.1.2-1ubuntu2.3
  
  What I did:
  xdg-open "http://reddit.com"; # while having a specific directory structure
  
  What I expected to happen:
  Open a new tab/window of my browser with the correct URL.
  
  What happened instead:
  xdg-open froze, and eventually crashed.
  
- I believe this issue caused the behavior:
+ I believe this issue in upstream caused the erratic behavior:
  https://gitlab.freedesktop.org/xdg/xdg-utils/issues/131
  
  xdg-utils seems to recursively look through directories for the .desktop
  file. In my setup this path includes a directory:
  
  "/home/barnex/.local/share/applications//wine//Programs//Zone.com Deluxe
  Games/"
  
  Instead of correctly looking into this directory, the next
  search_desktop_file call goes into the "/home/barnex/Games" - a
  directory outside of the search path.
  
  /home/barnex/Games in turn has a directory "/home/barnex/Games//epic-
  games-store//dosdevices//c://users//barnex//My Music/" - which again has
  a space, and thus makes the xdg-open go to "/home/barnex/Music" -
  another directory outside of my search path.
  
  In /home/barnex/Music there's a directory called ' The Final Boss -
  James Harmon - [Ambient - Breakbeat - Lo-Fi -Electronica] [2011]' - this
  just causes an infinite loop of adding more slashes to the path,
  resulting in calls like:
  
  + search_desktop_file chromium-browser.desktop
  
Music
  The Final Boss - James Harmon - [Ambient - Breakbeat - Lo-Fi
  -Electronica] [2011]/ http://reddit.com
  
  This eventually leads to a crash.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.

[Bug 1641380] Re: chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec certs

2016-12-13 Thread barnaba
I think that the proposed 'fix' of just importing the Symantec certs
isn't a very smart move, chrome requires transparency for a reason (you
can read about it following the links in the original ticket).

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

Title:
  chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec
  certs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1641380/+subscriptions

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


[Bug 1641380] Re: chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec certs

2016-12-11 Thread barnaba
This was fixed for a while, but came back.

53.0.2785.143 (Developer Build) Built on Ubuntu , running on Ubuntu 16.10 
(64-bit)
Ubuntu 16.04

I was forced to migrate to ubuntu 16.04 from 14.04 just to get this
fixed, since 14.04 is still supported please make sure the fix also gets
there.

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

Title:
  chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec
  certs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1641380/+subscriptions

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


[Bug 667066] [NEW] Can't create new deck

2010-10-26 Thread barnaba
Public bug reported:

Binary package hint: anki

Hello. I'm using ubuntu 10.10 on amd64 architecture. I had some decks,
possibly from previous versions of anki. After discovering error I
removed .anki, but error is still ocurring. I'm using Anki 0.9.9.8.6

What I did:

I started anki, and clicked Create button (or File > New - same effect).

What I expected:

New deck.

What happened:
Following error occured:

An error occurred. Please:
Restart Anki. 
If it does not fix the problem, please copy the following
into a bug report:

Traceback (most recent call last):
  File "/usr/share/anki/ankiqt/ui/main.py", line 871, in onNew
if not self.saveAndClose(hideWelcome=True): return
  File "/usr/share/anki/ankiqt/ui/main.py", line 859, in saveAndClose
self.deck.rollback()
  File "/usr/share/anki/anki/deck.py", line 2230, in rollback
self.s.clear()
  File "/usr/share/anki/anki/hooks.py", line 59, in repl
return old(*args, **kwargs)
  File "/usr/share/anki/anki/db.py", line 74, in __getattr__
return getattr(self.__dict__['_session'], k)
AttributeError: 'Session' object has no attribute 'clear'

-

The Tools menu is inactive, so I downloaded random deck via download
menu and restarted anki. After restarting Anki the Tools menu was
active, but there was no option Tools > Advanced > Full Database Check.
I've run Tools > Advance > Check Database, and restarted Anki again.
After completing those steps I still wasn't able to create new deck.

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

-- 
Can't create new deck
https://bugs.launchpad.net/bugs/667066
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