https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #60 from Leslie Zhai ---
Hi Thomas,
Thanks a lot for your Multi-Session help :)
@sebastian
Please test as Thomas suggested, the simulator is not able to reproduce
Multi-Session environment.
Regards,
Leslie Zhai
--
You are receiving thi
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #59 from Thomas Schmitt ---
Hi,
i don't think that bugs 378157 and 386401 are duplicates of 367639.
367639 (and 373523) is about a wrong growisofs option which was used by K3B
because it was not aware of the special needs of BD-R media for
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #58 from sebastian ---
Hy
Sorry people I don't have your level I am a simple user, I see a lot of talks
but at the end it seems that you didn't yet find the solution :-( , I don't
want to switch to another software, Please HELP
--
You are
https://bugs.kde.org/show_bug.cgi?id=367639
Leslie Zhai changed:
What|Removed |Added
CC||rikudou__sen...@outlook.com
--- Comment #57 from
https://bugs.kde.org/show_bug.cgi?id=367639
Simon Andric changed:
What|Removed |Added
CC||simonandr...@gmail.com
--
You are receiving thi
https://bugs.kde.org/show_bug.cgi?id=367639
Leslie Zhai changed:
What|Removed |Added
CC||ftefrjbhfvas...@o2.pl
--- Comment #56 from Leslie
https://bugs.kde.org/show_bug.cgi?id=367639
Leslie Zhai changed:
What|Removed |Added
CC||roger_nor...@inorbit.com
--- Comment #55 from Les
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #54 from Leslie Zhai ---
(In reply to Kevin Kofler from comment #53)
> In these commits, I see things like ,ms[0] == 0 or ms[1] != 0, where ms is a
> QStringList, so you are comparing a QString against 0. This doesn't look
> right. Either us
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #53 from Kevin Kofler ---
In these commits, I see things like ,ms[0] == 0 or ms[1] != 0, where ms is a
QStringList, so you are comparing a QString against 0. This doesn't look right.
Either use isEmpty() or compare with the string "0", depen
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #52 from Leslie Zhai ---
Hi Thomas,
> Now we'd need a tester, BD-R RRM might be hard to achieve
I will ask other KDE users to test it, and thank you so much for your help! you
teach me a lot as a mentor patiently and carefully, it is trasu
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #51 from Thomas Schmitt ---
http://commits.kde.org/k3b/15d3b05ce24a9158e120d4eaf0caadb0407fc0e7
looks good to me.
Now we'd need a tester who confirms that DVD-RAM can be used for multi-session
like DVD+RW.
(BD-R RRM might be hard to achieve
https://bugs.kde.org/show_bug.cgi?id=367639
Leslie Zhai changed:
What|Removed |Added
Resolution|--- |FIXED
Latest Commit|http://commits.kde.org/k
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #49 from Thomas Schmitt ---
Hi,
> http://commits.kde.org/k3b/b189d1c39b52d5b646a089863eb8f44d3eeaa333
> libk3bdevice/k3bdevice.cpp:
> emit infoMessage(i18n("Medium is not of multi-session type and does not
> contain ISO 9660. Cannot emula
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #48 from Leslie Zhai ---
Git commit b189d1c39b52d5b646a089863eb8f44d3eeaa333 by Leslie Zhai.
Committed on 27/09/2016 at 02:30.
Pushed by lesliezhai into branch 'multisession'.
Update multisession implementation as Thomas suggested
Summary:
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #47 from Thomas Schmitt ---
Hi,
> http://commits.kde.org/k3b/cbe652000292dc5a6c9e36de0d1000ca0d84f75d
> libk3b/projects/datacd/k3bdatamultisessionparameterjob.cpp
Actually one should still throw error if (nextSessionStart == 0)
at the end
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #46 from Leslie Zhai ---
Git commit cbe652000292dc5a6c9e36de0d1000ca0d84f75d by Leslie Zhai.
Committed on 26/09/2016 at 02:08.
Pushed by lesliezhai into branch 'multisession'.
Update multisession implementation as Thomas suggested
Summary:
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #45 from Thomas Schmitt ---
Hi.
a summary of the winded road which brought me to the current diagnosis.
After my theory of lack of multi-session support on overwritable media
brought us to the code where this support is already implemented
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #44 from Thomas Schmitt ---
Hi,
libk3bdevice/k3bdevice.cpp , K3b::Device::Device::getNextWritableAdress()
has
// Read start address of the incomplete track
if( readTrackInformation( trackData, 0x1, nextTra
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #43 from Thomas Schmitt ---
Hi,
Surprise: growisofs does not inspect the ISO with BD-R profile 0x41 !
So adding MEDIA_BD_R_SRM_POW will not be correct.
Do Not Commit, Please.
I rather see in growisofs_mmc.cpp a special handling for pseud
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #42 from Thomas Schmitt ---
Hi,
> libk3b / projects / datacd / k3bdatamultisessionparameterjob.cpp
I hate to say it, but it looks like there is already handling
for growisofs multi-session on overwritable media in this source file.
Just a
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #41 from Leslie Zhai ---
Git commit 076340502f14a5ecd928551500392e5f38dd2c41 by Leslie Zhai.
Committed on 23/09/2016 at 02:35.
Pushed by lesliezhai into branch 'multisession'.
Fix multisession implementation as Thomas suggested
Summary:
-
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #40 from Thomas Schmitt ---
Hi,
> http://commits.kde.org/k3b/ae0413daf1df44cb2c8c6e88a5b86180f1f52c3a
> libk3b/projects/datacd/k3bisoimager.cpp
Then let's see ...
> +char* in_image = "/dev/fd/0";
This is still wrong.
We need to acces
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #39 from Leslie Zhai ---
Git commit ae0413daf1df44cb2c8c6e88a5b86180f1f52c3a by Leslie Zhai.
Committed on 22/09/2016 at 03:42.
Pushed by lesliezhai into branch 'multisession'.
Multisession implemented as Thomas suggested
Summary:
- validat
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #38 from Thomas Schmitt ---
Hi,
Leslie Zhai wrote:
> Hi Thomas, please review it ;-)
Most problematic:
I do not see where you hand over the growisofs-ly computed -C values
to mkisofs. It could be that it gets to see -C 0,0 despite the eff
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #37 from Leslie Zhai ---
Git commit e9faad4a24e80ee83a3881707e394ca4be66f5c7 by Leslie Zhai.
Committed on 21/09/2016 at 04:36.
Pushed by lesliezhai into branch 'multisession'.
Add more check for inquiring the ISO filesystem size
M +5-
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #36 from Leslie Zhai ---
Git commit b22f60344db146aa6b5136373b0a0b270d5d8ee9 by Leslie Zhai.
Committed on 21/09/2016 at 04:09.
Pushed by lesliezhai into branch 'multisession'.
Inquire the ISO filesystem size
Hi Thomas, please review it ;-)
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #35 from Leslie Zhai ---
Git commit 9a6340ed76aaa8fa8784168ef7d286710097cee3 by Leslie Zhai.
Committed on 21/09/2016 at 02:41.
Pushed by lesliezhai into branch 'master'.
Wrong alleged_next_session for growisofs
WIP in multisession branch.
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #34 from Thomas Schmitt ---
Hi,
it really works when you tell growisofs -M the correct -C values
which match the ones computed by growisofs.
Session 1:
genisoimage -R file1 | \
growisofs -Z /dev/sr4=/dev/fd/0
The ISO has a size of 17
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #33 from Thomas Schmitt ---
Hi,
> If ScsiCommand 0x52 (MMC_READ_TRACK_INFORMATION) 0x1(incomplete) wrongly
> return 0 (as mnl experienced),
The answer 0 is correct. It is just given by the wrong entity,
namely the drive and not the filesys
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #32 from Leslie Zhai ---
Hi Thomas,
Then key point is:
> Whatever, determination of -C values is needed in any case, because K3B needs
> to hand over the values to mkisofs
If ScsiCommand 0x52 (MMC_READ_TRACK_INFORMATION) 0x1(incomplete)
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #31 from Thomas Schmitt ---
Hi,
> Plan A - rewrite K3b::Device::Device::getNextWritableAdress()
Augment it by the equivalent of growisofs code, if the multisession
-C parameters turn out as 0,0:
next_session = from_733(descr->volu
https://bugs.kde.org/show_bug.cgi?id=367639
Leslie Zhai changed:
What|Removed |Added
Ever confirmed|0 |1
Resolution|FIXED
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #29 from Thomas Schmitt ---
Hi,
i wrote:
> > I should mention that session 2 tests with growisofs -M instead of -Z
> > failed
Leslie Zhai wrote:
> growisofs -M /dev/sr0=/dev/fd/0 ...
> you mean the above failed to work?
It failed together
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #28 from Leslie Zhai ---
Git commit 477870ea36d07505889bfe33becc41ba57f3 by Leslie Zhai.
Committed on 19/09/2016 at 02:37.
Pushed by lesliezhai into branch 'multisession'.
growisofs described you don't have to specify -C option, it will
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #27 from Leslie Zhai ---
Hi Thomas,
> I should mention that session 2 tests with growisofs -M instead of -Z failed
growisofs -M /dev/sr0=/dev/fd/0 -use-the-force-luke=notray
-use-the-force-luke=tty -use-the-force-luke=4gms
-use-the-force-l
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #26 from Thomas Schmitt ---
I should mention that session 2 tests with growisofs -M instead of -Z failed.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #25 from Thomas Schmitt ---
Hi,
i tested growisofs and separately running mkisofs/genisoimage/xorrisofs
on DVD+RW to show how i imagine this could be done in K3B:
---
# Creat
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #24 from Thomas Schmitt ---
Hi,
> please review it https://git.reviewboard.kde.org/r/128932/
My browser seems not to be ready for the layout or your changeset is
much too small.
I only see:
QStringList ms = d->multiSessionInfo.spl
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #23 from Leslie Zhai ---
Hi,
> How to fix it growisofs style
yes, growisofs implemented it:
* - implement -use-the-force-luke=seek:N -Z /dev/dvd=image to arrange
* for 'builtin_dd if=image of=/dev/dvd obs=32k seek=N/16' (not
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #22 from Leslie Zhai ---
Hi Thomas,
Thanks for your detailed information, I will carefully read it ;-)
Regards,
Leslie Zhai
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #21 from Thomas Schmitt ---
Hi,
this is about the effort needed to implement multi-session on
DVD+RW, DVD-RAM, formatted DVD-RW, BD-RE, overwritably formatted BD-R.
It should be possible by duplicating capabilities of growisofs and
xorriso
https://bugs.kde.org/show_bug.cgi?id=367639
Leslie Zhai changed:
What|Removed |Added
CC||2aq9j93...@cogeco.ca
--- Comment #20 from Leslie
https://bugs.kde.org/show_bug.cgi?id=367639
Leslie Zhai changed:
What|Removed |Added
CC||babelfish0...@hotmail.com
--- Comment #19 from Le
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #18 from Leslie Zhai ---
Git commit f3f4602e30c67bf622b5a52ea39c78817b1dd020 by Leslie Zhai.
Committed on 02/09/2016 at 02:15.
Pushed by lesliezhai into branch 'master'.
Use growisofs for burning DVD/Blu-ray by default.
M +3-2libk
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #17 from Leslie Zhai ---
Hi Thomas,
Thanks for your detailed DVD background information, I will deep into it ;-)
> which i believe prevents the automatic use of growisofs
I will double check it!
> That will be a problem when you work on
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #16 from Thomas Schmitt ---
Hi,
Leslie Zhai wrote:
> I am starting to read the source code of growisofs.c this morning ;-)
As a new fellow burn programmer you should get your hands on SCSI specs
SPC-3, MMC-5 or MMC-6, SBC-2.
https://en.
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #15 from Leslie Zhai ---
Hi Thomas,
> wonder since years why K3B ignores programs based on it. cdrskin and xorriso
> burn CD, DVD, and BD just fine.
I am newbie of K3B http://www.leetcode.cn/2016/08/k3b.html I just want to fix
KF5 related
https://bugs.kde.org/show_bug.cgi?id=367639
Thomas Schmitt changed:
What|Removed |Added
CC||scdbac...@gmx.net
--- Comment #14 from Thomas
https://bugs.kde.org/show_bug.cgi?id=367639
Leslie Zhai changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #12 from Leslie Zhai ---
> This is a bit off topic, but on the long run these "self building
> requirements" are going to make k3b unusable for most Fedora users.
How to add cdrtools.spec to Fedora rpms repos? I can rpmbuild the
cdrtools-X
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #11 from m...@mnl.de ---
This is a bit off topic, but on the long run these "self building requirements"
are going to make k3b unusable for most Fedora users.
I will continue to try to build the new version as I have time. But to get my
blue
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #10 from Leslie Zhai ---
Hi mnl,
yes! I manually build && install cdrecord in my Fedora box, but there is
cdrtools package for ArchLinux
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/cdrtools
wodim was unm
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #9 from m...@mnl.de ---
The problem with cdrecord on Fedora is that it is in none of the standard
repositories nor in the free/nonfree Fusion repositories except as "limited
cdrecord compatibility wrapper" in package "cdrskin".
--
You are r
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #8 from Leslie Zhai ---
Git commit fcb0ff1f36c319fd1e2b4bd92c2c08fdc690212c by Leslie Zhai.
Committed on 30/08/2016 at 15:19.
Pushed by lesliezhai into branch 'master'.
Use cdrecord for burning blueray instead of wodim.
Because wodim from
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #7 from Leslie Zhai ---
Hi mnl,
try sudo dnf install qt5-qtbase-devel and qt5-qtwebkit-devel
and have a look at
https://help.ubuntu.com/community/CdDvd/Burning#Blu-Ray_Burning
Regards,
Leslie Zhai
--
You are receiving this mail because:
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #6 from m...@mnl.de ---
Version 2.10.0 still fails to compile:
CMake Error at /usr/lib64/cmake/Qt5Gui/Qt5GuiConfig.cmake:15 (message):
The imported target "Qt5::Gui" references the file
"/usr/lib64/libEGL.so"
but this
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #5 from Leslie Zhai ---
Hi mnl,
This might help you
https://help.ubuntu.com/community/CdDvd/Burning#Blu-Ray_Burning
Regards,
Leslie Zhai
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #4 from Leslie Zhai ---
Hi mnl,
I am using Fedora too, and also ArchLinux ;-)
Please have a look at http://www.leetcode.cn/2016/08/k3b.html described build
dependence, it is better to sudo dnf upgrade --refresh your Fedora!
Regards,
Lesli
https://bugs.kde.org/show_bug.cgi?id=367639
Burkhard Lueck changed:
What|Removed |Added
CC||lu...@hube-lueck.de
--- Comment #3 from Burkha
https://bugs.kde.org/show_bug.cgi?id=367639
--- Comment #2 from m...@mnl.de ---
Hi Leslie,
I cannot compile 2.10.0 on Fedora because it requires "ecm". (It has obviously
not been a dependency for 2.0.3, because I could successfully build this older
version.)
I failed to find a package that provi
https://bugs.kde.org/show_bug.cgi?id=367639
Leslie Zhai changed:
What|Removed |Added
CC||xiangzha...@gmail.com
--- Comment #1 from Leslie
https://bugs.kde.org/show_bug.cgi?id=367639
m...@mnl.de changed:
What|Removed |Added
CC||m...@mnl.de
--
You are receiving this mail becaus
62 matches
Mail list logo