एप्लिकेशन विंडो को उनके मूल रिक्त स्थान पर पुनर्स्थापित करें


25

जब किसी ऐप को दोबारा खोलते हैं, तो इसकी सभी विंडो पहले स्थान पर समाप्त हो जाती हैं, भले ही उनके मूल स्थान की परवाह किए बिना:

मूल लेआउट: एक ऐप में दो विंडो खुली होती हैं, प्रत्येक एक अलग स्पेस में

+-----[ Space 1 ]-----+  +-----[ Space 2 ]-----+
|                     |  |                     |
|  [Chrome window 1]  |  |  [Chrome window 2]  |
|                     |  |                     |
|                     |  |                     |
+---------------------+  +---------------------+

ऐप रीस्टार्ट होने के बाद गलत लेआउट: दोनों विंडो पहले स्पेस में हैं

+-----[ Space 1 ]-----+  +-----[ Space 2 ]-----+
|                     |  |                     |
|  [Chrome window 1]  |  |                     |
|  [Chrome window 2]  |  |                     |
|                     |  |                     |
+---------------------+  +---------------------+

क्या कोई सेटिंग या कोई ऐप है जिससे एप्लिकेशन को अपनी विंडो को उन स्थानों पर पुनर्स्थापित करना संभव होगा जहां वे मूल रूप से ऐप छोड़ने से पहले स्थित थे?


यदि आप अलग-अलग खिड़कियों को अलग-अलग स्थान देने जा रहे हैं, तो क्या आप सिर्फ फुल-स्क्रीन मोड का उपयोग नहीं कर सकते हैं, जो अनिवार्य रूप से एक ही काम करता है?
विलियम टी फ्रूगार्ड

4
फुल-स्क्रीन वह नहीं है जिसकी मुझे तलाश है। मेरा विशिष्ट वर्कफ़्लो प्रत्येक प्रोजेक्ट के लिए एक समर्पित स्थान है जिस पर मैं काम कर रहा हूं। इसलिए मेरे पास कई सक्रिय रिक्त स्थान हैं, जिनमें से प्रत्येक में आमतौर पर एक क्रोम विंडो, एक संपादक विंडो, एक टर्मिनल विंडो, आदि है और मैं हर बार जब मैं रिबूट करता हूं, तो एक ऐप को पुनरारंभ करें, या एक रिक्त स्थान पर खिड़कियों को वितरित करने में समय बिताना नहीं चाहता। ऐप क्रैश। तो मैं वास्तव में बस ऊपर दिए गए आरेख में आपको जो कुछ भी देखता हूं, उसमें रुचि रखता हूं: एप्लिकेशन या ओएस को याद रखना कि ऐप छोड़ने से पहले प्रत्येक व्यक्तिगत विंडो में कौन सी जगह थी।
जकूब रोस्तोसिल

11
यह सुनिश्चित नहीं है कि लोग ओपी के प्रश्न के साथ समस्या क्यों कर रहे हैं। मुझे आभास होता है कि लोग यह नहीं समझते कि स्पेस और मिशन कंट्रोल कैसे काम करते हैं। अपने दृष्टिकोण से, मैं ओपी के मुद्दे को अक्सर देखता हूं, और व्यवहार विभिन्न अनुप्रयोगों, जैसे सफारी और फाइंडर विंडो में असंगत है। कभी-कभी खिड़कियां अपने विभिन्न रिक्त स्थान पर जाती हैं, और कभी-कभी नहीं।
वज़दक

@Vzzdak व्यवहार में असंगत होने के बारे में अच्छी बात। उसका उल्लेख करना भूल गया।
जकूब रोस्तोसिल

1
हालांकि यह सवाल 2015 से है, यह 2019 में अभी भी पूरी तरह से प्रासंगिक है। यह सिर्फ क्रोम नहीं है। मैं उदाहरण के लिए फाइंडर विंडो के साथ एक ही मुद्दा देखता हूं।
जेमी कॉक्स

जवाबों:


8

क्रोमियम में एक बग # 74812 है। इसके लिए वोट करें!

