I have the same problem with evince 3.10.3-0ubuntu10.1 on ubuntu 14.04.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/599169
Title:
evince cbz support is broken on evince-2.30.3-0ubuntu1
To manage
This bug was fixed in the package evince - 2.30.3-0ubuntu1.1
---
evince (2.30.3-0ubuntu1.1) lucid-proposed; urgency=low
* debian/apparmor-profile.abstraction:
- allow ixr for tar, to allow opening of cbt files
- allow ixr for 7za, to allow opening of cbz files when using p7z
#27
Variate, Evince can open cbr files but it needs the unrar or unrar-free
package for opening cbr files
unrar is a no-charge proprietary (freeware) program by RARLABS
unrar-free is free (as freedom) software by the Gna! project for decompressing
rar files, however, it doesn't manage the laste
Installed evince from lucid-proposed and that solved the .cbz problem.
Thanks.
Also, is there any way to open .cbr in evince? I normally extract .cbr
files and re-compress them to a new .cbz file.
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
Yo
** Tags added: verification-done
** Tags removed: verification-needed
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailin
After installing 2.30.3-0ubuntu1.1 from lucid-proposed, all the test
cases now work. I also used test-evince.py from QRT and the new package
introduced no regressions.
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notificati
Accepted evince into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!
** Changed in: evince (Ubuntu Lucid)
Uploaded 2.30.3-0ubuntu1.1 to lucid-proposed.
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
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
== SRU ==
1. after upgrading to 2.30.3-0ubuntu1 from lucid release, cbz files are broken
because evince changed the way it opens the files and apparmor is blocking
access to the zipnote binary. Also, cbt files are blocked by the apparmor
profile (needs access to tar) and people using p7zip-full
** Changed in: evince (Ubuntu Lucid)
Assignee: Didier Roche (didrocks) => Jamie Strandboge (jdstrand)
** Changed in: evince (Ubuntu Lucid)
Status: Triaged => In Progress
** Changed in: evince (Ubuntu Lucid)
Milestone: None => ubuntu-10.04.1
--
evince cbz support is broken on evi
** Changed in: evince (Ubuntu Maverick)
Status: Fix Committed => Fix Released
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
re cbz> I can confirm this. Note that evince in Lucid release worked
fine with the attached cbz file, but evince in lucid-updates changed to
add zipnote support and the apparmor profile was not adjusted. There is
a test script in qa-regression-testing (QRT) for evince that would have
caught this.
** Tags added: apparmor
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
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://li
#20
Sam,
This changes can be released to be applied automatically.
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
I just want to check: is this something a fix will be (can be) released
for? Or is the manual fix the only solution?
Thanks.
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs
Juanjo, thank you very much for your hints!
Im stuffing these lines right now, and indeed i will never be enough
thankful to you :)
At first, i was scared to peep into launchpad, it just looked too techy
to me, but i had just to lurk a bit to see what good and hard work is
going on here, and that
#15
about cb7 files, right now Ubuntu only opens these files with 7zr (it
comes with the 7zip package). In order to open with the 7zip-full
package, you need to add
/usr/bin/7z ixr,
/usr/lib/p7zip/7z ixr,
/usr/bin/7za ixr,
/usr/lib/p7zip/7za ixr,
in /etc/apparmor.d/abstractions/evince (w
#15
Sokak,
For enabling cbt files, add
/bin/tar ixr,
/etc/apparmor.d/abstractions/evince
and
sudo apparmor_parser -r -W -T /etc/apparmor.d/usr.bin.evince
These bugs are because Ubuntu doesn't allow evince to execute 3rd apps
for security reasons, only the ones explicitally authorized by app
Thanks Juanjo, your instructions in #13 fixed the cbz issue for me! I am
happy to be able to read comics again in evince.
Anyone else trying it, don't forget the trailing comma after ixr
/usr/bin/zipnote ixr,
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bu
Yay! Adding on apparmor profile the line as in comment #12, it all
started to work again flawlessly for cbz files.
Both opening and thumbnailing them.
Im on ubuntu 10.04 amd64 kernel 2.6.32-23-generic, evince
2.30.3-0ubuntu1 shipped thru default repos.
That sadly hasnt fixed cbt and cb7 thumbnai
Jamie, can you have a look at Juanjo's comment on #13? It seems to fix an issue
with .cbz file on evince by activating some switch in apparmor.
As you modified the apparmor profile, I would prefer having your input there,
thanks :)
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https
adding /usr/bin/zipnote ixr on /etc/apparmor.d/abstractions/evince
and
sudo apparmor_parser -r -W -T /etc/apparmor.d/usr.bin.evince
fixes the problem ! ... At least
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug not
This is what I've got so far. Evince calls zipnote to get some info.
This is a typical calling:
/usr/bin/zipnote '/home/jjmarin/Desktop/jjmarin.cbz'
However, there is a permission problem:
Unable to read file: Failed to execute child process
"/usr/bin/zipnote" (Permission denied)
--
evin
** Attachment added: "Example of cbz as requested"
http://launchpadlibrarian.net/51336679/jjmarin.cbz
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe
Can you please provide a non working CBZ file so that I can check
upstream without the ubuntu patch?
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
I'm also getting this bug.
Using 2.30.3
on Ubuntu 10.04
Evey CBZ I try to open says "File type Zip archive (application/zip) is
not supported" (Close)
Most CBZs worked fine before the last update (Unless they have [] in filename)
now they all are bad.
CBR still work fine.
Also from the notes:
On mer., 2010-06-30 at 07:40 +, Didier Roche wrote:
> hum no, this is on maverick (yeah, it's in development), if you get that
> on lucid, please, open a bug report :)
>
No need in fact, seb128 just told me that I can happen in some case on
lucid as well.
(and it's fixed now in maverick).
In
hum no, this is on maverick (yeah, it's in development), if you get that
on lucid, please, open a bug report :)
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs, which is sub
Do you mean lucid, don't you ? Maverick is on the way :)
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu
This is a known issue on maverick, nothing related to that package.
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
Hi, I'm taking a look but I don't yet why this doesn't work on Ubuntu.
AFAIK, it's something related with the mime type management. I'll keep
working on this.
BWT, this package shows a warning during its instalation:
Selecting previously deselected package evince.
(Reading database ... 592180 fil
As the upstream change was from Juanjo, he told me he will have a try
there, so, just waiting for now
--
evince cbz support is broken on evince-2.30.3-0ubuntu1
https://bugs.launchpad.net/bugs/599169
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
I'm getting the same behavior here confirming. Didier may you have a
look to it? thanks.
** Changed in: evince (Ubuntu)
Importance: Undecided => Low
** Changed in: evince (Ubuntu)
Status: New => Triaged
** Changed in: evince (Ubuntu)
Assignee: (unassigned) => Didier Roche (didrock
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/51006145/Dependencies.txt
** Attachment added: "KernLog.txt"
http://launchpadlibrarian.net/51006146/KernLog.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/51006147/ProcMaps.txt
** Attachment ad
34 matches
Mail list logo