falkTX / Carla

Audio plugin host
https://kx.studio/carla
1.62k stars 147 forks source link

Off-by-one: Double click makes carla load the wrong project file #267

Open distrozapper opened 9 years ago

distrozapper commented 9 years ago

If I manage to click twice fast enough, Carla loads the "next-in-list" project file instead of the one I pointed on. Happens on/with: recent KXstudio/ubuntu 14.04 KDE 64bit Carla version 1.9.6 (2.0-beta4) (package carla-git) Python version: 3.4.0 Qt version: 4.8.6 PyQt version: 4.10.4

falkTX commented 9 years ago

Can't reproduce this. Can you explain this in more detail?

(I think I got what the bug is about, but just to be sure...)

distrozapper commented 9 years ago

It is about the "open carla project file" procedure. Clicking the "Open" button in Carla presents a sorted list of all saved .carxp project files. A single click on one of the list entries is sufficient to make Carla load the selected project file, let us call it file N. If I accidentally do a double click on file N, Carla loads file N+1 instead.

falkTX commented 9 years ago

Carla doesn't have such "list all saved project files" dialog. You'll likely getting that from the gnome/zenity tool.

Please post a screenshot of that dialog.

distrozapper commented 9 years ago

Sorry, I cant manage uploading a png here. So here is an imgur link showing my fileselector for carla project files. This is on kxstudio/KDE with no known special desktop settings. Carla theme: PRO black. You are right, maybe it is just a matter of filemanager settings. http://imgur.com/8sQ8fsF

falkTX commented 9 years ago

ah, so it's just you that have a bunch of carla files in a folder. wasn't expecting that, sorry.

weird that this happens. I'll save some random files and try to replicate it.