-
Notifications
You must be signed in to change notification settings - Fork 34
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
Only gedit works as text editor #29
Comments
Fixed it. I made a script called gedit that starts bluefish! |
Nice! Now why did I not think of that years ago. Lol
You are correct, there should be an option to select your editor.
I use xed too as my editor.
LLAP
…On Sat, Jan 15, 2022 at 1:54 AM Lowrida ***@***.***> wrote:
Fixed it. I made a script called gedit that starts bluefish!
But maybe it should be an option in settings to choose which editor you
want?
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMFNDUIDTORPJK3BTKQBO2TUWEK4BANCNFSM5MANU3KQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Bruce E. Scott / IDX-396
|
So how did you do that in your script @Lowrida?
I used /usr/bin/xed $1 and the file is not passed from Conky-manager to
xed... :-(
But xed does open...
LLAP
…On Sat, Jan 15, 2022 at 9:39 AM Bruce Scott ***@***.***> wrote:
Nice! Now why did I not think of that years ago. Lol
You are correct, there should be an option to select your editor.
I use xed too as my editor.
LLAP
On Sat, Jan 15, 2022 at 1:54 AM Lowrida ***@***.***> wrote:
> Fixed it. I made a script called gedit that starts bluefish!
> But maybe it should be an option in settings to choose which editor you
> want?
>
> —
> Reply to this email directly, view it on GitHub
> <#29 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMFNDUIDTORPJK3BTKQBO2TUWEK4BANCNFSM5MANU3KQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
--
Bruce E. Scott / IDX-396
--
Bruce E. Scott / IDX-396
|
I see the button triggers this code: https://github.com/zcot/conky-manager2/blob/add-1.10-support/src/MainWindow.vala#L781
(see And that is the following function: https://github.com/zcot/conky-manager2/blob/add-1.10-support/src/Utility.vala#L1219
(see the 2 lines with Maybe it should use Maybe it works if you edit those 2 references on lines 1225 and 1227 and recompile. |
Made a script in /usr/bin called "gedit" and put the following in it:
Easy... ;) |
But i don't use gedit and have not installed it. I use xed and bluefish but conky does not open the scripts with them...
The text was updated successfully, but these errors were encountered: