cant see file names in geany <File><open>
- joekline9
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 81
- Thank you received: 14
07 Jan 2021 20:41 #194413
by joekline9
cant see file names in geany <File><open> was created by joekline9
on debian 10 buster linuxcnc 2.8. Geany editor, I see no file names only folders when I do <File><Open>.
If I do <File><Save As> I do see filenames.
I have reinstalled geany. done updates etc but no change.
I have it on 2 different machines with same problem.
Could it be GTK 3 problem?
If I do <File><Save As> I do see filenames.
I have reinstalled geany. done updates etc but no change.
I have it on 2 different machines with same problem.
Could it be GTK 3 problem?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19482
- Thank you received: 6533
07 Jan 2021 23:23 #194430
by tommylight
Replied by tommylight on topic cant see file names in geany <File><open>
In the lower left corner, above the "view", "cancel","open" there is a drop down menu, choose "all files".
Please Log in or Create an account to join the conversation.
- joekline9
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 81
- Thank you received: 14
09 Jan 2021 02:08 #194556
by joekline9
Replied by joekline9 on topic cant see file names in geany <File><open>
"All Files" doesn't help. Someone else must be having this problem.
I have Debian 10 Buster on 3 different machines and have tried from 2 different
live usb sticks. all have the same problem.
I have Geany 1.33 on a Ubuntu 18 machine and it works OK but if I boot on the Live Buster usb the problem is there.
I have Debian 10 Buster on 3 different machines and have tried from 2 different
live usb sticks. all have the same problem.
I have Geany 1.33 on a Ubuntu 18 machine and it works OK but if I boot on the Live Buster usb the problem is there.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19482
- Thank you received: 6533
09 Jan 2021 11:30 #194580
by tommylight
Replied by tommylight on topic cant see file names in geany <File><open>
Is the USB monted ?
Can it be opened with a file browser?
Can it be opened with a file browser?
Please Log in or Create an account to join the conversation.
- joekline9
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 81
- Thank you received: 14
09 Jan 2021 14:52 #194592
by joekline9
Replied by joekline9 on topic cant see file names in geany <File><open>
Yes it is mounted.
Yes I can browse it.
I can run Linuxcnc etc. Geany works but I dont see filename in <File><Open>
I only see folders. I can edit files from a browser or command line.
Yes I can browse it.
I can run Linuxcnc etc. Geany works but I dont see filename in <File><Open>
I only see folders. I can edit files from a browser or command line.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19482
- Thank you received: 6533
09 Jan 2021 15:40 #194593
by tommylight
Replied by tommylight on topic cant see file names in geany <File><open>
There is nothing on the net about such issue!
Try using the file browser, right click on a file you want to open then choose "open with" and geany, or if there is no geany choose "other application", then scroll till you find geany and click on it.
Try using the file browser, right click on a file you want to open then choose "open with" and geany, or if there is no geany choose "other application", then scroll till you find geany and click on it.
Please Log in or Create an account to join the conversation.
- joekline9
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 81
- Thank you received: 14
10 Jan 2021 20:09 #194768
by joekline9
Replied by joekline9 on topic cant see file names in geany <File><open>
Yes that works as I said above. Well I can live with it this way. Just supprised no one else has seen this problem.
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7778
- Thank you received: 2075
10 Jan 2021 20:32 #194773
by cmorley
Replied by cmorley on topic cant see file names in geany <File><open>
Yes I've seen it. I compiled something from linux Mint to replace it.
Please Log in or Create an account to join the conversation.
- mundele
- Offline
- Junior Member
Less
More
- Posts: 21
- Thank you received: 0
28 Oct 2021 05:04 #224545
by mundele
Replied by mundele on topic cant see file names in geany <File><open>
I Have this problem too. Started suddenly. It's driving me nuts. I can open files if I can get to them with explorer or via terminal but geez o pete this suuucks. I
Please Log in or Create an account to join the conversation.
- d2inventory
- Offline
- Senior Member
Less
More
- Posts: 42
- Thank you received: 10
30 Oct 2021 11:34 - 30 Oct 2021 11:47 #224715
by d2inventory
Replied by d2inventory on topic cant see file names in geany <File><open>
I tried to reproduce this issue but if I compile it myself it always works.
Looks like the native install uses GTK3 but the source compiles from GTK+2 and that's causing the issue maybe
So if you want a usable geany install you could just remove the OS install and compile it yourself from source this worked for me:
Looks like the native install uses GTK3 but the source compiles from GTK+2 and that's causing the issue maybe
So if you want a usable geany install you could just remove the OS install and compile it yourself from source this worked for me:
sudo apt remove geany
sudo apt install gtk+2.0 intltool pkg-config automake autoconf libtool
mkdir geany-dev && cd geany-dev
apt source geany
cd geany-1.33
./autogen.sh --disable-html-docs
make -j4 && sudo make install
Last edit: 30 Oct 2021 11:47 by d2inventory.
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds