mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2026-06-23 10:12:11 +02:00
Update install.py
This commit is contained in:
@@ -318,27 +318,27 @@ system_icons = ""
|
||||
|
||||
notebook_root_tab4_frame_label2 = tk.Label(notebook_root_tab4_frame_text, text="Hostname: " + system_hostname, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label2.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label3 = tk.Label(notebook_root_tab4_frame_text, text="Distro: " + system_os, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label3 = tk.Label(notebook_root_tab4_frame_text, text="OS: " + system_os, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label3.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label4 = tk.Label(notebook_root_tab4_frame_text, text="Kernel: " + system_kernel, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label4.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label5 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_cpu, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label5 = tk.Label(notebook_root_tab4_frame_text, text="CPU: " + system_cpu, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label5.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label6 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_gpu, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label6 = tk.Label(notebook_root_tab4_frame_text, text="GPU: " + system_gpu, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label6.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label7 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_shell, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label7 = tk.Label(notebook_root_tab4_frame_text, text="Shell: " + system_shell, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label7.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label8 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_resolution, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label8 = tk.Label(notebook_root_tab4_frame_text, text="Resolution: " + system_resolution, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label8.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label9 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_de, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label9 = tk.Label(notebook_root_tab4_frame_text, text="DE: " + system_de, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label9.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label10 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_wm, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label10 = tk.Label(notebook_root_tab4_frame_text, text="WM: " + system_wm, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label10.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label11 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_wm_theme, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label11 = tk.Label(notebook_root_tab4_frame_text, text="WM-Theme: " + system_wm_theme, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label11.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label12 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_theme, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label12 = tk.Label(notebook_root_tab4_frame_text, text="Theme: " + system_theme, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label12.pack(anchor="w")
|
||||
notebook_root_tab4_frame_label13 = tk.Label(notebook_root_tab4_frame_text, text="OS/Platfrom: " + system_icons, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label13 = tk.Label(notebook_root_tab4_frame_text, text="Icons: " + system_icons, wraplength=430, justify="left", background=color3, foreground=color2)
|
||||
notebook_root_tab4_frame_label13.pack(anchor="w")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user