[Bug 1747296] Re: torbrowser-launcher fails after browser update

2018-02-26 Thread Árpád Lukács
The workaround is to download the bionic package, it installs on ardvark
w/o failed dependencies.

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

Title:
  torbrowser-launcher fails after browser update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1747296/+subscriptions

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

[Bug 1729601] Re: binaries in /usr/lib/axiom-20170401/bin are missing

2019-03-21 Thread Árpád Lukács
I also tried to rebuild, on 18.04, and got the same error with the freshly 
built packages as previously.
I also tried to build 20170501-4, but it complains for missing files in the 
zips directory (that is also missing).
Is there a chance that there will be an updated build for 18.04?

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

Title:
  binaries in /usr/lib/axiom-20170401/bin are missing

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

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

[Bug 1729601] Re: binaries in /usr/lib/axiom-20170401/bin are missing

2019-03-22 Thread Árpád Lukács
To the previous post: the complaint about the zip folder was my bad, I
did not download the original sources again for 20170501-4. After that,
I managed to rebuild, although at a number of places, the build was
waiting for an enter. Rather weird.

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

Title:
  binaries in /usr/lib/axiom-20170401/bin are missing

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

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

[Bug 883459]

2019-04-25 Thread Árpád Lukács
I did get numerous duplicates when I installed kmail 5.7.x (I think,
x=3), that came with Ubuntu 18.04. Then I started using the workaround
from comment #118.

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

Title:
  KMail duplicates emails

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/883459/+subscriptions

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


[Bug 883459]

2019-04-25 Thread Árpád Lukács
With upgrading to version 5.5.3 on Kmail, the duplication problem got worse in 
my case.
I have a rather large (~ 1) collection of messages. It happens after 
filtering, it can be "fixed" by clearing akonadi cache with akonadiconsole, but 
it appears again.
Adding a filter on top of the filter list, that executes "/usr/bin/sleep 15" 
did not help. I could not find out if it happens with the folders that contain 
many messages, or in all of them (i think the latter).
What did change with the new version (compared to the one there was in kubuntu 
14.04) is that now I get an error message when trying to access the folder with 
the duplicate messages, that kmail cannot fetch the message because of multiple 
candidates. Previously, i could erase one.

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

Title:
  KMail duplicates emails

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/883459/+subscriptions

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


[Bug 883459]

2019-04-25 Thread Árpád Lukács
(In reply to Tristan Miller from comment #207)
> (In reply to Árpi from comment #206)
> > I did get numerous duplicates when I installed kmail 5.7.x (I think, x=3),
> > that came with Ubuntu 18.04. Then I started using the workaround from
> > comment #118.
> 
> Lucky you; that workaround did nothing for me.
> 
> Is there some sort of bug bounty program for KDE?  If so I wouldn't mind
> chipping in €20 or so towards a fix for this issue.

I checked my filters; what I am doing is not exactly as described in comment 
#118, but instead, I added an extra action, to execute
/bin/sleep 1
to each of my filters. Since then, no duplicates.

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

Title:
  KMail duplicates emails

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdepim/+bug/883459/+subscriptions

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


[Bug 1747296] [NEW] torbrowser-launcher fails after browser update

2018-02-04 Thread Árpád Lukács
Public bug reported:

After the latest upgrade of the tor browser, torbrowser-launcher fails
to start tor-browswer. The error message is

Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.2.7
https://github.com/micahflee/torbrowser-launcher
Traceback (most recent call last):
  File "/usr/bin/torbrowser-launcher", line 30, in 
torbrowser_launcher.main()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/__init__.py", line 
62, in main
app = Launcher(common, url_list)
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
70, in __init__
if not self.common.settings['installed'] or not self.check_min_version():
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 
535, in check_min_version
for line in open(self.common.paths['tbb']['versions']).readlines():
IOError: [Errno 2] No such file or directory: 
'/home/X/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser/TorBrowser/Docs/sources/versions'

where X stands for the username.
The bug is knwn upstream, 
https://github.com/micahflee/torbrowser-launcher/issues/306
(fixed in 0.2.9).

My ubuntu version: 17.10
tor-brower-launcher version: 0.2.7-3

** Affects: torbrowser-launcher (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/1747296

Title:
  torbrowser-launcher fails after browser update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/1747296/+subscriptions

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

[Bug 610369] Re: [lucid][i915] Lenovo U160 blank screen on LVDS-1

2010-12-28 Thread Árpád Lukács
*** This bug is a duplicate of bug 608907 ***
https://bugs.launchpad.net/bugs/608907

The freedesktop bug id 29647 linked above has been marked as a duplicate
of bug 31596. In that thread
(https://bugs.freedesktop.org/show_bug.cgi?id=31596) a patch has been
posted (https://bugs.freedesktop.org/attachment.cgi?id=41123). I
recompiled ubuntu kernel 2.6.35-24-generic on a 64 bit machine with that
patch applied, and it did fix the problem. I am writing this post from
my U160, running kubuntu 10.10 with the patched kernel.

Regards,
Árpád

** Bug watch added: freedesktop.org Bugzilla #31596
   http://bugs.freedesktop.org/show_bug.cgi?id=31596

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

Title:
  [lucid][i915] Lenovo U160 blank screen on LVDS-1

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

[Bug 1039602] Re: ocrodjvu does not detect installed tesseract

2014-09-02 Thread Árpád Lukács
I do not know about any workarounds, I have installed 0.7.12, by rebuilding the 
package.
Instructions:
1. download ubuntu source package
2. throw away everything, but the *.changes and *.dsc files and the debian 
directory.
Rename them to the actual version downloaded from the developer
(0.7.12 in my case), edit ocrodjvu_0.7.12-1ubuntu1.dsc to have the new version 
number.
3. find the rules file in the debian directory, edit it to remove tests (we do 
not have ocropus on ubuntu)
4. download new source & extract it
5. copy the debian directory under ocrodjvu-0.7.12
6. cd ocrodjvu-0.7.12
7. dpkg-buildpackage -rfakeroot -b -us -uc

ocrodjvu_0.7.12-1ubuntu1_all.deb will be created. You can install that. You can 
also download my version from
http://szofi.elte.hu/~rpsoft/ocrodjvu_0.7.12-1ubuntu1_all.deb
but it is not signed, you cannot check if it is reliable.

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

Title:
  ocrodjvu does not detect installed tesseract

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

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


[Bug 1039602] Re: ocrodjvu does not detect installed tesseract

2014-09-06 Thread Árpád Lukács
Sorry, for some reason, the above only works on Ubuntu 12.04. On 14.04, I had 
to rebuild the package using version 0.7.18.
This time I did not modify anything, just downloaded the sources from 
http://packages.ubuntu.com/utopic/ocrodjvu
(the package for ubuntu utopic) and rebuilt them.
The result is here: http://szofi.elte.hu/~rpsoft/ocrodjvu_0.7.18-1_all.deb

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

Title:
  ocrodjvu does not detect installed tesseract

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

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


[Bug 1108387] [NEW] ocrodjvu crashes due to non-utf-8 characters generated by tesseract

2013-01-28 Thread Árpád Lukács
Public bug reported:

When running ocrodjvu on a scanned djvu file, one gets the following error 
message:
UnicodeDecodeError: 'utf8' codec can't decode byte  in position : ..

This is due to tesseract emitting a non-unicode byte.

The bug is known and fixed in upstream. Please bump version.

** Affects: ocrodjvu (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/1108387

Title:
  ocrodjvu crashes due to non-utf-8 characters generated by tesseract

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

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


[Bug 1039602] [NEW] ocrodjvu does not detect installed tesseract

2012-08-21 Thread Árpád Lukács
Public bug reported:

Ocrodjvu does not detect if tesseract is installed. Running
  ocrodjvu --list-engines
does not list tesseract as an installed OCR engine.

** Affects: ocrodjvu (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/1039602

Title:
  ocrodjvu does not detect installed tesseract

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

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