Bug 22639 - slideshow skips pictures
Summary: slideshow skips pictures
Status: CLOSED FIXED
Alias: None
Product: unknown
Classification: Bugzilla Internals
Component: general (show other bugs)
Version: 1.0
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-18 17:18 UTC by bert
Modified: 2002-09-16 14:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bert 2001-03-18 17:17:00 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           pixie
Version:           1.0 (using KDE 2.1.0 )
Severity:          normal
Installed from:    Red Hat Linux 
Compiler:          gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
OS:                Linux 2.2.17-8smp i686
OS/Compiler notes: 

I have loaded about 30 jpg images in pixie and try to run a slideshow. But the slide show skips certain pictures from the list.

On a side note loading multiple picutures in pixie could be enhanced! I'd like to see pixie *.jpg work and/or a select all button in the open-dialog.

Regards

Bert

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 Mosfet 2001-03-20 04:57:48 UTC
bert@bertenselena.net wrote:
> 
> Package: pixie
> Version: 1.0 (using KDE 2.1.0 )
> Severity: normal
> Installed from:    Red Hat Linux
> Compiler:          gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
> OS:                Linux 2.2.17-8smp i686
> OS/Compiler notes:
> 
> I have loaded about 30 jpg images in pixie and try to run a slideshow. But the slide show skips certain pictures from the list.
> 

Okay I'll look at this.


> On a side note loading multiple picutures in pixie could be enhanced! I'd like to see pixie *.jpg work and/or a select all button in the open-dialog.
>

pixie *jpg does work...
 
> Regards
> 
> Bert
> 
> (Submitted via bugs.kde.org)
> (Called from KBugReport dialog)
Comment 2 Bert Haverkamp 2001-03-20 08:07:30 UTC
Hello Mosfet
> > On a side note loading multiple picutures in pixie could 
> be enhanced! I'd like to see pixie *.jpg work and/or a 
> select all button in the open-dialog.
> 
> pixie *jpg does work...
Mmmm that's weird I just got on item in the list: *.jpg
and no picture. I'll try again maybe I did something wrong.
Fact is that the first time I started pixie I tried to load pictures via
the file-open 
menu. I (as a novice user) expected to be able to load all my pictures from
there in one go.
A "select all" scheme ala xmms would be great!

> > Regards
> > 
> > Bert
> > 
> > (Submitted via bugs.kde.org)
> > (Called from KBugReport dialog)
>
Comment 3 Mosfet 2001-03-20 08:28:38 UTC
Bert.Haverkamp@libertel.nl wrote:
> 
> Hello Mosfet
> > > On a side note loading multiple picutures in pixie could
> > be enhanced! I'd like to see pixie *.jpg work and/or a
> > select all button in the open-dialog.
> >
> > pixie *jpg does work...
> Mmmm that's weird I just got on item in the list: *.jpg
> and no picture. I'll try again maybe I did something wrong.
> Fact is that the first time I started pixie I tried to load pictures via
> the file-open
> menu. I (as a novice user) expected to be able to load all my pictures from
> there in one go.
> A "select all" scheme ala xmms would be great!

Well you can select multiple files... I guess I could add select all
but just highlighting everything will load them.

> 
> > > Regards
> > >
> > > Bert
> > >
> > > (Submitted via bugs.kde.org)
> > > (Called from KBugReport dialog)
> >
Comment 4 Mosfet 2001-03-20 08:31:25 UTC
Ah I see why this happened...

There were no jpegs in the directory and you can't load what isn't
there ;-) I should fix this to give an error tho.

Also check out the command line options for loading all images.

