-
-
Notifications
You must be signed in to change notification settings - Fork 198
Link to the directory #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have this feature that I'm personally interested in #331 I was thinking about having a context menu that allows you to copy that path to clipboard and maybe open the parent folder. Is that what you are looking for? |
Hi Damir, Saves one ore two additional clicks/steps/task. thank you |
Have you checked out latest version from continuous build? Both should be in there for tabs (Tab Context Menu). |
Looks nice my current Version is from the about tab Using: right click "copy path" works as expected. i use ubuntu, latest, logged in with a regular user(not root) |
You using Wayland or X11? What version of Ubuntu? |
lsb_release -a => Ubuntu 20.04.1 LTS |
I was able to reproduce this issue only with snap. @JProof by any chance you're installing ksnip as snap? @LyzardKing we might be missing some permissions again. Ksnip can now open the parent directory of a saved image but it doesn't work with the snap. I've tried with AppImage on Ubuntu, build from Source on openSUSE and exe on Windows, works. |
@DamirPorobic yes, i have installed via snap. sudo snap find ksnip |
The open directory feature is only in the |
I'll look into it. |
hm tricky cmake .. && make
Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR" -- Configuring incomplete, errors occurred! |
Hehe ...coool https://github.com/ksnip/ksnip/releases/download/continuous/ksnip-1.8.0-continuous-x86_64.AppImage "Open Directory" will be active after first save. Thank you ;-) |
@DamirPorobic In the snap it might work if you use |
Apparently it's a bug in Qt (https://forum.snapcraft.io/t/xdg-open-or-gvfs-open-qdesktopservices-openurl-file-somelocation-file-txt-wont-open-the-file/16824/12) |
Any workaround for that? I'm not sure what kind of call |
In the place of this line...https://github.com/ksnip/ksnip/blob/master/src/gui/desktopService/DesktopServiceAdapter.cpp#L24 |
url is the path.. I forgot to edit it |
The function would become something like:
|
My issue here is that I don't know where this |
The related Qt bug is https://bugreports.qt.io/browse/QTBUG-83939, just for docu. |
Pushed a fix with a workaround, let's wait for the snap store to build the snaps and then test. |
@LyzardKing my fix seems to be not working yet. It involves starting a process for |
It works for me in the latest edge snap... |
oh, ok, thats great. Maybe I have tested wrong. Thanks anyways :) |
Hi,
is it possible to insert a link to the already stored file in the edit-tab.
may be its easier to take the shooted file per drag&drop from the directory.
Now, if i want a file i do
"File" -> "Open" and look for the file.
thank you
The text was updated successfully, but these errors were encountered: