Jump to content
Enpass Discussion Forum

Recommended Posts

Posted

What have you done to GUI and chrome extensions it is huge now, it is taking all my screen! 

Chrome extension is also taking half of the screen! 

I run Elementary OS Juno Linux. See screenshot attached.

How to make it smaller and look like normal app and not like a tablet app!???? 

What have you done!?

I would rather downgrade to 5.x!

Please help!

screenshot.png

Posted

I run LINUX Elementary OS 5.0 not windows, and all applications are okay but not enpass, here is the error I got:

Quote

QApplication: invalid style override passed, ignoring it.

 

Posted

@eMarcel Can you please share which theme you are using and any other customization's you have made? Your theme is upsetting the style of Enpass app. Also try executing following commands in terminal and share results.

export QT_SCREEN_SCALE_FACTORS=1 
/opt/enpass/Enpass

 

  • Thanks 1
Posted

OKAY!

fixed by updating enpass.desktop in /usr/share/applications

Exec=env QT_AUTO_SCREEN_SCALE_FACTOR=0.5 /opt/enpass/Enpass %U

but still getting some errors when running enpass:

╰/opt/enpass/Enpass
QApplication: invalid style override passed, ignoring it.
QQmlComponent: Created graphical object was not placed in the graphics scene.
QQmlComponent: Created graphical object was not placed in the graphics scene.
QQmlComponent: Created graphical object was not placed in the graphics scene.
QQmlComponent: Created graphical object was not placed in the graphics scene.

Posted (edited)

First of all the new gui is nice and does not suck ;)

That out of the way, I was also affected by this.I am using Ubuntu 18.04.1 LTS (community theme "yaru") on a 1080p laptop (X11, not wayland).

As a workaround I followed the suggestions in the FAQ and created the following file:

/opt/enpass/enpass_launcher

containing

export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCREEN_SCALE_FACTORS=1
/opt/enpass/Enpass %U

after this I made the file executable

chmod +x /opt/enpass/enpass_launcher

and changed the desktop launcher in

~/.local/share/applications/enpass.desktop

to look like this

[Desktop Entry]
Version=1.1
Type=Application
Name=Enpass
GenericName=Enpass Password Manager
Icon=enpass
Exec=/opt/enpass/enpass_launcher
Actions=
MimeType=x-scheme-handler/enpassauth;x-scheme-handler/enpasscard;x-scheme-handler/enpassstart;x-scheme-handler/enpass;x-scheme-handler/cloudkit-7adb8cc6tf.in.sinew.walletx;application/enpasscard;
Categories=Utility;

make sure to completely close Enpass (including the tray applet). After re-opening, the scaling should be back to normal.

---

It would be great if future versions of Enpass improved the resolution detection to avoid fiddling with system files which is not for everyone. If you need any additional info about my setup to help you improve your software let me know!

@Vinod Kumar

Edited by Bent
typo
  • Like 1
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...