Bert.Haverkamp@libertel.nl wrote:
> 
> Hello Mosfet
> > > On a side note loading multiple picutures in pixie could
> > be enhanced! I'd like to see pixie *.jpg work and/or a
> > select all button in the open-dialog.
> >
> > pixie *jpg does work...
> Mmmm that's weird I just got on item in the list: *.jpg
> and no picture. I'll try again maybe I did something wrong.
> Fact is that the first time I started pixie I tried to load pictures via
> the file-open
> menu. I (as a novice user) expected to be able to load all my pictures from
> there in one go.
> A "select all" scheme ala xmms would be great!
> 
> > > Regards
> > >
> > > Bert
> > >
> > > (Submitted via bugs.kde.org)
> > > (Called from KBugReport dialog)
> >
Comment 5 Bert Haverkamp 2001-03-20 11:22:18 UTC
> > > pixie *jpg does work...
> > Mmmm that's weird I just got on item in the list: *.jpg
> > and no picture. I'll try again maybe I did something wrong.
> > Fact is that the first time I started pixie I tried to 
> load pictures via
> > the file-open
> > menu. I (as a novice user) expected to be able to load all 
> my pictures from
> > there in one go.
> > A "select all" scheme ala xmms would be great!
> 
> Well you can select multiple files... I guess I could add select all
> but just highlighting everything will load them.
again mmmm I couldn't. selecting with ctrl alt shift or whatever button
pressed did not work.
Also draging a box around multiple files didn't work.
How should I select multiple files?
To make things very clear: I'm talking about the open-dialog of pixie here. 
I could select multiple files in Konqueror and drag them onto pixie of
course!
Comment 6 Mosfet 2001-03-20 21:33:46 UTC
Hmm multiple files should have been in the version that went into
KDE2.1... if not upgrade to 1.0alpha1 on www.mosfet.org/pixie. It's been
there for awhile ;-)

As far as *jpg showing up in the filelist that can only happen if there
are no files that match *jpg in your current directory. Otherwise the
shell expands the wildcard before Pixie even runs. I was assuming that
anything on the commandline that doesn't match a filename is supposed to
be an internet URL now I check to see if it's a valid URL and if not
give a error message.

Bert.Haverkamp@libertel.nl wrote:
> 
> > > > pixie *jpg does work...
> > > Mmmm that's weird I just got on item in the list: *.jpg
> > > and no picture. I'll try again maybe I did something wrong.
> > > Fact is that the first time I started pixie I tried to
> > load pictures via
> > > the file-open
> > > menu. I (as a novice user) expected to be able to load all
> > my pictures from
> > > there in one go.
> > > A "select all" scheme ala xmms would be great!
> >
> > Well you can select multiple files... I guess I could add select all
> > but just highlighting everything will load them.
> again mmmm I couldn't. selecting with ctrl alt shift or whatever button
> pressed did not work.
> Also draging a box around multiple files didn't work.
> How should I select multiple files?
> To make things very clear: I'm talking about the open-dialog of pixie here.
> I could select multiple files in Konqueror and drag them onto pixie of
> course!
Comment 7 Mosfet 2001-03-20 22:42:37 UTC
(Note: This is a resend - sorry if the original shows up. pppd died in
the middle of transmission :P)

Hmm multiple files should have been in the version that went into
KDE2.1... if not upgrade to 1.0alpha1 on www.mosfet.org/pixie. It's been
there for awhile ;-)

As far as *jpg showing up in the filelist that can only happen if there
are no files that match *jpg in your current directory. Otherwise the
shell expands the wildcard before Pixie even runs. I was assuming that
anything on the commandline that doesn't match a filename is supposed to
be an internet URL now I check to see if it's a valid URL and if not
give a error message.

Bert.Haverkamp@libertel.nl wrote:
> 
> > > > pixie *jpg does work...
> > > Mmmm that's weird I just got on item in the list: *.jpg
> > > and no picture. I'll try again maybe I did something wrong.
> > > Fact is that the first time I started pixie I tried to
> > load pictures via
> > > the file-open
> > > menu. I (as a novice user) expected to be able to load all
> > my pictures from
> > > there in one go.
> > > A "select all" scheme ala xmms would be great!
> >
> > Well you can select multiple files... I guess I could add select all
> > but just highlighting everything will load them.
> again mmmm I couldn't. selecting with ctrl alt shift or whatever button
> pressed did not work.
> Also draging a box around multiple files didn't work.
> How should I select multiple files?
> To make things very clear: I'm talking about the open-dialog of pixie here.
> I could select multiple files in Konqueror and drag them onto pixie of
> course!
Comment 8 Chris Howells 2001-12-04 23:47:48 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thank you for your bug report.
The bug that your reported no longer applies to the latest development (CVS)
version of KDE. This is most probably because the bug has been fixed the
application has been substantially modified or the application no longer 
exists.
The bug report will be closed.
- -- 
Cheers Chris Howells -- chris@chrishowells.co.uk howells@kde.org
Web: http://chrishowells.co.uk PGP key: http://chrishowells.co.uk/pgp.txt
KDE: http://www.koffice.org http://edu.kde.org http://usability.kde.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8DWCmF8Iu1zN5WiwRAgulAJ9RIRq9fW+YRw+w+510C+NEiOCofQCgj8VE
9VBw2+syjTmt4ZAXvp+ueAI=
=bM8l
-----END PGP SIGNATURE-----