=== brainwash_ is now known as brainwash === rso0016 is now known as rso16 [12:48] Hey flocculant [13:46] Hi [13:48] hello cheets [13:48] hi [14:04] I got a question regarding a package dotnet core [14:04] It installs fine but the main command has a different name [14:05] It is dotnet-sdk.dotnet instead of dotnet [14:07] The problem I have is when I use an app that expects it to be "dotnet". Now I created an alias using bash, and logged in / logged out. It works nice on the command line (the alias). But I guess this app that calls the 'dotnet' does a 'which dotnet' and finds that it doesn't exist. [14:08] I could create an alias in bash in ~/bin and put that in path I guess [14:09] The app I am trying to get working is 'vscode' with the C# extension [21:45] hello [21:45] can i ask for help with something somewhat small [21:45] friendlyGoat, that's the very purpose if this channel... [21:45] heh sorry bout that i was just saying that to try being polite [21:46] no worries [21:46] anyways i need to get two things handled, 1: i forgot how to get something of mine to run when i open my terminal, and 2: for some reason that thing from 1 opens up by itself without the terminal whenever i turn on my computer [21:47] i should explain better and one step at a time [21:51] 1: you can try putting it at the bootom of the ~/.bashrc file [21:52] 2: check your xfce4-session-settings (Session and Startup), Application Autostart tab [21:55] its not on the autostart thing, its what im trying to have my terminal run when i turn it on [21:56] im trying to think of a way to explain it without sounding dumb [21:57] what exactly you want to run with your terminal? [21:57] im trying to make my terminal execute something when it opens, i need to get it to open another directory then do ./(file) but it just wont [21:57] its a thing called cool retro term [21:58] and did you try putting that command in the bottom of ~/.bashrc file? [21:59] like "cd /path/to/that/directory && ./file" [22:00] nah i didnt do that, that just kind of happened by itself. [22:00] im trying to make it so when my terminal opens it opens cool retro term instead but for some reason whenever i turn on my computer it just opens cool retro term automatically? [22:00] also im gonna try what you said [22:01] friendlyGoat, try to clear your saved sessions in xfce4-session-settings [22:02] btw, make sure that ./file is executable [22:06] "Failed to execute child. Failed to execute child process "cd /home/jonah/cool-retro-term/ && ./cool-retro-term" (No such file or directory)