सुपरसुसर पर एक ही सवाल

संपादित करें : इसे नवीनतम विकास संस्करण (क्रोम 79) में लागू किया गया था!

हालाँकि, डिफ़ॉल्ट रूप से, Apple की UI आवश्यकताओं के अनुपालन में, यह सुविधा अभी भी कार्यस्थान को पुनर्स्थापित नहीं करेगी यदि आप Cmd-Q के साथ Chrome से बाहर निकले हैं। उद्धरण sfy, सुविधा लेखक:

उन लोगों के लिए जो Chrome को हमेशा अपने मूल स्थानों पर विंडोज़ पुनर्स्थापित करना चाहते हैं, आप यह निर्धारित कर सकते हैं कि इस कमांड को टर्मिनल विंडो में चलाकर (कैनरी के लिए, उपयोग करें com.google.Chrome.canary):

defaults write com.google.Chrome NSWindowRestoresWorkspaceAtLaunch -bool YES

डिफ़ॉल्ट व्यवहार पर वापस जाने के लिए, दौड़ें:

defaults delete com.google.Chrome NSWindowRestoresWorkspaceAtLaunch

0

मुझे पता है कि मेरा उत्तर आपके मुद्दे को संबोधित नहीं करता है, लेकिन यह एक करीबी समाधान है। मैं एक सॉफ्टवेयर का उपयोग कर रहा हूँ, जिसका नाम है Cinch और SizeUp, रिपोजिशन विंडो। अंतरिक्ष और स्क्रीन के पार एक विंडो का आकार बदलना वास्तव में तेज़ है और कीबोर्ड शॉर्टकट का उपयोग करके किया जाता है।

सॉफ्टवेयर आपके परीक्षण के लिए एक परीक्षण संस्करण के साथ आता है। http://www.irradiatedsoftware.com/sizeup/


0

मेरे पास एक पूर्ण उत्तर नहीं है, लेकिन आज, मैंने इस मुद्दे पर एक उपयुक्त स्टैब की शुरुआत की, जिसमें एप्सस्क्रिप्ट का उपयोग किया गया था। निम्नलिखित Applescript लगभग आधा काम करता है। यह हर एप्लिकेशन की सभी विंडो को हर डेस्कटॉप पर खोलने की सूचना देता है। अगला कदम एक फाइल में यह सब रिकॉर्ड करना है और फिर रिबूट के बाद खिड़कियों को फिर से वितरित करने के लिए एक स्क्रिप्ट लागू करना है:

--This applescript reports a list of application windows present on each desktop
--This is only a sample script intended to eventually be used to restore all application windows to their pre-reboot desktops

tell application "System Events"

    set windows_string to ""
    set numDesktops to (first paragraph of (do shell script "strings ~/Library/Preferences/com.apple.spaces.plist | grep -c ^\\\\$")) + 1
    --the following tcsh command can determine the number of desktops:
    -- @ x = ( `strings ~/Library/Preferences/com.apple.spaces.plist | grep -c '^\$'` + 1 ); echo $x

    -- switch to the first desktop:
    repeat with aDesktop from 1 to numDesktops
        key code 123 using {control down}
    end repeat

    repeat with aDesktop from 1 to numDesktops

        set windows_string to windows_string & return & return & "Desktop " & (aDesktop as string) & return
        delay 1
        get (the name of every application process whose class of windows contains window)

        repeat with P in the result

            set windows_string to windows_string & return & return & P & return

            get (every window of process (contents of P) whose value of attribute "AXMinimized" is false)

            repeat with W in the result

                set window_name to ((name of W) as string)

                --Stickies window names can be multi-line, so this trims from the first hard return onward
                set better_window_name to (my replacePattern:"[\\n].*" inString:window_name usingThis:"")
                if window_name is not equal to "" then
                    try
                        set windows_string to windows_string & better_window_name & return
                    on error
                        set windows_string to windows_string & "couldn't get window name" & return
                    end try
                end if

            end repeat

        end repeat

        --switch to the next desktop
        key code 124 using {control down}

    end repeat

    display dialog "List of windows on this desktop: " & return & return & windows_string

