How to open Github for Windows 11 Git Shell on right click? - windows-11

[enter image description here][1]I have upgrade windows 10 to windows 11. Then I have lost my git bash on right click menu.
enter image description here

It's not gone, it's just hidden (by Windows 11 of course). Click on "Show More Option" then you will see that thing
Here

Related

How to get google pixel 6 emulator skin?

Can anyone tell me how to get android 12 google pixel 6 and 6 pro emulator skins for developing?
I couldn't find any solution on internet, therefore asking this question of stack overflow.
Open the Android Studio and go to the "AVD Manager"->"Create Virtual Device" section.
Select "New Hardware Profile"
Set Screen size - 6.4, Resolution - 1080x2400, RAM 8GB, everything else as default, click on "Finish"
In the next step select "Android 12.0" image and click "Next"
Lastly, make sure that "Device Frame" is enabled and click "Finish"

LogCat Missing from Android Studio 3.1.3

I recently installed Android Studio 3.1.3 on my laptop in order to start learning android/mobile development (I am still new to all of this). The LogCat option seems to be missing though (refer to images below)
What I tried to do in order to fix the problem:
-uninstalling and reinstalling android studio (along with updating it...)
-researching the problem (no useful results as all the solutions were to press alt-6 or go to View->Tool Windows)
It would be a huge help/relief if someone knows how to solve this problem.
Thanks in advance.
I know it is an old question, but I encountered this problem at least twice so it might help someone.
The problem seems to be the path of the project you're looking at.
It should be pointing to the folder containing the 'app' and 'gradle' folders inside your project.
Go to File > Open
Select the folder with the 'app' folder inside your project
Press 'Open'
If you see something like this you can now probably open the Logcat window with alt-6 or View->Tool Windows.
Note that for some reason, it didn't work for me at first until I opened the app folder, run a build and then opened the folder containing the app folder.
You need to sync your project and then Logcat will show up
Just in case anyone stumbles upon this as I did: If you are developing a react-native app, be sure that you import only the android folder of the project.
If you import the whole project, then among other things, logcat is nowhere to be found!
Try pressing Alt+6 on Windows or CMD+6 on Mac.
I closed "Logcat" by accident via right click -> "Remove From Sidebar".
I was able to restore it with these steps:
Launch your current App on an emulator.
This should create a "Run" Tab on the Sidebar.
Click on the "Run" Tab and find the "Modify Run Configuration..."
(Wrench) icon and launch it.
Change the tab to "Miscellaneous".
Check the box next to "Show logcat automatically"
This is not a solution if Logcat doesn't even show up in View->Tool Windows!
But if it does: click it and it may show up at a different location than it used to be. Without recognizing I had shoved it to the top left where the project tab is shown. You can now click on the gear wheel on the tab and select move to bottom left (that is the default location).
This was the solution for my "logcat not showing".
Press Alt+6 inside Android Studio to open Logcat monitor.
Then, Do the following steps:-
Open Android Studio.
Open Android Monitor Window(at the bottom of android studio).
Here you will see the drop down in right corner.
Select Show only selected Application.

Android Studio Setup Wizard Stuck on Downloading Components

So far, I've run into a brick wall when trying to open Android Studio. Installation seems to run fine, but when I open the program for the first time, I am greeted with the setup wizard which informs me that it will be downloading components.
The first line in the dialog box tells me that the sdk has been installed in a specific location, which it then lists.
At the bottom, there are greyed-out navigation buttons for 'Back' 'Next' and 'Finish'. The 'Cancel' button is active, but when I click it, nothing happens.
There is no button for 'Show Details' to reveal what is going on behind the scenes.
Basically, this screen does not advance. I have tried on multiple different internet connections. I am not using a proxy.
When I hit cancel, the button becomes greyed-out, and nothing happens. The only way to exit the screen is to force close it in Task Manager.
I have tried running as an administrator.
I am currently running Windows 8.1.
Any ideas what is wrong?
You can download the latest components manually.
Go to C:\Users\Username\AppData\Local\Android\sdk
Open SDK Manager.exe
Update the packages.
Start Android Studio.
Solution for now was to use an older stable version. 1.0.2 worked fine.
Uninstall Android Studio and clean all the junk files, then reinstall it should fix that!
First, Run "Control Panel" ⇒ "Programs and Features" ⇒ Uninstall "Android Studio"
Then make sure to delete any of these files if exist:
C:\Users\username\AppData\Local\Android\Sdk (this directory contains the SDK).
C:\Users\username\.android
C:\Users\username\.AndroidStudioX.X
C:\Users\username\.gradle
C:\Users\username\AndroidStudioProjects (these are the Android projects written by you)
I deleted the folder /Users/USER_NAME/Library/Android/sdk and it worked.

How to add application shortcuts to Oracle Linux 7 launcher panel

On Oracle Linux 5.0, 6.5, I can drag and drop an application menu item to application launcher panel. So I can start an application by clicking icon from the launcher panel. But under Oracle Linux 7, I was not able to do so.
Can anyone help?
If you select help under Documentation in the Applications folder and search for favorites you'll get the following answer:
To add an application to the dash for easy access:
Click the Applications menu at the top left of the screen and choose the Activities Overview item from the menu.
Click the grid button in the dash and find the application you want to add.
Right-click the application icon and select Add to Favorites.
Alternatively, you can click-and-drag the icon into the dash.
To remove an application icon from the dash, right-click the application icon and select Remove from Favorites.
On Oracle Linux 7.x
Install GNOME Shell Extension TaskBar
Or install it directly from the plug-ins web page here.
Here is a nice picture:
To modify your application menu:
Install alacarte Menu Editor for Gnome 3.
From a terminal run the following commands.
sudo yum install -y alacarte
Run the alacarte Menu editor
alacarte &
To learn more about using alacarte watch this video here. It is in German, but you can set the subtitle to your language.

C# Window setup project

I am working on window setup and deployment project in .Net VS 2010.I have created a setup file.When we install setup build in .net a step comes where user is asked to select installation folder i.e. Installation Folder step.This step has default banner text "Select Installation Folder".Also browse text box has default header text "Folder".
Is it possible to change these default text?If so please suggest.
Please note that I have to change only these text mentioned above not the default path or location.
Abhinav
If you rightclick your installation project in VS2010 under the option "View" you can select the user interface. A new tab wil open with al the UI windows on it, you can change the text there.

Resources