WertsIT

Welkom bij WertsIT

WertsIT

Can’t resize GTK 3 windows by clicking in the border KDE KUbuntu KDE Neon

I think that the problem is in the file /usr/share/themes/Breeze/gtk-3.20/gtk3.css and gtk-dark.css, or the theme you use.

  .solid-csd decoration {
    border-radius: 0;
    margin: 0;
    padding: 0px;
    border: none;
    background-color: #556068;
    box-shadow: none; }

If I change “margin: 2; , Remmina and Tilix have borders again,

27 Interesting Facts about Linux

27 Interesting Facts about Linux

Trivia about the famous open source operating system

In honour of Linux’s birthday here’s a list 27 interesting facts about Linux, its creator Linus Torvalds, and the impact his “hobby” OS has had on the world.

Since its creation back in 1991, the open source Unix-like operating system has gone on to revolutionise the world, empower startups, birth new industries, and help in the creation of new types of gadgets and technologies. Lees verder

vmware-view:// error open client from browser on linux (Ubuntu 18.04) Workspace ONE

 

To add protocol handler vmware-view:// you need to add file vmware-view.desktop to ~/.local/share/applications.

 

It looks like this:

[Desktop Entry]
Name=VMware Horizon Client
Exec=/vmware-view %u
Type=Application
Terminal=false
MimeType=x-scheme-handler/vmware-view;

Exec and MimeType are very important.

Then you need to add line

x-scheme-handler/vmware-view=vmware-view.desktop

to file ~/.local/share/applications/mimeapps.list under [Default Applications]

At the end you will probably need to type command:

update-desktop-database ~/.local/share/applications

For me it was working on all browsers.

 

VMware Horizon 7 version 7.5

 

 

 

What’s New in This Release

 

VMware Horizon 7 version 7.5 provides the following new features and enhancements. This information is grouped by installable component.

For information about the issues that are resolved in this release, see Resolved Issues.

Horizon Connection Server

  • Horizon Console
    • Horizon Console is the latest version of the Web interface through which you can create and manage virtual desktops and published desktops and applications. Horizon Console also integrates VMware Horizon Just-in-Time Management Platform (JMP) Integrated Workflow features for managing workspaces. For more information, see the VMware Horizon Console Administration document.
  • Deployment on VMware Cloud for AWS
    • You can deploy desktop pools that contain full virtual machines on VMware Cloud on AWS to scale Horizon 7 desktops and applications on an elastic cloud platform. Lees verder

Mounting Bitlocker Volumes Under Linux

 

 

Driver Installation

The software, which makes this possible, is called Dislocker. It is an opensource driver project maintained on Github by Aorimn. To obtain the source code:

git clone https://github.com/Aorimn/dislocker.git

Or Ubuntu PPA’s
https://launchpad.net/ubuntu/+source/dislocker
https://launchpad.net/~hermlnx/+archive/ubuntu/dislocker

Before you can build the driver it is necessary to install some dependencies, including the fuse and polarssl headers:

sudo apt-get install gcc cmake make libfuse-dev libpolarssl-dev ruby-dev

Assuming that these are installed correctly you can then build the project and install the driver as follows:

cd dislocker cmake 

make sudo make install

According to Aorimn the current version of the Dislocker driver supports all versions of Bitlocker associated with Windows versions 7, 8, and Windows 10
Lees verder

Horizon View Administrator page displays a blank error window Google Chrome linux

 

  • Use either localhost or the URL from the Secure Tunnel URL field on the connection server configuration.
  • Turn off Origin checking with these steps:
     

 

 

 

 

 

 

  1. For each connection server create a text file named locked.properties in C:\Program Files\VMware\VMware View\Server\sslgateway\conf.
  2. Open the locked.properties file using a plain text editor.
  3. Add this line:

    checkOrigin=false

    Note: Ensure the locked.properties file is not in .txt extension after saving.
     

  4. Save and close the file.
  5. Restart the VMware Horizon View Connection Server service.