end tell

--Call like this: set res to my replacePattern:"\\s+" inString:"1 subtratcing-these: -2 3 4" usingThis:"-"
use framework "Foundation"
use scripting additions

on replacePattern:thePattern inString:theString usingThis:theTemplate
    set theRegEx to current application's NSRegularExpression's regularExpressionWithPattern:thePattern options:0 |error|:(missing value)
    set theResult to theRegEx's stringByReplacingMatchesInString:theString options:0 range:{location:0, |length|:length of theString} withTemplate:theTemplate
    return theResult as text
end replacePattern:inString:usingThis:

यहाँ एक उदाहरण है कि मुझे प्राप्त होने वाले संवाद क्या हैं:

List of windows on this desktop: 



Desktop 1


iTunes
MiniPlayer


FluidApp
Found 626 tickets


Stickies
useful commands
System Config Notes
Special characters
Profile where a python scri…
XEMacs Tricks
Terminal Tips


Messages
Messages (3 unread)


FluidApp
Found 626 tickets


Slack
Slack - Princeton NPLC


FluidApp
Found 626 tickets


Desktop 2


iTunes
MiniPlayer


FluidApp
Found 626 tickets


Stickies
DAI


Messages
Messages (3 unread)


FluidApp
Found 626 tickets


Slack
Slack - Princeton NPLC


FluidApp
Found 626 tickets


Desktop 3


iTunes
MiniPlayer


Finder
Searching “Scripts”
Searching “Scripts”
Searching “Scripts”


FluidApp
Found 626 tickets


Stickies
RPST
Issues to resolve with RPST…


Messages
Messages (3 unread)


FluidApp
Found 626 tickets


Terminal
Terminal — -csh


TextEdit
Untitled 35.txt
Untitled 34.txt
Untitled 27.txt
Untitled 15.txt


Slack
Slack - Princeton NPLC


Safari
AppleScript: Essential Sub-Routines
Using Applescript to Execute a Complicated Keystroke - Stack Overflow
How to restore windows to their original desktops after reboot? - Ask Different


Script Editor
Untitled.scpt
Untitled 4.scpt
Untitled 3.scpt
paste_file_contents.scpt
Untitled 2.scpt


FluidApp
Found 626 tickets


Automator
Subtract.workflow (Quick Action)


Desktop 4


iTunes
MiniPlayer


FluidApp
Found 626 tickets


Stickies
GALAXY


Messages
Messages (3 unread)


FluidApp
Found 626 tickets


Terminal
Terminal — -bash
???c7??? 8yc`?h=??'?]b?c??k?k????Ԫ??m??d+ — -bash


Slack
Slack - Princeton NPLC


FluidApp
Found 626 tickets


Desktop 5


iTunes
MiniPlayer


FluidApp
Found 626 tickets


Stickies
TREEVIEW
When you start to work on a…
TreeView stats, legend, & d…
DATE OF SUBMISSION: 


Messages
Messages (3 unread)


FluidApp
Found 626 tickets


Slack
Slack - Princeton NPLC


FluidApp
Found 626 tickets


Desktop 6


iTunes
MiniPlayer


FluidApp
Found 626 tickets


Stickies
ALIZZI


Messages
Messages (3 unread)


FluidApp
Found 626 tickets


Slack
Slack - Princeton NPLC


FluidApp
Found 626 tickets


Desktop 7


iTunes
MiniPlayer


FluidApp
Found 626 tickets


Stickies
GARCIA


Messages
Messages (3 unread)


FluidApp
Found 626 tickets


Slack
Slack - Princeton NPLC


FluidApp
Found 626 tickets


Desktop 8


iTunes
MiniPlayer


FluidApp
Found 626 tickets


Stickies
EMILIA


Messages
Messages (3 unread)


FluidApp
Found 626 tickets


Slack
Slack - Princeton NPLC


FluidApp
Found 626 tickets
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.