Skip to content

Commit

Permalink
Drop Qt style overrides (#295)
Browse files Browse the repository at this point in the history
Co-authored-by: Leo <lenemter@gmail.com>
Co-authored-by: Ryan Kornheisl <ryan@skarva.tech>
  • Loading branch information
3 people authored Apr 12, 2024
1 parent 3f5fa6e commit 7aa79d4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Standards-Version: 4.1.1

Package: elementary-default-settings
Architecture: all
Depends: libglib2.0-bin, qt5-gtk-platformtheme, adwaita-qt, elementary-icon-theme, ${misc:Depends}
Depends: libglib2.0-bin, elementary-icon-theme, ${misc:Depends}
Replaces: libgtk-3-0
Enhances: plank
Description: Default settings for elementary OS
Expand Down
7 changes: 0 additions & 7 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ gnome.post_install(glib_compile_schemas: true)

symlink = meson.current_source_dir () / 'meson' / 'create-symlink.sh'

# Setup system wide global environment for applications
install_subdir(
'profile.d',
install_dir: sysconfdir / 'profile.d',
strip_directory : true
)

# Sudo password feedback in terminals
install_data(
'sudoers.d/pwfeedback',
Expand Down
1 change: 0 additions & 1 deletion profile.d/qt-qpa-platformtheme.sh

This file was deleted.

1 change: 0 additions & 1 deletion profile.d/qt-style-override.sh

This file was deleted.

0 comments on commit 7aa79d4

Please sign in to comment.