How do I add a folder to favorites on wine windows explorer?wine cannot find L...

Is this Spell Mimic feat balanced?

Confused about a passage in Harry Potter y la piedra filosofal

What would be the benefits of having both a state and local currencies?

How will losing mobility of one hand affect my career as a programmer?

Do there exist finite commutative rings with identity that are not Bézout rings?

Is exact Kanji stroke length important?

Can I use my Chinese passport to enter China after I acquired another citizenship?

Can somebody explain Brexit in a few child-proof sentences?

Is there an Impartial Brexit Deal comparison site?

Was Spock the First Vulcan in Starfleet?

Implement the Thanos sorting algorithm

Efficiently merge handle parallel feature branches in SFDX

Do I need a multiple entry visa for a trip UK -> Sweden -> UK?

Bash method for viewing beginning and end of file

What are the ramifications of creating a homebrew world without an Astral Plane?

There is only s̶i̶x̶t̶y one place he can be

Will it be accepted, if there is no ''Main Character" stereotype?

What defines a dissertation?

Modify casing of marked letters

How could Frankenstein get the parts for his _second_ creature?

Is there a good way to store credentials outside of a password manager?

Applicability of Single Responsibility Principle

Is there any easy technique written in Bhagavad GITA to control lust?

Curses work by shouting - How to avoid collateral damage?



How do I add a folder to favorites on wine windows explorer?


wine cannot find L "C:/windows/system32/plugplay.exeHow to use Wine?Can GitHub For Windows run on Ubuntu with WINE?How do I store Wine related program files in Ubuntu's partitions?Can Wine and its programs be set to use Ubuntu file manager instead of Wine Explorer?syncing folders between wine and windows for foobar2000How to uninstall a wine software?Prevent access to a folder in WINE (running on Lubuntu)How can a file be dropped into a Wine window?How do I find WINE













0















When I'm looking for a file on a program launched by wine, I'm directed to windows virtual drive. Its annoying to surf until I access ubuntu home folder. However, there is a Favorites bar.



How to add an ubuntu/home folder to Favorites bar?










share|improve this question



























    0















    When I'm looking for a file on a program launched by wine, I'm directed to windows virtual drive. Its annoying to surf until I access ubuntu home folder. However, there is a Favorites bar.



    How to add an ubuntu/home folder to Favorites bar?










    share|improve this question

























      0












      0








      0








      When I'm looking for a file on a program launched by wine, I'm directed to windows virtual drive. Its annoying to surf until I access ubuntu home folder. However, there is a Favorites bar.



      How to add an ubuntu/home folder to Favorites bar?










      share|improve this question














      When I'm looking for a file on a program launched by wine, I'm directed to windows virtual drive. Its annoying to surf until I access ubuntu home folder. However, there is a Favorites bar.



      How to add an ubuntu/home folder to Favorites bar?







      wine






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 9 at 15:18









      Vitor AbellaVitor Abella

      2,931113164




      2,931113164






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Just add a symlink to ~/.wine/drive_c/users/<YOUR_USERNAME>/Favorites and it will appear in Wine programs' file dialogs in the Favorites section.



          To do this from a terminal (replace ~/Desktop/favorite_folder with your desired path):



          cd ~/.wine/drive_c/users/`whoami`/Favorites
          ln -s ~/Desktop/favorite_folder .




          share























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108319%2fhow-do-i-add-a-folder-to-favorites-on-wine-windows-explorer%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Just add a symlink to ~/.wine/drive_c/users/<YOUR_USERNAME>/Favorites and it will appear in Wine programs' file dialogs in the Favorites section.



            To do this from a terminal (replace ~/Desktop/favorite_folder with your desired path):



            cd ~/.wine/drive_c/users/`whoami`/Favorites
            ln -s ~/Desktop/favorite_folder .




            share




























              0














              Just add a symlink to ~/.wine/drive_c/users/<YOUR_USERNAME>/Favorites and it will appear in Wine programs' file dialogs in the Favorites section.



              To do this from a terminal (replace ~/Desktop/favorite_folder with your desired path):



              cd ~/.wine/drive_c/users/`whoami`/Favorites
              ln -s ~/Desktop/favorite_folder .




              share


























                0












                0








                0







                Just add a symlink to ~/.wine/drive_c/users/<YOUR_USERNAME>/Favorites and it will appear in Wine programs' file dialogs in the Favorites section.



                To do this from a terminal (replace ~/Desktop/favorite_folder with your desired path):



                cd ~/.wine/drive_c/users/`whoami`/Favorites
                ln -s ~/Desktop/favorite_folder .




                share













                Just add a symlink to ~/.wine/drive_c/users/<YOUR_USERNAME>/Favorites and it will appear in Wine programs' file dialogs in the Favorites section.



                To do this from a terminal (replace ~/Desktop/favorite_folder with your desired path):



                cd ~/.wine/drive_c/users/`whoami`/Favorites
                ln -s ~/Desktop/favorite_folder .





                share











                share


                share










                answered 1 min ago









                Árpád SzászÁrpád Szász

                613




                613






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108319%2fhow-do-i-add-a-folder-to-favorites-on-wine-windows-explorer%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                    Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                    Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...