Comment 3 for bug 1740481

Revision history for this message
Wayne Stambaugh (stambaughw) wrote : Re: [Bug 1740481] [NEW] linux open project dialog problem

On 12/29/2017 04:32 PM, Christian Treczoks wrote:
> Am 29.12.2017 um 16:21 schrieb Wayne Stambaugh:
>> Is it just for this folder or all project folders? I changed the file
>> dialog wildcard filtering to fix issues with case sensitive file
>> extensions on GTK+ builds. It works fine on Debian testing.
> I just created a new project just to test this - no, this happens on the
> test project folder, too. There *is* a TestProject.pro, it is
> accessable, but the requester does not show it.

I'm assuming by "requester" you mean the file dialog. I just tested
this on Debian testing by creating a project named "TestProject" and I
see the "TestProject.pro" file in the file dialog when I select
File->Load Project from KiCad. I wonder if there is a GTK+ build option
that disables the regular expression support of the GTK+ file choser and
Ubuntu has chosen to disable it. Anyone else have any ideas?

>
> Platform is still Ubuntu 17.0 (Linux 4.13.0-21-generic x86_64, 64 bit,
> Little endian, wxGTK)
>>
>> On 12/29/2017 04:39 AM, Christian Treczoks wrote:
>>> Public bug reported:
>>>
>>> I opened KiCAD, used "File -> Open Project", and navigated to my project
>>> directory, but despite the open requesters filter showing "KiCAD Project
>>> Files )*.pro)", it only lists the .pretty directory in that project
>>> directory. And yes, there *is* a .pro file there:
>>>
>>> -rw-rw-r-- 1 ct ct 12969 Dez 28 18:35 ArduinoModule.bak
>>> -rw-rw-r-- 1 ct ct 6096 Dez 28 19:04 ArduinoModule-cache.lib
>>> -rw-rw-r-- 1 ct ct 51 Dez 27 23:52 ArduinoModule.kicad_pcb
>>> -rw-rw-r-- 1 ct ct 15176 Dez 28 18:42 ArduinoModule.net
>>> -rw-r--r-- 1 ct ct 877 Dez 28 16:37 ArduinoModule.pro
>>> -rw-rw-r-- 1 ct ct 12867 Dez 28 19:04 ArduinoModule.sch
>>> -rw-rw-r-- 1 ct ct 543 Dez 28 18:54 fp-lib-table
>>> -rw-rw-r-- 1 ct ct 2828 Dez 28 00:52 modules.bck
>>> -rw-rw-r-- 1 ct ct 2828 Dez 28 00:52 modules.dcm
>>> -rw-rw-r-- 1 ct ct 26819 Dez 28 00:52 modules.lib
>>> drwxrwxr-x 2 ct ct 4096 Dez 28 15:44 SBC-MotoDriver2.pretty
>>> -rw-rw-r-- 1 ct ct 131 Dez 28 18:48 sym-lib-table
>>>
>>> Opening KiCAD by just double-clicking the .pro file works without
>>> problems.
>>>
>>> Application: kicad
>>> Version: no-vcs-found-5ca5783~61~ubuntu17.10.1, release build
>>> Libraries:
>>> wxWidgets 3.0.3
>>> libcurl/7.55.1 OpenSSL/1.0.2g zlib/1.2.11 libidn2/2.0.2 libpsl/0.18.0 (+libidn2/2.0.2) librtmp/2.3
>>> Platform: Linux 4.13.0-21-generic x86_64, 64 bit, Little endian, wxGTK
>>> Build Info:
>>> wxWidgets: 3.0.3 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24
>>> Boost: 1.62.0
>>> Curl: 7.55.1
>>> Compiler: GCC 7.2.0 with C++ ABI 1011
>>>
>>> Build settings:
>>> USE_WX_GRAPHICS_CONTEXT=OFF
>>> USE_WX_OVERLAY=OFF
>>> KICAD_SCRIPTING=ON
>>> KICAD_SCRIPTING_MODULES=ON
>>> KICAD_SCRIPTING_WXPYTHON=ON
>>> KICAD_SCRIPTING_ACTION_MENU=ON
>>> BUILD_GITHUB_PLUGIN=ON
>>> KICAD_USE_OCE=ON
>>> KICAD_SPICE=ON
>>>
>>> ** Affects: kicad
>>> Importance: Undecided
>>> Status: New
>>>
>