CN112783596A - Operating system, method and medium for realizing multitask view response of virtual desktop - Google Patents

Operating system, method and medium for realizing multitask view response of virtual desktop Download PDF

Info

Publication number
CN112783596A
CN112783596A CN202110148352.1A CN202110148352A CN112783596A CN 112783596 A CN112783596 A CN 112783596A CN 202110148352 A CN202110148352 A CN 202110148352A CN 112783596 A CN112783596 A CN 112783596A
Authority
CN
China
Prior art keywords
virtual desktop
information
desktop
display
cache
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110148352.1A
Other languages
Chinese (zh)
Other versions
CN112783596B (en
Inventor
吕凯艺
麦灼东
何卓臻
莫庆良
崔黎明
余世清
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Zhongxing Newstart Technology Co ltd
Original Assignee
Guangdong Zhongxing Newstart Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangdong Zhongxing Newstart Technology Co ltd filed Critical Guangdong Zhongxing Newstart Technology Co ltd
Priority to CN202110148352.1A priority Critical patent/CN112783596B/en
Publication of CN112783596A publication Critical patent/CN112783596A/en
Application granted granted Critical
Publication of CN112783596B publication Critical patent/CN112783596B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • G06F9/452Remote windowing, e.g. X-Window System, desktop virtualisation

Abstract

The invention discloses an operating system, a method and a medium for realizing multitask view response of a virtual desktop, wherein the system comprises a view display module, a user-defined control module and a desktop operating module which are connected with each other, and the desktop operating module comprises a desktop operating unit, a data cache unit and a system interface unit; the view display module is used for carrying out desktop display on the virtual desktop information or the application information in the cache through the user-defined control according to the operation instruction; the user-defined control module is used for user-defining the virtual desktop control or the application control; the desktop operation unit is used for operating the virtual desktop or the application according to the operation instruction; the data caching unit is used for caching or updating the virtual desktop information and the application information; and the system interface unit is used for providing a system interface. The embodiment of the invention realizes the separation of the running data and the system through the cache, reduces the requirements on the performance of the system, improves the running efficiency of the system and can be widely applied to the technical field of computers.

Description

Operating system, method and medium for realizing multitask view response of virtual desktop
Technical Field
The invention relates to the technical field of computers, in particular to an operating system, a method and a medium for realizing multitask view response of a virtual desktop.
Background
Existing operating systems, such as windows operating systems or linux operating systems, provide virtual desktop technology. The user can open different applications by creating a plurality of virtual desktops, and open application programs can be effectively distinguished and managed by switching the virtual desktops, so that the work of the user is greatly facilitated. The Windows operating system provides a perfect virtual desktop management program, so that a user can manage a virtual desktop well, but the linux operating system only provides a virtual desktop technology and does not provide a corresponding management program, so that the user cannot manage the virtual desktop and a desktop application well.
The deep UOS operating system also realizes the function of multi-task view, and a user can operate the virtual desktop and the application of the system through the multi-task view, so that the user can conveniently manage the virtual desktop and the application; however, the multitask view program provided by the deep UOS is developed based on a KWin plug-in mode, completely depends on a KWin window manager, only supports a hybrid special effect mode, and has high requirements on system performance.
Disclosure of Invention
In view of this, embodiments of the present invention provide an operating system, a method, and a medium for implementing a virtual desktop multitask view response, where the operating system implements separation of running data from a system through a cache, so as to reduce requirements on system performance and improve system running efficiency.
In a first aspect, an embodiment of the present invention provides an operating system for implementing a virtual desktop multitask view response, including a view display module, a custom control module, and a desktop operating module, which are connected to each other, where the desktop operating module includes a desktop operating unit, a data cache unit, and a system interface unit; wherein the content of the first and second substances,
the view display module is used for carrying out desktop display on the virtual desktop information or the virtual desktop application information in the cache through a user-defined control according to the operation instruction;
the user-defined control module is used for user-defining a virtual desktop control or a virtual desktop application control;
the desktop operation unit is used for operating the virtual desktop or the virtual desktop application according to the operation instruction;
the data caching unit is used for caching or updating the virtual desktop information and the virtual desktop application information;
the system interface unit is used for providing a system interface.
Optionally, the system interface unit includes an information interface and an operation interface, where the information interface is used to obtain the virtual desktop information or the virtual desktop application information, and the operation interface is used to obtain an operation instruction.
Optionally, the custom control module further includes: and the layout unit is used for laying out the desktop display according to the desktop display function.
Optionally, the custom control module further includes: and the display unit is used for determining the display position according to the desktop display size and the user-defined control size.
In a second aspect, an embodiment of the present invention provides a method for implementing a multitasking view response on a virtual desktop, including the steps of:
acquiring virtual desktop information or virtual desktop application information through a system interface;
determining that the virtual desktop information or the virtual desktop application information is stored or updated in a cache, and adding the virtual desktop information or the virtual desktop application information in the cache to a display queue for desktop display through a custom control;
acquiring an operation instruction through a system interface;
and updating the virtual desktop information or the virtual desktop application information according to the operation instruction, and updating a corresponding display queue to perform desktop display through a user-defined control.
Optionally, the determining that the virtual desktop information or the virtual desktop application information is saved or updated in a cache includes:
determining whether the virtual desktop information or the virtual desktop application information exists in a cache;
if so, determining whether the virtual desktop information or the virtual desktop application information is more complete than in the cache;
and if the virtual desktop information is more complete, updating the virtual desktop information or the virtual desktop application information into a cache.
Optionally, updating the virtual desktop information or the virtual desktop application information according to the operation instruction includes:
if the operation instruction is closing operation, deleting the virtual desktop information or the virtual desktop application information corresponding to the closing operation from the cache;
and if the operation instruction is a moving operation, updating the virtual desktop information or the virtual desktop application information corresponding to the moving operation to the display queue.
In a third aspect, an embodiment of the present invention provides a system for implementing a multitask view response on a virtual desktop, including:
the first acquisition module is used for acquiring virtual desktop information or virtual desktop application information through a system interface;
the first display module is used for determining that the virtual desktop information or the virtual desktop application information is stored or updated in a cache, and adding the virtual desktop information or the virtual desktop application information in the cache to a display queue to perform desktop display through a custom control;
the second acquisition module is used for acquiring the operation instruction through the system interface;
and the second display module is used for updating the virtual desktop information or the virtual desktop application information according to the operation instruction and updating the corresponding display queue to perform desktop display through a user-defined control.
In a fourth aspect, an embodiment of the present invention provides a system for implementing a multitask view response on a virtual desktop, including:
at least one processor;
at least one memory for storing at least one program;
when executed by the at least one processor, the at least one program causes the at least one processor to implement the method for implementing a virtual desktop multitasking view response described above.
In a fifth aspect, an embodiment of the present invention provides a storage medium, in which a processor-executable program is stored, and the processor-executable program is used for executing the above method for implementing a virtual desktop multitask view response when being executed by a processor.
The implementation of the embodiment of the invention has the following beneficial effects: the embodiment of the invention caches the virtual desktop information or the virtual desktop application information through the data caching unit, and displays the virtual desktop information or the virtual desktop application information in the cache through the user-defined control according to the operation instruction; therefore, the separation of the operation data and the system is realized through the cache, the requirement on the system performance is reduced, and the operation efficiency of the system is improved; in addition, the separation of the running data and the system is realized through the cache, the dependence on the system is reduced, and the system is easy to be transplanted to various operating systems, such as a windows operating system and a linux operating system.
Drawings
FIG. 1 is a block diagram of an operating system implementing a multitask view response of a virtual desktop according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating steps of a method for implementing a multitask view response on a virtual desktop according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating steps of another method for implementing a multitask view response on a virtual desktop according to an embodiment of the present invention;
FIG. 4 is a block diagram of a system for implementing a multitask view response on a virtual desktop according to an embodiment of the present invention;
fig. 5 is a block diagram of another system for implementing multitask view response of a virtual desktop according to an embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the figures and the specific embodiments. The step numbers in the following embodiments are provided only for convenience of illustration, the order between the steps is not limited at all, and the execution order of each step in the embodiments can be adapted according to the understanding of those skilled in the art.
As shown in fig. 1, an embodiment of the present invention provides an operating system for implementing a virtual desktop multitask view response, including a view display module, a custom control module, and a desktop operating module, which are connected to each other, where the desktop operating module includes a desktop operating unit, a data cache unit, and a system interface unit; wherein the content of the first and second substances,
the view display module is used for carrying out desktop display on the virtual desktop information or the virtual desktop application information in the cache through a user-defined control according to the operation instruction;
the user-defined control module is used for user-defining a virtual desktop control or a virtual desktop application control;
the desktop operation unit is used for operating a virtual desktop or a virtual desktop application according to the operation instruction;
the data caching unit is used for caching or updating the virtual desktop information and the virtual desktop application information;
the system interface unit is used for providing a system interface to acquire information.
Specifically, the view display module may be a ui (user interface) interface, and after the view display interface is initialized, the interface is divided into a virtual desktop display area and a virtual desktop application display area; the virtual desktop display area displays the information of the virtual desktop of the system to a user through a self-defined virtual desktop control; and the virtual desktop application display area displays the information of the system virtual desktop application to the user through a self-defined virtual desktop application control.
Specifically, the custom control module can expand the virtual desktop or other controls of the virtual desktop application according to requirements, and display content is increased. The main control of the virtual desktop display area or the virtual desktop application display area can define the sub-control according to the requirements of the user so as to expand the main control to achieve the effect of displaying other functions. If the newly-built desktop control is the auxiliary control of the desktop display area, the function of newly-built virtual desktop can be realized; the closing control is a virtual desktop control or a child control of a virtual desktop application control, so that the main control function is expanded to realize the deleting and closing function of the main control. The virtual desktop control or the virtual desktop application control comprises a title area, a display area and a closing area; the newly-built desktop control comprises a title area and a newly-built button area; the close control includes a close button field.
Specifically, the desktop operation module caches data, such as virtual desktop information and virtual desktop application information, through the QHash storage system, so as to manage the cached data. The system calls a system interface after initialization, reads the virtual desktop information and the virtual desktop application information of the system and stores the virtual desktop information and the virtual desktop application information through QHash, registers the system message interface of the virtual desktop and the virtual desktop application of the system, and can realize real-time updating of the system cache when the virtual desktop and the virtual desktop application of the system change. When the view display module displays, related information is directly read from the cache according to the content of the virtual desktop and the application window of the virtual desktop which are required to be displayed currently, and then the corresponding virtual desktop and the application window control of the virtual desktop are initialized and displayed in a system interface. When the system displays that a user needs to operate the system, the realized KWin operation interface is called through the QDbus, the virtual desktop is packaged, the virtual desktop application is added, deleted, moved and the like, and the system operation is realized. Data and system call are separated through a cache and a QDbus calling mode, the system response speed can be improved, and the user experience is enhanced.
As will be understood by those skilled in the art, the virtual desktop information includes a name and a serial number of the virtual desktop, and related application information attached under the virtual desktop, and the virtual desktop application information includes a title, a handle, a thumbnail, and the like of the application.
The implementation of the embodiment of the invention has the following beneficial effects: the embodiment of the invention caches the virtual desktop information or the virtual desktop application information through the data caching unit, and displays the virtual desktop information or the virtual desktop application information in the cache through the user-defined control according to the operation instruction; therefore, the separation of the operation data and the system is realized through the cache, the requirement on the system performance is reduced, and the operation efficiency of the system is improved; in addition, the separation of the running data and the system is realized through the cache, the dependence on the system is reduced, and the system is easy to be transplanted to various operating systems, such as a windows operating system and a linux operating system.
Optionally, the system interface unit includes an information interface and an operation interface, where the information interface is used to obtain the virtual desktop information or the virtual desktop application information, and the operation interface is used to obtain an operation instruction. Specifically, the system interface may also include an interface connected to other modules to implement a certain function, and the embodiment of the present invention is not particularly limited.
Optionally, the custom control module further includes: and the layout unit is used for laying out the desktop display according to the desktop display function.
Specifically, different layout arrangements are carried out on the displayed content according to different displayed functional interfaces by inheriting the QWIdget class, and the QWIdget is redrawn to realize different user-defined controls.
Optionally, the custom control module further includes: and the display unit is used for determining the display position according to the desktop display size and the user-defined control size.
Specifically, the virtual desktop control or the virtual desktop application control calculates the display position of the layout according to the size of the display desktop and the size of the user-defined control by loading the system cache system, and adds and displays the display position to the system interface through the layout manager.
As shown in fig. 2, an embodiment of the present invention provides a method for implementing a multitask view response of a virtual desktop, including the steps of:
s1, acquiring virtual desktop information or virtual desktop application information through a system interface;
s2, determining that the virtual desktop information or the virtual desktop application information is stored or updated in a cache, and adding the virtual desktop information or the virtual desktop application information in the cache to a display queue to perform desktop display through a custom control;
s3, obtaining an operation instruction through a system interface;
and S4, updating the virtual desktop information or the virtual desktop application information according to the operation instruction, and updating the corresponding display queue to perform desktop display through a custom control.
It should be noted that the operation method can be divided into two parts: the view display module displays the current virtual desktop information or the virtual desktop application information after the view display module is started, and when a user has relevant operation, the view display module displays the corresponding virtual desktop information or the virtual desktop application information after the operation.
Specifically, the cache update process is as follows: when a user operates the system application, such as opening, creating or closing operation, and sends an operation message to the data cache unit, for example, when the virtual desktop of the system or the virtual desktop application is changed, the system sends the operation result to the data cache unit through the registered message interface, and the data cache unit responds to the relevant message processing and updates the system cache data in real time.
Optionally, the determining that the virtual desktop information or the virtual desktop application information is saved or updated in a cache includes:
s21, determining whether the virtual desktop information or the virtual desktop application information exists in the cache;
s22, if yes, determining whether the virtual desktop information or the virtual desktop application information is more complete than the virtual desktop application information in the cache;
and S23, if the virtual desktop information or the virtual desktop application information is more complete, updating the virtual desktop information or the virtual desktop application information into a cache.
Optionally, updating the virtual desktop information or the virtual desktop application information according to the operation instruction includes:
s41, if the operation instruction is closing operation, deleting the virtual desktop information or virtual desktop application information corresponding to the closing operation from the cache;
and S42, if the operation instruction is a moving operation, updating the virtual desktop information or the virtual desktop application information corresponding to the moving operation to the display queue.
Specifically, as shown in fig. 3, after starting, a system interface provided by the system is called to obtain a virtual desktop and opened virtual desktop application information, including a virtual desktop name, an application handle, a system screenshot, and the like; judging whether the virtual desktop information or the virtual desktop application information exists in the cache or not according to the unique window ID handle identifier; if the virtual desktop application information is more complete than the information in the cache, the read information updates and replaces the corresponding information in the cache and adds the corresponding information to the display queue, otherwise, the read information is directly added to the display queue; and finally, displaying the information stored in the display queue to a user through refreshing display, and displaying the information to the user through a self-defined control so that the user can operate the virtual desktop and the virtual desktop application.
The implementation of the embodiment of the invention has the following beneficial effects: the embodiment of the invention caches the virtual desktop information or the virtual desktop application information through the data caching unit, and displays the virtual desktop information or the virtual desktop application information in the cache through the user-defined control according to the operation instruction; therefore, the separation of the operation data and the system is realized through the cache, the requirement on the system performance is reduced, and the operation efficiency of the system is improved; in addition, the separation of the running data and the system is realized through the cache, the dependence on the system is reduced, and the system is easy to be transplanted to various operating systems, such as a windows operating system and a linux operating system.
As shown in fig. 4, an embodiment of the present invention provides a system for implementing a multitask view response on a virtual desktop, including:
the first acquisition module is used for acquiring virtual desktop information or virtual desktop application information through a system interface;
the first display module is used for determining that the virtual desktop information or the virtual desktop application information is stored or updated in a cache, and adding the virtual desktop information or the virtual desktop application information in the cache to a display queue to perform desktop display through a custom control;
the second acquisition module is used for acquiring the operation instruction through the system interface;
and the second display module is used for updating the virtual desktop information or the virtual desktop application information according to the operation instruction and updating the corresponding display queue to perform desktop display through a user-defined control.
It can be seen that the contents in the foregoing method embodiments are all applicable to this system embodiment, the functions specifically implemented by this system embodiment are the same as those in the foregoing method embodiment, and the advantageous effects achieved by this system embodiment are also the same as those achieved by the foregoing method embodiment.
As shown in fig. 5, an embodiment of the present invention provides a system for implementing a multitask view response on a virtual desktop, including:
at least one processor;
at least one memory for storing at least one program;
when executed by the at least one processor, the at least one program causes the at least one processor to implement the method for implementing a virtual desktop multitasking view response described above.
It can be seen that the contents in the foregoing method embodiments are all applicable to this system embodiment, the functions specifically implemented by this system embodiment are the same as those in the foregoing method embodiment, and the advantageous effects achieved by this system embodiment are also the same as those achieved by the foregoing method embodiment.
In addition, the embodiment of the application also discloses a computer program product or a computer program, and the computer program product or the computer program is stored in a computer readable storage medium. The computer program may be read by a processor of a computer device from a computer-readable storage medium, and the computer program may be executed by the processor to cause the computer device to perform the above-described method of implementing a virtual desktop multitask view response. Likewise, the contents of the above method embodiments are all applicable to the present storage medium embodiment, the functions specifically implemented by the present storage medium embodiment are the same as those of the above method embodiments, and the advantageous effects achieved by the present storage medium embodiment are also the same as those achieved by the above method embodiments.
While the preferred embodiments of the present invention have been illustrated and described, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. An operating system for realizing multitask view response of a virtual desktop is characterized by comprising a view display module, a user-defined control module and a desktop operating module which are connected with each other, wherein the desktop operating module comprises a desktop operating unit, a data cache unit and a system interface unit; wherein the content of the first and second substances,
the view display module is used for carrying out desktop display on the virtual desktop information or the virtual desktop application information in the cache through a user-defined control according to the operation instruction;
the user-defined control module is used for user-defining a virtual desktop control or a virtual desktop application control;
the desktop operation unit is used for operating a virtual desktop or a virtual desktop application according to the operation instruction;
the data caching unit is used for caching or updating the virtual desktop information and the virtual desktop application information;
the system interface unit is used for providing a system interface.
2. The os for implementing multitask view response according to claim 1, wherein the system interface unit includes an information interface and an operation interface, the information interface is used for obtaining the virtual desktop information or the virtual desktop application information, and the operation interface is used for obtaining an operation instruction.
3. The operating system for implementing a virtual desktop multitasking view response according to claim 1, wherein said custom control module further comprises: and the layout unit is used for laying out the desktop display according to the desktop display function.
4. The operating system for implementing a virtual desktop multitasking view response according to claim 1, wherein said custom control module further comprises: and the display unit is used for determining the display position according to the desktop display size and the user-defined control size.
5. A method for realizing multitask view response of a virtual desktop is characterized by comprising the following steps:
acquiring virtual desktop information or virtual desktop application information through a system interface;
determining that the virtual desktop information or the virtual desktop application information is stored or updated in a cache, and adding the virtual desktop information or the virtual desktop application information in the cache to a display queue for desktop display through a custom control;
acquiring an operation instruction through a system interface;
and updating the virtual desktop information or the virtual desktop application information according to the operation instruction, and updating a corresponding display queue to perform desktop display through a user-defined control.
6. The method of claim 5, wherein the determining whether the virtual desktop information or the virtual desktop application information is saved or updated in a cache comprises:
determining whether the virtual desktop information or the virtual desktop application information exists in a cache;
if so, determining whether the virtual desktop information or the virtual desktop application information is more complete than in the cache;
and if the virtual desktop information is more complete, updating the virtual desktop information or the virtual desktop application information into a cache.
7. The method for implementing a multitask view response according to claim 5, wherein the updating the virtual desktop information or the virtual desktop application information according to the operation instruction comprises:
if the operation instruction is closing operation, deleting the virtual desktop information or the virtual desktop application information corresponding to the closing operation from the cache;
and if the operation instruction is a moving operation, updating the virtual desktop information or the virtual desktop application information corresponding to the moving operation to the display queue.
8. A system for implementing a virtual desktop multitasking view response, comprising:
the first acquisition module is used for acquiring virtual desktop information or virtual desktop application information through a system interface;
the first display module is used for determining that the virtual desktop information or the virtual desktop application information is stored or updated in a cache, and adding the virtual desktop information or the virtual desktop application information in the cache to a display queue to perform desktop display through a custom control;
the second acquisition module is used for acquiring the operation instruction through the system interface;
and the second display module is used for updating the virtual desktop information or the virtual desktop application information according to the operation instruction and updating the corresponding display queue to perform desktop display through a user-defined control.
9. A system for implementing a virtual desktop multitasking view response, comprising:
at least one processor;
at least one memory for storing at least one program;
when executed by the at least one processor, cause the at least one processor to implement a method for implementing a virtual desktop multitasking view response according to any of claims 5-7.
10. A storage medium having stored therein a processor-executable program, the processor-executable program when executed by a processor being for performing the method of implementing a virtual desktop multitask view response according to any of claims 5-7.
CN202110148352.1A 2021-02-03 2021-02-03 Operating system, method and medium for realizing virtual desktop multitasking view response Active CN112783596B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110148352.1A CN112783596B (en) 2021-02-03 2021-02-03 Operating system, method and medium for realizing virtual desktop multitasking view response

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110148352.1A CN112783596B (en) 2021-02-03 2021-02-03 Operating system, method and medium for realizing virtual desktop multitasking view response

Publications (2)

Publication Number Publication Date
CN112783596A true CN112783596A (en) 2021-05-11
CN112783596B CN112783596B (en) 2024-04-05

Family

ID=75760673

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110148352.1A Active CN112783596B (en) 2021-02-03 2021-02-03 Operating system, method and medium for realizing virtual desktop multitasking view response

Country Status (1)

Country Link
CN (1) CN112783596B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102891851A (en) * 2012-09-25 2013-01-23 中国联合网络通信集团有限公司 Access control method, equipment and system of virtual desktop
CN103001992A (en) * 2011-09-19 2013-03-27 中兴通讯股份有限公司 Virtual desktop realizing system and using method thereof
CN103442007A (en) * 2013-08-29 2013-12-11 成都卫士通信息安全技术有限公司 Far-end application service accessing method based on virtual desktop control mode
CN104331319A (en) * 2014-11-14 2015-02-04 华为技术有限公司 Method and device for managing virtual desktop instances
CN104536802A (en) * 2014-12-19 2015-04-22 中兴通讯股份有限公司 Method for achieving calling of applications and virtual machine
CN104615441A (en) * 2015-02-13 2015-05-13 广州市久邦数码科技有限公司 Desktop system for user-defined desktop element
CN106020756A (en) * 2016-05-13 2016-10-12 江苏云途腾科技有限责任公司 Method and apparatus for updating virtual desktop
CN107247585A (en) * 2017-05-24 2017-10-13 努比亚技术有限公司 Desktop icons customizing method, mobile terminal and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103001992A (en) * 2011-09-19 2013-03-27 中兴通讯股份有限公司 Virtual desktop realizing system and using method thereof
CN102891851A (en) * 2012-09-25 2013-01-23 中国联合网络通信集团有限公司 Access control method, equipment and system of virtual desktop
CN103442007A (en) * 2013-08-29 2013-12-11 成都卫士通信息安全技术有限公司 Far-end application service accessing method based on virtual desktop control mode
CN104331319A (en) * 2014-11-14 2015-02-04 华为技术有限公司 Method and device for managing virtual desktop instances
CN104536802A (en) * 2014-12-19 2015-04-22 中兴通讯股份有限公司 Method for achieving calling of applications and virtual machine
WO2016095383A1 (en) * 2014-12-19 2016-06-23 中兴通讯股份有限公司 Method for implementing application call and virtual machine
CN104615441A (en) * 2015-02-13 2015-05-13 广州市久邦数码科技有限公司 Desktop system for user-defined desktop element
CN106020756A (en) * 2016-05-13 2016-10-12 江苏云途腾科技有限责任公司 Method and apparatus for updating virtual desktop
CN107247585A (en) * 2017-05-24 2017-10-13 努比亚技术有限公司 Desktop icons customizing method, mobile terminal and storage medium

Also Published As

Publication number Publication date
CN112783596B (en) 2024-04-05

Similar Documents

Publication Publication Date Title
JP4981032B2 (en) Interface and system for operating live window thumbnails in window manager
US10928990B1 (en) Tab visibility
US8516364B2 (en) View model aspects of component objects
EP3111318B1 (en) Cross-platform rendering engine
JP4005623B2 (en) Window display system, window display method, program development support apparatus, and server apparatus
US5657463A (en) Method and apparatus for positioning a new window on a display screen based on an arrangement of previously-created windows
US20150095854A1 (en) Persisting state at scale across browser sessions
US9842091B2 (en) Switching to and from native web applications
CN110221889B (en) Page display method and device, electronic equipment and storage medium
WO2011148342A1 (en) Method and apparatus for enabling generation of multiple independent user interface elements from a web page
US9207849B2 (en) Start and application navigation
US6366294B1 (en) Snapshot damage handling for rendering objects in a zooming graphical user interface
JP4177434B2 (en) Window display system, information processing system, client device, telephone, information device, home appliance and device
CN110471700A (en) Graphic processing method, device, storage medium and electronic equipment
CN110347458A (en) A kind of button control methods of exhibiting, device, storage medium and interactive intelligent tablet computer
CN112783596A (en) Operating system, method and medium for realizing multitask view response of virtual desktop
CN112241303B (en) Image processing method and system, electronic device and storage medium
CN114924837A (en) Data processing method, electronic device and readable storage medium
WO1995031772A1 (en) Dialog item interface definition object
WO2021073549A1 (en) Screen rotation picture display method and apparatus, computer device, and storage medium
CN112817508B (en) Method, device and equipment for managing gesture control instruction of resource material
EP4332744A1 (en) Control method and electronic device
US8683491B2 (en) Information processing apparatus, execution method, and object program
JPH0540590A (en) Method and device for displaying multiwindows
US20230350532A1 (en) System and method for on-screen graphical user interface encapsulation and application history reproduction

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant