Only that you didn’t search the forum to see quite a few other discussions of the issue that menus don’t work correctly (yet).
Try switching to the “terminal” keyboard and then use the Menu key on that keyboard.
Only that you didn’t search the forum to see quite a few other discussions of the issue that menus don’t work correctly (yet).
Try switching to the “terminal” keyboard and then use the Menu key on that keyboard.
No, it takes some fitnesse to drag over files and folders. How I do it is that I hold my finger in place within the directory for half a second, then immediately start dragging in any direction to create a select box.
I recommend Portfolio as an alternative file manager. It’s possible to set it as default as well (but off the top of my head I forgot how and didn’t take notes when I did so previously…)
Speaking of using the Default File Manager, is anyone else besides me having trouble using the ‘Right Click’ function?
I can right click to bring a menu, but if let go it dissapears. Also, I can’t seem to multi-tap it either.
Those behaviours do not occur in Crimson.
Crimson! s that a browser app I can download?
I can’t seem to find it in the app store.
Crimson is the rolling release distribution of PureOS.
So…will this take time before we will have the ‘right click’ features available with ease?
Yes, see also:
Something needs to happen regarding code development to get PureOS Crimson ready to be used for Librem 5. There is this issue about it, without much activity lately: I’m thinking that for those of us who have a Librem 5 and want to keep using it, the move to Crimson is really high priority since software versions are so old on Byzantium now. I don’t know what Purism is doing about it, but anyway I would like to try doing something from my end and I do have some money to spend on that. I did n…
If you would rather experience the current state of Crimson now, I can provide reflashing instructions for it on the Librem 5.
I’ll consider that for the time being.
Thanks for sharing
AFAIK there is no working build available? Phone Calls do not work ???
Just use the terminal keyboard with the menu-button. If you don’t know how: open your on-screen-keyboard, hit the button with orb symbol and choose the terminal one. There you have a _<
button or similar and then you find the menu-button. It simulates the right click correctly. This is the easiest solution until Crimson gets the stable release.
This is one of the reasons I prefer nemo
as my files browser: an actual menu bar with editing functions.
Good idea, works as expected
Well, it ain’t no ‘long press’ but that works. Thanks
It’s too bad it isn’t opted for mobile friendly use
Close enough for me, though.
Try switching to the “terminal” keyboard and then use the Menu key on that keyboard.
Yep, that works well, thanks a lot!
Looks like there is one more reason to long for Crimson release.
Maybe this is weird, but I have been using Librem 5 as a daily driver for a year and I never really had this problem. When I think about it, usually if I was making folders or doing fun things like that, I was either using the terminal app which I use heavily, or else I was opening a PDF of a ticket downloaded from a browser for use with an airplane or train – and for those, I was able to press Downloads and then the PDF in the file manager, which was about all I needed.
So, this might be a personal problem on my part that I should use file management more, but I wanted to put in a good word for the Terminal app as a possible solution to problems. mv Name OtherName
renames a file or folder called “Name” to “OtherName”, cd OtherName
will browse into a folder called OtherName
, the command ls
will show what is in the current folder, and mkdir SomeFolder
will make a folder called SomeFolder
. Maybe I’m just being a cliche nerd, but these work quite well for me.
Also cp A B
to make a copy of A
named B
, or cp -r A B
to make a copy of an entire directory A
named B
, are generally extremely useful. (But, with these and with mv
and a few others, there is no undo, so do not make typos.)
I wanted to put in a good word for the Terminal app as a possible solution to problems.
Well sure you don’t have to convince me, but it’s not very user friendly for basic file operations.
When being “forced” to do this, I find the Tab key (filename completion) more handy than usual because typing long filenames using an onscreen keyboard is slow and typo-prone etc.
Another difficulty is that this is a generic problem across all GUI applications and so, while shell commands may substitute for file operations, there will be other GUI applications where no easy equivalent shell command exists.